summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2015-04-07Merge changes from parent branchdotnet-bot13-378/+461
2015-04-01Merge pull request #599 from janvorli/warnings-cleanup-2aJan Vorlicek7-21/+29
2015-04-01Fix next round of warning typesJan Vorlicek7-21/+29
2015-03-31Merge pull request #493 from AndreyAkinshin/masterJan Kotas1-2/+3
2015-03-31Disable gtCostEx and gtCostSz reporting in compiler.cppAndrey Akinshin1-2/+3
2015-03-30Merge pull request #591 from cmckinsey/coreclr474Chris McKinsey3-17/+17
2015-03-28Change null constant type to be TYP_REF for isinst nullcheck expansionChris McKinsey1-1/+1
2015-03-27Fix some of the issues found by Viva64 static analyserChris McKinsey3-17/+17
2015-03-26Merge pull request #578 from briansull/use-lea-for-mul359Jan Kotas2-16/+30
2015-03-26When choosing an instruction for a GT_MUL we will now use an LEA instruction ...Brian Sullivan2-16/+30
2015-03-26Merge pull request #574 from janvorli/jit-warnings-cleanupJan Vorlicek1-1/+1
2015-03-26Fix accidentally removed initialization of m_VNFunc4MapJan Vorlicek1-1/+1
2015-03-26Merge pull request #561 from janvorli/jit-warnings-cleanupJan Vorlicek22-110/+121
2015-03-26Fix warnings in the jitter codeJan Vorlicek22-110/+121
2015-03-25Fix #497: Identical expressions to the left and right of the || operatorCarol Eidt1-24/+7
2015-03-24Merge pull request #551 from cmckinsey/ldnull-ldelem-ver-fixJan Kotas1-2/+2
2015-03-24Merge pull request #548 from cmckinsey/nulltypeJan Kotas1-1/+1
2015-03-24TF#1144615 - Normalize array element type of ldnull to stack size for verific...Chris McKinsey1-2/+2
2015-03-23Change null constant type to be TYP_REF for isinst nullcheck expansionChris McKinsey1-1/+1
2015-03-18Enable ETW_EBP_FRAMED flag on System V systems.Lubomir Litchev3-103/+178
2015-03-17Merge pull request #484 from LLITCHEV/work2Lubomir Litchev1-4/+23
2015-03-17Fix MacOS build breakJan Kotas2-26/+26
2015-03-17Fix a long standing bug for AMD64 with bad assert.Lubomir Litchev1-4/+23
2015-03-17Merge changes from parent branchdotnet-bot21-258/+796
2015-03-12Fix some struct passing and tail call Jit problems on System V type of OSs.Lubomir Litchev4-83/+83
2015-03-06Fix trashing of P/Invoke return value by GC probeJan Kotas1-1/+7
2015-03-02More typo fixes.Lubomir Litchev2-5/+2
2015-03-02Fixed typos.Lubomir Litchev3-5/+2
2015-03-02Merge remote-tracking branch 'upstream/master'Lubomir Litchev29-283/+601
2015-03-02Fix stack homing of register parameter offsets bugs.Lubomir Litchev5-72/+93
2015-02-27Merge remote-tracking branch 'upstream/master' into managedehSergiy Kuryata27-279/+590
2015-02-27Implement basic support for managed exception handling.Sergiy Kuryata3-5/+12
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot27-279/+590
2015-02-24Fix a problem with accessing caller passed arguments on SystemV systems.Lubomir Litchev4-22/+91
2015-02-13Merge pull request #259 from janvorli/linux-issue177Jan Vorlicek1-2/+2
2015-02-13Modify the windows amd64 unwinder to work as jitted code unwinder on UnixJan Vorlicek1-2/+2
2015-02-10Fix assignment of float register when this present for System V systemsLubomir Litchev1-10/+11
2015-02-08Merge pull request #138 from kangaroo/va_list_safetySergiy Kuryata3-9/+24
2015-02-08precompile common headers to reduce build time for win builds. With this buil...Rahul Kumar1-0/+3
2015-02-08Merge pull request #146 from poizan42/fix-writeable-stringsSergiy Kuryata6-15/+15
2015-02-08Minor code structure refactoring as requested by @jkotas in PR #138Geoff Norton2-13/+11
2015-02-08Merge remote-tracking branch 'origin/master' into va_list_safetyGeoff Norton2-2/+1
2015-02-08Fix writeable string warnings. Closes #139Kasper F. Brandt6-15/+15
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel1-1/+1
2015-02-07Fix undefined symbols in release build of libcoreclr on LinuxSergiy Kuryata1-1/+0
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton3-5/+22
2015-02-06Merge pull request #86 from maksqwe/assertion_search_fixSenthil1-1/+1
2015-02-05Fix non-null assertion search in assertion tableMaks Naumov1-1/+1
2015-02-04Fixed typosPascal Borreli1-3/+3
2015-02-03Remove non ASCII characters from source filesMatt Ellis6-11/+11