Age | Commit message (Expand) | Author | Files | Lines |
2017-04-26 | Update CoreClr, CoreFx to preview2-25226-02, preview2-25226-02, respectively ... | dotnet bot | 11 | -31/+31 |
2017-04-26 | Delete moved file | Jan Kotas | 2 | -46/+0 |
2017-04-26 | Move DllNotFoundException, EntryPointNotFoundException to CoreLib (#3415) | Faizur Rahman | 2 | -0/+45 |
2017-04-26 | Fix timer callback time drift (#11220) | Koundinya Veluri | 2 | -6/+33 |
2017-04-26 | Fix comment | Steve MacLean | 1 | -1/+1 |
2017-04-26 | [Arm64] Update emitOutputInstr to support GC refs in ldp forms | Steve MacLean, Qualcomm Datacenter Technologies, Inc | 1 | -2/+11 |
2017-04-26 | Merge pull request #11235 from pgavlin/VSO424019 | Pat Gavlin | 1 | -0/+2 |
2017-04-26 | Use SourceBranch from pipebuild to define Helix Branch | wtgodbe | 1 | -2/+2 |
2017-04-26 | Fix and re-enable some GC finalizer tests (#11216) | Sean Gillespie | 6 | -41/+104 |
2017-04-26 | [Arm64] CpObj ldp/stp review feedback | Steve MacLean, Qualcomm Datacenter Technologies, Inc | 2 | -21/+41 |
2017-04-26 | Merge pull request #11178 from sbomer/ilrt_factoring | Sven Boemer | 8 | -107/+128 |
2017-04-26 | Require a frame pointer in methods with throw blocks for sources that have mi... | Pat Gavlin | 1 | -0/+2 |
2017-04-26 | Merge pull request #11218 from AndyAyersMS/FixReturnTypeMismatch | Andy Ayers | 1 | -2/+6 |
2017-04-26 | Lookup System.Runtime and mscorlib references by Assembly name | Michael Letterle | 3 | -4/+25 |
2017-04-26 | Merge pull request #11229 from wtgodbe/CrossgenFix | William Godbe | 2 | -1/+8 |
2017-04-26 | Exit on failure of HelixPrep.proj | wtgodbe | 2 | -1/+8 |
2017-04-26 | Refactor ildasm round trip logic | Sven Boemer | 8 | -107/+128 |
2017-04-26 | Enable build with clang 4.0 (#11226) | Jan Vorlicek | 9 | -177/+24 |
2017-04-26 | Fix thread wait to be resilient to real time clock changes on Unix (#11213) | Jan Vorlicek | 5 | -18/+72 |
2017-04-26 | [x86/Linux] Stack alignment check in Hijack Helpers (#11221) | Jonghyun Park | 1 | -0/+2 |
2017-04-26 | [x86/Linux] Use appropriate FCALL macro for DateMarshaler__ConvertToNative (#... | Jonghyun Park | 2 | -2/+2 |
2017-04-26 | Merge pull request dotnet/corert#3429 from dotnet/nmirror | Michal Strehovský | 2 | -0/+25 |
2017-04-26 | Comment explaining use of FlushProcessWriteBuffers in StompWriteBarrier. (#10... | Alan Lawrence | 1 | -3/+11 |
2017-04-26 | Fix few clang analyzer warnings (#11185) | Jan Vorlicek | 2 | -4/+10 |
2017-04-26 | [ARM/Linux] Honor unaligned prefix for ldobj instruction | Jonghyun Park | 1 | -0/+5 |
2017-04-25 | Merge pull request #11107 from BruceForstall/NumSuccImprovement | Bruce Forstall | 2 | -73/+154 |
2017-04-25 | Merge pull request #11204 from BruceForstall/FixArmAltjitGcinfo | Bruce Forstall | 4 | -1/+27 |
2017-04-25 | Merge pull request #11215 from wtgodbe/ActuallyDoCrossgen | William Godbe | 1 | -2/+3 |
2017-04-26 | [Arm64] Use ldp/stp in genCodeForCpObj() | Steve MacLean, Qualcomm Datacenter Technologies, Inc | 2 | -13/+44 |
2017-04-25 | Move DynamicHelperFrame::UpdateRegDisplay into cgenx86.cpp (#11193) | Jonghyun Park | 2 | -5/+9 |
2017-04-25 | JIT: fix return type mismatch inlining block | Andy Ayers | 1 | -2/+6 |
2017-04-25 | Set RunCrossGen=true for non-Windows R2R runs | wtgodbe | 1 | -2/+3 |
2017-04-25 | Merge pull request #11134 from pgavlin/VSO406163 | Pat Gavlin | 2 | -14/+90 |
2017-04-25 | Merge pull request #11110 from rartemev/issue_9880 | Roman Artemev | 5 | -16/+21 |
2017-04-25 | [RyuJIT/ARM32] Move genJumpKindsForTree into common part (#11103) | mskvortsov | 5 | -215/+225 |
2017-04-25 | Fix GCInfo library used by ARM/ARM64 protononjit builds | Bruce Forstall | 4 | -1/+27 |
2017-04-25 | Merge pull request #11118 from rartemev/issue_10094 | Roman Artemev | 1 | -1/+1 |
2017-04-25 | Made behavior to conform to ECMA for 'tail.call, pop, ret' case | Roman Artemev | 5 | -16/+21 |
2017-04-25 | Merge pull request #11206 from wtgodbe/ContainerName | William Godbe | 1 | -2/+2 |
2017-04-25 | Update R2R Container Names | wtgodbe | 1 | -2/+2 |
2017-04-25 | Testing. DO NOT MERGE ME | Roman Artemev | 1 | -1/+1 |
2017-04-25 | Allow FEATURE_INTERPRETER to be enabled by command-line option (#11188) | Jonghyun Park | 2 | -0/+7 |
2017-04-25 | Merge pull request #11187 from wtgodbe/NonWindowsR2R | William Godbe | 2 | -1/+63 |
2017-04-25 | Enable running R2R tests in Helix on non-Windows | wtgodbe | 2 | -1/+63 |
2017-04-25 | Merge pull request #11203 from mskvortsov/FixLclFld | Bruce Forstall | 1 | -1/+15 |
2017-04-25 | [ARM32] clang 3.9 as a default for ARM cross build (#11064) | Hyung-Kyu Choi | 3 | -5/+28 |
2017-04-25 | Fix fgNewBBinRegion when inserting into filters. | Pat Gavlin | 2 | -14/+90 |
2017-04-25 | Merge pull request dotnet/corert#3418 from dotnet/nmirror (#11186) | dotnet bot | 1 | -3/+3 |
2017-04-25 | Merge pull request #11191 from BruceForstall/FixFuncletAssert | Bruce Forstall | 2 | -2/+2 |
2017-04-25 | Merge pull request #11080 from BruceForstall/MeasureNoway | Bruce Forstall | 4 | -2/+201 |