summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-29Uses 'W' to fix build error (#8345)Jonghyun Park1-1/+1
2016-11-29Fix the mistmatch between gc_thread_stub and GCThreadFunction (#8336)Jonghyun Park2-2/+2
2016-11-29Fix ignored attribute warning for x86/Linux build (#8334)Jonghyun Park1-1/+1
2016-11-28Disable PSPSym and LocAllocSPvar for CoreRT (#8319)Jan Kotas7-67/+103
2016-11-28Merge pull request #8325 from pgavlin/gh8285Pat Gavlin1-1/+1
2016-11-29[x86/Linux] Fix constructor missing in UnmanagedToManagedFrame (#8275)SaeHie Park7-16/+20
2016-11-28[x86/Linux] Fix error variable 'td' is uninitialized (#8299)SaeHie Park1-1/+1
2016-11-28Do not rewrite `(t + cns_a) << cns_s)` during CSE.Pat Gavlin1-1/+1
2016-11-28Merge pull request #8314 from BruceForstall/RefactorEmitBruce Forstall2-165/+81
2016-11-28Factor out common stack adjustment codeBruce Forstall2-165/+81
2016-11-28[x86/Linux] Fix compile error in zapcode (#8294)SaeHie Park1-1/+1
2016-11-28[x86/Linux] Fix 'stdcall' here was previously declared without (#8320)SaeHie Park1-1/+1
2016-11-28[x86/Linux] Fix unknown type name 'PTR_RUNTIME_FUNCTION' (#8272)SaeHie Park1-2/+5
2016-11-27Merge pull request #8199 from Maoni0/local_gcMaoni Stephens19-599/+807
2016-11-26Merge pull request #8312 from BruceForstall/FixLegacyBuildBruce Forstall3-2/+5
2016-11-26Fix building CoreCLR with Clang 3.9 (#8311)Jan Vorlicek11-11/+17
2016-11-25Exclude superpmi test from legacyjit and compatjit runsBruce Forstall1-0/+3
2016-11-25Set FEATURE_READYTORUN_COMPILER for legacyjit and compatjitBruce Forstall2-2/+2
2016-11-25Fix subtle bug in new string.Join implementation. (#8310)James Ko1-1/+3
2016-11-25Configures tests even when configureonly is provided (#8308)Jonghyun Park1-1/+0
2016-11-25[x86/Linux] Renames i386 as amd64 in arch (PAL) (#8307)Jonghyun Park11-10/+10
2016-11-25Enable field EndAddress only for AMD64 in PAL of RUNTIME_FUNCTION (#8305)SaeHie Park1-0/+2
2016-11-24Supports to build PAL tests under x86/Linux (#8292)Jonghyun Park1-3/+7
2016-11-24[x86/Linux] Fix unsupported architecture in seh-unwind.cpp (#8262)SaeHie Park2-0/+34
2016-11-23Merge pull request #8295 from RussKeldorph/noprRuss Keldorph1-3/+6
2016-11-23Remove non-RyuJIT default PR triggersRuss Keldorph1-3/+6
2016-11-23Merge pull request #8260 from BruceForstall/SwitchX86ToRyuJitBruce Forstall18-357/+766
2016-11-23Removes non-existent target files from override.targets (#8264)Jonghyun Park1-2/+0
2016-11-23Add String.Join overloads accepting a char separator (#7942)James Ko4-149/+207
2016-11-23Make RyuJIT/x86 the default x86 JITBruce Forstall18-357/+766
2016-11-23Merge pull request #8284 from pgavlin/gh8258Pat Gavlin7-48/+33
2016-11-23Merge pull request #8281 from sbomer/dasm_automationSven Boemer1-2/+4
2016-11-23Merge pull request #7847 from CarolEidt/Fix278375Carol Eidt10-684/+1182
2016-11-23Format code.Pat Gavlin1-1/+2
2016-11-23Merge pull request #8259 from pgavlin/ByrefGcrefKillSetPat Gavlin1-1/+6
2016-11-23Fix the no-GC kill set for ASSIGN_BYREF on x86.Pat Gavlin1-1/+6
2016-11-23Increment lclVar refCounts in fgMorphBlockStmt.Pat Gavlin7-48/+32
2016-11-23Merge pull request #8137 from jamesqo/array.fillDan Moseley2-0/+38
2016-11-23Merge pull request #8229 from mikedn/sse-eqSivarv4-67/+32
2016-11-23Merge pull request #8282 from ianhays/api_lockfixIan Hays1-2/+2
2016-11-23Fix Typo in Unix Lock/Unlock PALIan Hays1-2/+2
2016-11-23Account for a reload of umod op2Carol Eidt1-4/+5
2016-11-23Fix archiving for jitdiff windows build only jobsSven Boemer1-2/+4
2016-11-23[x86/linux] Fix redefined DISPATCHER_CONTEXT compile error (#8246)SaeHie Park2-8/+21
2016-11-23[GDBJIT] Fix thunk symbol generation for ARM (#8205)Andrey Kvochko2-10/+20
2016-11-23[x86/Linux] Fix compile error with exception handling (#8269)SaeHie Park5-9/+9
2016-11-23[x86/Linux] Fix unknown type name 'ExInfo' (#8274)SaeHie Park1-2/+2
2016-11-23[x86/Linux] Fix comparison of two values with different enumeration types (#8...SaeHie Park1-1/+1
2016-11-23[x86/Linux] Fix SEH '__try' is not supported on this target (#8271)SaeHie Park1-1/+1
2016-11-23[x86/Linux] Fix no matching function for call to 'InternalCreateThread' (#8265)SaeHie Park1-1/+1