summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-07Add shared changes from corert (#10010)Alex Perovich26-364/+90
2017-03-07Merge pull request #10005 from stephentoub/taskextensionsStephen Toub2-0/+49
2017-03-07Add scripts for building for arm Android (#9961)Frederik Carlier2-2/+5
2017-03-07[x86/linux] Fix "Undefined Reference" error in CLR release build. (#10000)ragmani1-2/+2
2017-03-07Fix incremental build of mscordaccore (#9982)Jan Vorlicek1-9/+24
2017-03-07Add TaskExtensions to CoreLibStephen Toub2-0/+49
2017-03-07Merge pull request #9996 from BruceForstall/FixCallFunFormattingBruce Forstall7-102/+253
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park29-74/+87
2017-03-07Enhance ICU version scan (#9993)Jan Vorlicek1-3/+21
2017-03-07[x86/Linux] Fix incorrect FP values (#9975)Hanjoung Lee2-16/+10
2017-03-06Harden resolveVirtualMethod against invalid types (#9989)Andy Ayers1-45/+71
2017-03-07[x86/Linux] Check Stack Alignment in StubRareEnable/StubRareDisableTHROW (#9925)Jonghyun Park1-0/+4
2017-03-07Fix ICU detection in System.Globalization.Native build (#9990)Jan Vorlicek1-4/+2
2017-03-06Un-clang-format-horrible-ify emitIns_Call() and genEmitCall()Bruce Forstall7-102/+253
2017-03-06Change PackagePlatform to Platform for x86 jit pkgMichelle McDaniel1-1/+1
2017-03-06Implementation for Dictionary.TryAdd (#9923)James Ko1-8/+40
2017-03-06Merge pull request #9398 from mikedn/switch-castSivarv2-22/+12
2017-03-06Add stripSymbols argument; refactor symbol package build (#9664)Davis Goodin21-376/+186
2017-03-06[x86/Linux] Stack align aware unwinder (#9928)Jonghyun Park1-2/+13
2017-03-05Delete a few more unused hosting methods (#9973)Jan Kotas2-25/+0
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise51-1753/+184
2017-03-05Delete IsNonW8PFrameworkAPI checks (#9964)Jan Kotas22-581/+35
2017-03-05JIT: change codgen for dup to not lose type informationAndy Ayers1-78/+10
2017-03-04Remove ComVisible as per #9371 (#9962)Paul Westcott1-1/+0
2017-03-04Remove unused bbAssertionKill (#9957)mikedn1-6/+0
2017-03-04Extending optimized JIT helpers to Buffer.MemoryCopy (#9786)Varun Venkatesan1-290/+151
2017-03-04Move System.Lazy to shared CoreLib partition (#9955)Jan Kotas4-21/+35
2017-03-03Merge pull request #9954 from tannergooding/fcallTanner Gooding3-42/+45
2017-03-03Remove unreferenced file (#9952)Alex Perovich1-21/+0
2017-03-03Alternative System.Lazy implementation (#8963)Paul Westcott1-240/+306
2017-03-03Fixing the FCALL 'common gotchas' comment to clarify that it applies to all t...Tanner Gooding1-4/+7
2017-03-03Updating `COMSingle` in `classlibnative` to use the appropriate FCALL Declara...Tanner Gooding2-38/+38
2017-03-04[x86/Linux] Clean up pContext access (#9933)Jonghyun Park4-11/+12
2017-03-04[x86/Linux] Revise VirtualMethodFixupStub (#9929)Jonghyun Park1-2/+8
2017-03-03Clean up Normalization code (#9941)Tarek Mahmoud Sayed9-400/+84
2017-03-03Support local stack unwinding on Android (#9940)Frederik Carlier1-8/+13
2017-03-03Merge pull request #9773 from mikedn/user-range-checkJoseph Tremoulet5-35/+161
2017-03-03Add/improve assertion propagation commentsMike Danes4-7/+20
2017-03-03Generate OAK_NO_THROW assertions from (uint)i < (uint)a.len checksMike Danes4-7/+112
2017-03-03Refactor JTRUE handling during assertion gen/propMike Danes1-37/+45
2017-03-03RyuJIT/ARM32: enable codegen for long nodes.Mikhail Skvortcov9-117/+692
2017-03-02Merge shared changes from corert and use C# shared project to enable VS editi...Alex Perovich52-1166/+1077
2017-03-02Merge pull request #9915 from BruceForstall/IncBuild1Bruce Forstall1-2/+12
2017-03-02Fix AsmConstants.inc to be incrementally rebuilt as necessaryBruce Forstall1-2/+12
2017-03-02Merge pull request #9917 from BruceForstall/BuildCrossAltJitBruce Forstall8-62/+156
2017-03-02Build cross-compile altjits for arm32 and arm64Bruce Forstall8-62/+156
2017-03-02[x86/Linux] Add STDCALL for reverse P/Invoke delegates (#9909)Evgeny Pavlov1-1/+1
2017-03-02[Linux][GDB-JIT] Fix lldb type displaying issues (#9906)Igor Kulaychuk2-44/+137
2017-03-02Add src\jit\protononjit directory to git mirror in preparation for future Git...Bruce Forstall5-0/+111
2017-03-02Fix LDVIRTFTN case for GVM target methods (#9890)Fadi Hanna1-25/+22