summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2015-08-27Fix for ref counting issue introduced in a recent optimization.Lubomir Litchev1-0/+7
2015-08-24Fix bug 1213453 (GitHub issue #1421): incorrect EH scopes for optimized loopsBruce Forstall2-0/+16
2015-08-14Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"Jon Hanna1-1/+1
2015-08-12Merge pull request #1329 from AndreyAkinshin/masterMatt Mitchell1-0/+5
2015-08-12Fix a bug with disappeared cast to byte in numeric binary expressionsAndrey Akinshin1-0/+5
2015-08-05Fix build breaks on VS2015 RTMJan Kotas2-6/+6
2015-08-04Enable the Windows x86 buildMike Danes1-3/+10
2015-07-31Merge pull request #1285 from benpye/linux-arm-stack-unwindingJan Vorlicek1-2/+8
2015-07-31Modify unwinder to provide RtlVirtualUnwind.Ben Pye1-2/+8
2015-07-30Merge pull request #1292 from kangaroo/aarch64Jan Kotas6-19/+118
2015-07-29Conservatively mark variable as killed if there is an embedded comma assignmentschellap2-6/+46
2015-07-28Fix for potential bad tailcall code generationMatt Mitchell1-0/+2
2015-07-28[aarch64] lsra wa not properly setting the killMask for initBlk, copyBlk or c...Geoff Norton1-7/+8
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton5-12/+110
2015-07-27Fix to bad codegen issue while tail calling virtual stub dispatched call that...Venkata Sivaramakrishna Ramadugu1-3/+15
2015-07-26Fix 1203471: Incorrect rationalization of unused SIMD localVarCarol Eidt1-1/+20
2015-07-26Merge pull request #1239 from sergey-raevskiy/proftoeeinterfaceimpl-doc-updateJan Kotas1-1/+1
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye16-99/+179
2015-07-19Merge pull request #1227 from mikedn/shrdisJan Kotas1-1/+1
2015-07-15Merge pull request #1243 from dotnet-bot/from-tfsMatt Ellis4-19/+69
2015-07-15Fix cross platform build breakMatt Ellis1-1/+0
2015-07-14Fix definition/initalization order build breakMatt Ellis1-2/+2
2015-07-15Update documentation linkssergey-raevskiy1-1/+1
2015-07-14Fix to Unnecessary use of JIT_Stelem_Ref helper call when storing null in arr...Venkata Sivaramakrishna Ramadugu1-0/+31
2015-07-14Fix to bug#1173115 and Issue#1 listed in bug#1177388.Venkata Sivaramakrishna Ramadugu1-15/+26
2015-07-14Fix to issue- .Net 4.6 RC x64 is twice as slow as Legacy Jit64 and x86.Venkata Sivaramakrishna Ramadugu1-3/+12
2015-07-13Don't reorder operands for Vector constructorCarol Eidt6-43/+52
2015-07-10Fix SHR operand diassemblymike1-1/+1
2015-07-09Support for SIMD ExceptionsCarol Eidt15-152/+212
2015-07-09SIMD Exceptions Fix (TFS 1189814)Carol Eidt1-20/+48
2015-06-29Replace COMPLUS_SOCExtraSpew with COMPLUS_JitFunctionTrace, and enable it for...Bruce Forstall1-10/+4
2015-06-01Fix 1176647: Jit does invalid reordering of left and right sideCarol Eidt3-10/+74
2015-05-12Enable FEATURE_SIMD and FEATURE_AVX_SUPPORT in the JITCarol Eidt1-0/+6
2015-05-07Merge pull request #956 from dotnet-bot/from-tfsJan Kotas11-114/+156
2015-05-07Merge changes from parent branchdotnet-bot11-114/+156
2015-05-07Changes for building using VS2015Jan Kotas2-5/+11
2015-05-04Fix arm64 build breakJan Kotas1-0/+3
2015-05-04Merge pull request #654 from cmckinsey/coreclr446Jan Kotas4-15/+18
2015-05-03Avoid widening small integer return values on CoreCLRChris McKinsey4-15/+18
2015-05-01Add arcs to fgOrderTree JitDumpCarol Eidt2-106/+171
2015-04-30Fix new set of warningsJan Vorlicek4-11/+8
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)2-4/+2
2015-04-28Merge pull request #863 from jkotas/fix-linkJan Kotas1-1/+1
2015-04-28Merge pull request #855 from briansull/Wno-switchBrian Sullivan11-4/+100
2015-04-28Fix link to JIT overview docJan Kotas1-1/+1
2015-04-28Removed the -Wno-switch compiler option for the Clang builds on LinuxBrian Sullivan11-4/+100
2015-04-28Add RyuJIT Overview to documentationCarol Eidt1-1/+2
2015-04-21Merge pull request #752 from CarolEidt/PrecedenceFixesCarol Eidt2-25/+30
2015-04-20Issue #609 & #610: Fix precedence issuesCarol Eidt2-25/+30
2015-04-20Enable build crossgen.exe from build.cmd.John Chen9-34/+174