summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 #8260 from BruceForstall/SwitchX86ToRyuJitBruce Forstall10-33/+166
2016-11-23Add String.Join overloads accepting a char separator (#7942)James Ko4-149/+207
2016-11-23Make RyuJIT/x86 the default x86 JITBruce Forstall10-33/+166
2016-11-23Merge pull request #8284 from pgavlin/gh8258Pat Gavlin7-48/+33
2016-11-23Merge pull request #7847 from CarolEidt/Fix278375Carol Eidt7-160/+433
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-23Fix Typo in Unix Lock/Unlock PALIan Hays1-2/+2
2016-11-23Account for a reload of umod op2Carol Eidt1-4/+5
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
2016-11-23Change vector equality to use pmovmskbMike Danes4-67/+32
2016-11-22Fix ThreadPool.SetMaxThreads to not allow having zero available threads (#8256)Koundinya Veluri1-1/+3
2016-11-23[x86/Linux] Fix compile error redifinition RUNTIME_FUNCTION (#8249)SaeHie Park1-2/+2
2016-11-22Change argument order.James Ko2-2/+2
2016-11-22x86: not all fields of promoted struct need regsCarol Eidt7-156/+428
2016-11-22[x86/Linux] Fix stdcall calling convention ignored on variadic function (#8252)SaeHie Park1-6/+6
2016-11-22Add missing Path methods to model.xml (#8257)Jeremy Kuhne1-1/+4
2016-11-22Merge pull request #8244 from seanshpark/x86pal01Gaurav Khanna2-0/+18
2016-11-22Respond to feedbackJames Ko1-1/+1
2016-11-22Merge pull request #8253 from JosephTremoulet/SwitchCopyPat Gavlin1-19/+3
2016-11-22Merge pull request #8242 from pgavlin/gh8232Pat Gavlin1-0/+7
2016-11-22Remove bogus "fast path" in unroller branch updateJoseph Tremoulet1-19/+3
2016-11-22Merge pull request #8233 from ianhays/api_lockunlockIan Hays3-4/+24
2016-11-22Merge pull request #8247 from CarolEidt/Fix288222Carol Eidt1-2/+3
2016-11-22PR feedback.Pat Gavlin1-6/+7
2016-11-22[x86/Linux] fix and add for x86 cmake configuration (#8219)SaeHie Park4-3/+173
2016-11-22[x86/Linux] Fix compilation in palSaeHie Park2-0/+18
2016-11-21Set the size of SIMD this pointerCarol Eidt1-2/+3
2016-11-21Merge pull request #8213 from mikedn/assert-dup-producePat Gavlin2-1/+7
2016-11-21Merge pull request #8206 from pgavlin/DivModLowerAndNewTempAssignIssuesPat Gavlin3-7/+8
2016-11-21Always nullcheck VSD tail calls on x86.Pat Gavlin1-0/+6
2016-11-21Merge pull request #8235 from pgavlin/VSO280127Pat Gavlin1-2/+7
2016-11-21Merge pull request #8185 from JosephTremoulet/ReturnAsplodeJoseph Tremoulet1-10/+30
2016-11-21Do not treat certain calls as intrinsics for RyuJIT/x86.Pat Gavlin1-2/+7
2016-11-21Merge pull request #8106 from mikedn/magic-divRussell C Hadley7-293/+253
2016-11-21Merge pull request #8208 from adiaaida/fixShiftDecompMichelle McDaniel1-5/+4