summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Update to latest version of buildtoolswtgodbe1-1/+1
2016-07-14Merge pull request #6276 from BruceForstall/LocAllocCleanupBruce Forstall3-50/+65
2016-07-14Clean up localloc implementation; improve AMD64 codegen for initialized local...Bruce Forstall3-50/+65
2016-07-14Merge pull request #6274 from hqueue/arm/xor_swapBrian Sullivan1-5/+4
2016-07-14Introduce XOR swap to legacy codegen for ARM32Hyung-Kyu Choi1-5/+4
2016-07-13Merge pull request #6263 from stephentoub/remove_serializableStephen Toub180-281/+719
2016-07-13Merge pull request #6257 from rahku/crossgenRahul Kumar1-4/+4
2016-07-14Make StubHelpers::ProcessByrefValidationList NOTHROW (#6258)Jan Vorlicek1-2/+10
2016-07-13Merge pull request #6205 from stephentoub/environmentaugmentsStephen Toub3-0/+40
2016-07-13Merge pull request #6182 from wateret/fix-6051Carol Eidt3-1/+59
2016-07-13Add #if FEATURE_SERIALIZATION around non-functional [Serializable]Stephen Toub180-281/+719
2016-07-13Merge pull request #6254 from pgavlin/RemoveRenameUpdatedVarsPat Gavlin2-157/+0
2016-07-13Conditionally compile EnvironmentAugments.cs for coreclrStephen Toub1-1/+1
2016-07-13Add EnvironmentAugments to coreclrStephen Toub3-0/+40
2016-07-13Implement localloc for RyuJIT/x86Bruce Forstall2-20/+86
2016-07-13Merge pull request #6224 from BruceForstall/Fix4177Bruce Forstall2-5/+12
2016-07-13Fix #4177: RyuJIT/x86 NYI related to lvaArgType()Bruce Forstall2-5/+12
2016-07-13Merge pull request #6253 from stephentoub/stop_stripping_serializableStephen Toub1-1/+1
2016-07-13ARM64:Similar to arm, in order to preserve volatile semantics MemoryBarrier i...Rahul Kumar1-4/+4
2016-07-13Merge pull request #6247 from ellismg/add-back-exception-membersMatt Ellis2-2/+10
2016-07-13Stop BclRewriter from trimming serializable metadataStephen Toub1-1/+1
2016-07-13Remove RenameUpdatedVars.Pat Gavlin2-157/+0
2016-07-13[ARM-softfp/Linux] Get precise type for pointer-size structHanjoung Lee3-1/+59
2016-07-12Add back some surface area to thinned corelibMatt Ellis1-1/+9
2016-07-12Merge pull request #6244 from AndyAyersMS/FixDataCollectionAndy Ayers3-5/+48
2016-07-12Merge pull request #6226 from rahku/crossgenRahul Kumar1-2/+0
2016-07-12Suppress Interactive Shell when running PSMatt Ellis1-1/+1
2016-07-12Merge pull request #6225 from pgavlin/RationalizeCleanupPat Gavlin3-115/+73
2016-07-12Add a comment at the use of RewriteTopLevelComma.Pat Gavlin1-0/+5
2016-07-12Inliner: Update data collection by targeting a single inlineAndy Ayers3-5/+48
2016-07-12Refactor top-level comma rewriting.Pat Gavlin3-115/+68
2016-07-12active exception regression fix (#6117)chunseoklee1-0/+6
2016-07-12Fix !PrintException (pe) -lines bug where line number/source info is not bein...Mike McLaughlin1-16/+7
2016-07-12Expose missing members of Array to prep for dotnet/corefx#9998. (#6230)Dan Moseley2-3/+23
2016-07-12ARM64: In GetDelegateTarget a portion of the _WIN64 code was under _TARGET_AM...Rahul Kumar1-2/+0
2016-07-12Merge pull request #6137 from papaslavik/int_softfp_fixBruce Forstall1-2/+6
2016-07-12Merge pull request #5966 from mikedn/x86-neg-longBruce Forstall3-2/+56
2016-07-12Merge pull request #6198 from briansull/multireg-refactorBrian Sullivan7-99/+587
2016-07-12Fix exceptions in GC wave 2 (#6220)Jan Vorlicek6-174/+95
2016-07-12Implement GT_NEG decompositionMike Danes3-2/+56
2016-07-11Refactor and cleanup work for passing and returning struct typesBrian Sullivan7-99/+587
2016-07-11Merge pull request #6221 from pgavlin/RemoveDeadCodeInRationalizePat Gavlin2-309/+3
2016-07-11Remove dead code in Rationalize.Pat Gavlin2-309/+3
2016-07-11Merge pull request #6204 from AndyAyersMS/ModelPolicyDepthCheckAndy Ayers1-0/+13
2016-07-11Merge pull request #6216 from hqueue/fix/typo_20160710Aditya Mandaleeka1-1/+1
2016-07-11Merge pull request #6202 from BruceForstall/RefactorDecompBruce Forstall7-833/+1284
2016-07-11Fix a misleading typo in commentHyung-Kyu Choi1-1/+1
2016-07-11Avoid repeated virtual method calls in List.Contains (#6212)James Ko1-16/+13
2016-07-10Refactor RyuJIT/x86 long decomposition codeBruce Forstall7-833/+1284
2016-07-09Inliner: add depth check to ModelPolicyAndy Ayers1-0/+13