summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-26Update CoreClr, CoreFx to preview2-25226-02, preview2-25226-02, respectively ...dotnet bot11-31/+31
2017-04-26Delete moved fileJan Kotas2-46/+0
2017-04-26Move DllNotFoundException, EntryPointNotFoundException to CoreLib (#3415)Faizur Rahman2-0/+45
2017-04-26Fix timer callback time drift (#11220)Koundinya Veluri2-6/+33
2017-04-26Fix commentSteve MacLean1-1/+1
2017-04-26[Arm64] Update emitOutputInstr to support GC refs in ldp formsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-2/+11
2017-04-26Merge pull request #11235 from pgavlin/VSO424019Pat Gavlin1-0/+2
2017-04-26Use SourceBranch from pipebuild to define Helix Branchwtgodbe1-2/+2
2017-04-26Fix and re-enable some GC finalizer tests (#11216)Sean Gillespie6-41/+104
2017-04-26[Arm64] CpObj ldp/stp review feedbackSteve MacLean, Qualcomm Datacenter Technologies, Inc2-21/+41
2017-04-26Merge pull request #11178 from sbomer/ilrt_factoringSven Boemer8-107/+128
2017-04-26Require a frame pointer in methods with throw blocks for sources that have mi...Pat Gavlin1-0/+2
2017-04-26Merge pull request #11218 from AndyAyersMS/FixReturnTypeMismatchAndy Ayers1-2/+6
2017-04-26Lookup System.Runtime and mscorlib references by Assembly nameMichael Letterle3-4/+25
2017-04-26Merge pull request #11229 from wtgodbe/CrossgenFixWilliam Godbe2-1/+8
2017-04-26Exit on failure of HelixPrep.projwtgodbe2-1/+8
2017-04-26Refactor ildasm round trip logicSven Boemer8-107/+128
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek9-177/+24
2017-04-26Fix thread wait to be resilient to real time clock changes on Unix (#11213)Jan Vorlicek5-18/+72
2017-04-26[x86/Linux] Stack alignment check in Hijack Helpers (#11221)Jonghyun Park1-0/+2
2017-04-26[x86/Linux] Use appropriate FCALL macro for DateMarshaler__ConvertToNative (#...Jonghyun Park2-2/+2
2017-04-26Merge pull request dotnet/corert#3429 from dotnet/nmirrorMichal Strehovský2-0/+25
2017-04-26Comment explaining use of FlushProcessWriteBuffers in StompWriteBarrier. (#10...Alan Lawrence1-3/+11
2017-04-26Fix few clang analyzer warnings (#11185)Jan Vorlicek2-4/+10
2017-04-26[ARM/Linux] Honor unaligned prefix for ldobj instructionJonghyun Park1-0/+5
2017-04-25Merge pull request #11107 from BruceForstall/NumSuccImprovementBruce Forstall2-73/+154
2017-04-25Merge pull request #11204 from BruceForstall/FixArmAltjitGcinfoBruce Forstall4-1/+27
2017-04-25Merge pull request #11215 from wtgodbe/ActuallyDoCrossgenWilliam Godbe1-2/+3
2017-04-26[Arm64] Use ldp/stp in genCodeForCpObj()Steve MacLean, Qualcomm Datacenter Technologies, Inc2-13/+44
2017-04-25Move DynamicHelperFrame::UpdateRegDisplay into cgenx86.cpp (#11193)Jonghyun Park2-5/+9
2017-04-25JIT: fix return type mismatch inlining blockAndy Ayers1-2/+6
2017-04-25Set RunCrossGen=true for non-Windows R2R runswtgodbe1-2/+3
2017-04-25Merge pull request #11134 from pgavlin/VSO406163Pat Gavlin2-14/+90
2017-04-25Merge pull request #11110 from rartemev/issue_9880Roman Artemev5-16/+21
2017-04-25[RyuJIT/ARM32] Move genJumpKindsForTree into common part (#11103)mskvortsov5-215/+225
2017-04-25Fix GCInfo library used by ARM/ARM64 protononjit buildsBruce Forstall4-1/+27
2017-04-25Merge pull request #11118 from rartemev/issue_10094Roman Artemev1-1/+1
2017-04-25Made behavior to conform to ECMA for 'tail.call, pop, ret' caseRoman Artemev5-16/+21
2017-04-25Merge pull request #11206 from wtgodbe/ContainerNameWilliam Godbe1-2/+2
2017-04-25Update R2R Container Nameswtgodbe1-2/+2
2017-04-25Testing. DO NOT MERGE MERoman Artemev1-1/+1
2017-04-25Allow FEATURE_INTERPRETER to be enabled by command-line option (#11188)Jonghyun Park2-0/+7
2017-04-25Merge pull request #11187 from wtgodbe/NonWindowsR2RWilliam Godbe2-1/+63
2017-04-25Enable running R2R tests in Helix on non-Windowswtgodbe2-1/+63
2017-04-25Merge pull request #11203 from mskvortsov/FixLclFldBruce Forstall1-1/+15
2017-04-25[ARM32] clang 3.9 as a default for ARM cross build (#11064)Hyung-Kyu Choi3-5/+28
2017-04-25Fix fgNewBBinRegion when inserting into filters.Pat Gavlin2-14/+90
2017-04-25Merge pull request dotnet/corert#3418 from dotnet/nmirror (#11186)dotnet bot1-3/+3
2017-04-25Merge pull request #11191 from BruceForstall/FixFuncletAssertBruce Forstall2-2/+2
2017-04-25Merge pull request #11080 from BruceForstall/MeasureNowayBruce Forstall4-2/+201