summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-09Add fail-fast check after lvaGrabTemp in impImportBlockCode (#13271)Sergey Andreenko1-0/+6
2017-08-09Merge pull request #12802 from pgavlin/VSO462269Pat Gavlin2-2/+43
2017-08-09typo (#13287)John Doe6-6/+6
2017-08-09Start at running ILLink to find dead code in Corelib (#13266)Dan Moseley13-184/+41
2017-08-09Fix VSO 462269.Pat Gavlin2-2/+43
2017-08-09Merge pull request #13270 from stephentoub/refactor_taskwaitStephen Toub1-11/+26
2017-08-08Merge pull request #13276 from dotnet-bot/from-tfsBrian Sullivan2-3/+3
2017-08-08Cache both string and its length during GDBJIT setup (#13221)Jonghyun Park1-50/+71
2017-08-08Add Encoding Span-based APIs (#13269)Stephen Toub4-1/+67
2017-08-08Fix fo CoreCLR cofde formating errorBrian Sullivan1-1/+1
2017-08-08Fix possibly uninitialized warningBrian Sullivan2-3/+3
2017-08-08Change Task.WaitAll/Any overloads to call WaitAll/AnyCore directlyStephen Toub1-8/+8
2017-08-08Add StringBuilder Span-based APIs (#13163)Kevin Gosse1-15/+58
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall42-331/+921
2017-08-08Add build-time check to enforce PGO compilation for applicable DLL files (#13...Victor "Nate" Graf2-0/+91
2017-08-08Use logf() instead of JitDump() (#13265)Bruce Forstall3-11/+2
2017-08-08Improve performance of string.IndexOfAny for 2 & 3 char searches (#13219)Bruce Bowyer-Smyth3-16/+116
2017-08-08Merge pull request #13261 from pgavlin/VSO475427Pat Gavlin1-2/+6
2017-08-08Merge pull request #13263 from BruceForstall/FixDesktopX86SPMIBuildBruce Forstall5-23/+23
2017-08-08Merge pull request #13259 from pgavlin/VSO469210Pat Gavlin1-1/+1
2017-08-08Format code.Pat Gavlin1-1/+1
2017-08-08Refactor large Task NoOptimization bodies into own methodsStephen Toub1-3/+18
2017-08-08Merge pull request #13260 from pgavlin/VSO471670Pat Gavlin1-0/+1
2017-08-07Merge pull request #13023 from wateret/fix-12994Carol Eidt4-0/+220
2017-08-07Remove some dead code (#13257)Dan Moseley4-80/+6
2017-08-07Fix SuperPMI x86 desktop buildBruce Forstall5-23/+23
2017-08-07Fix VSO 475427.Pat Gavlin1-2/+6
2017-08-07Fix VSO 471670.Pat Gavlin1-0/+1
2017-08-07Fix VSO 469210.Pat Gavlin1-1/+1
2017-08-07Merge pull request #13250 from JosephTremoulet/CaptureHeadJoseph Tremoulet1-41/+1
2017-08-07Merge pull request #13236 from briansull/arm-issueBrian Sullivan4-79/+65
2017-08-07Fix Region DisplayName (#13249)Tarek Mahmoud Sayed2-18/+20
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas87-2510/+102
2017-08-07Stop rejecting loops with backward exitsJoseph Tremoulet1-41/+1
2017-08-07Removed the legacy JIT32 assert regarding 4-byte alignment inArenaAllocator::...Brian Sullivan4-79/+65
2017-08-07fix callsignalhandlerwrapper(arm) (#13114)chunseoklee1-3/+4
2017-08-07Use attribute names without namespaces in a few places (#13248)dotnet bot4-4/+4
2017-08-07Reduce size of array enumerators for x86 (#13157)James Ko2-31/+43
2017-08-07Use placement new to initialize ELF Header (instead of memcpy) (#13218)Jonghyun Park2-25/+11
2017-08-07Review fixesGleb Balykov17-31/+42
2017-08-07Move files to shared partition (#13244)Jan Kotas13-104/+81
2017-08-07[RyuJIT/armel] Fix ifdef condition and Formatting ErrorHanjoung Lee1-3/+3
2017-08-07[RyuJIT/armel] arg regs are always TYP_INTHanjoung Lee1-7/+9
2017-08-07[RyuJIT/armel] Allocate one more temp for call addressHanjoung Lee1-0/+7
2017-08-07[RyuJIT/armel] Each reg gets own SpillFlag for MultiRegOpHanjoung Lee4-2/+204
2017-08-07[RyuJIT/armel] Make RefPosition arg regs fixedHanjoung Lee2-1/+10
2017-08-04Merge pull request #13227 from BruceForstall/Revert13186Pat Gavlin3-11/+11
2017-08-04typo (dotnet/corert#4274)github-john-doe4-5/+5
2017-08-04typo (#13229)github-john-doe1-1/+1
2017-08-04align the segment size to power of 2 and perf fix on getting the seg mapping ...Maoni Stephens2-100/+120