summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-03Merge pull request #5436 from joperezr/DisableNativeResourceCompileForManaged...Jose Perez Rodriguez3-3/+0
2016-06-03Fix readytorun tests asking for user input (#5459)mkborg2-3/+3
2016-06-03Fix CFI annotation of AMD64 assembler helpers on Unix (#5446)Jan Vorlicek1-0/+2
2016-06-02Avoid calling prestub through wrong MethodDesc (#5439)John Chen1-5/+2
2016-06-02Linux/ARM: Support -O3 optimization level in release build (#5396)Geunsik Lim1-0/+43
2016-06-02Merge pull request #5443 from swaroop-sridhar/CDTverSwaroop Sridhar2-2/+2
2016-06-02Merge pull request #5402 from AndyAyersMS/InlineAllowCpBlkAndy Ayers5-3/+89
2016-06-02CoreDisTools Package: Make minor version genericSwaroop Sridhar2-2/+2
2016-06-02Merge pull request #5433 from jashook/abs_singleJarret Shook1-0/+3
2016-06-02Disabling NativeResourceCompile Target for Managed librariesJose Perez Rodriguez3-3/+0
2016-06-02Disable perf_codequality_math_functionsJarret Shook1-0/+3
2016-06-02Merge pull request #5411 from pgavlin/RVAStaticsUnixPat Gavlin1-7/+27
2016-06-02Merge pull request #5417 from kyulee1/fixdetailKyungwoo Lee4-0/+20
2016-06-02Fixing GUID_NULL. (#5415)Rajkumar Janakiraman1-1/+1
2016-06-02Merge pull request #5356 from swaroop-sridhar/TrapSwaroop Sridhar1-24/+113
2016-06-02Merge pull request #5394 from erozenfeld/TailCallBug5164Eugene Rozenfeld4-6/+226
2016-06-02Fixing an error in PAL_pow that caused it to return an incorrect value for a ...Tanner Gooding3-21/+70
2016-06-02Fix Details for ILAsm/ILDasm/ClrJit BinariesKyungwoo Lee4-0/+20
2016-06-02Merge pull request #5409 from gkhanna79/FixDetailsGaurav Khanna2-2/+2
2016-06-02Merge pull request #5400 from weshaggard/FixPackageLicenseFilesWes Haggard1-25/+37
2016-06-02Disable RVA statics tests outside Windows.Pat Gavlin1-7/+27
2016-06-02Fix details for CoreCLR binaryGaurav Khanna2-2/+2
2016-06-02Enable FEATURE_HIJACK for ARM (#5404)Jonghyun Park3-2/+57
2016-06-02Validate new object construction in Ready to Run (#5398)John Chen1-0/+3
2016-06-01Include license files into the packagesWes Haggard1-25/+37
2016-06-01Merge pull request #5386 from briansull/arm32-hfa-fixBrian Sullivan2-3/+17
2016-06-01Add limit to number of generics methods to compile by CrossGen (#5383)John Chen2-2/+15
2016-06-01Added additional fix for ARM32 in lvHfaSlotsBrian Sullivan2-3/+8
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding120-2735/+4529
2016-06-01JIT_TailCall helper has an implicit assumption that all tail call arguments liveEugene Rozenfeld4-6/+226
2016-06-01Import `new` multi-dimmensional array using the non-vararg helper (#5313)Jan Kotas6-50/+152
2016-06-01Merge pull request #5375 from pgavlin/CSECleanupPat Gavlin3-21/+14
2016-06-01GCStress: Fix a race-conditionSwaroop Sridhar1-24/+113
2016-06-01Merge pull request #5365 from kouvel/NamedMutexTestsKoundinya Veluri2-160/+345
2016-06-01Merge pull request #5384 from wtgodbe/publishingWilliam Godbe1-1/+1
2016-06-01Publish pkg/symbolpkg folders within Release/Debug folderswtgodbe1-1/+1
2016-06-01Proposed fix for HFA args on ARM32Brian Sullivan1-2/+11
2016-06-01Remove some lexical-CSE-related code.Pat Gavlin3-21/+14
2016-06-01Speed up CreateComparer in Comparer/EqualityComparer (#5315)James Ko2-31/+50
2016-06-01Fix for issue 5343: Assert Failure: !"Cannot take the address of an uninstant...Fadi Hanna1-2/+16
2016-06-01Merge pull request #5372 from kyulee1/eh11Kyungwoo Lee1-1/+1
2016-06-01Merge pull request #5376 from wtgodbe/publishFixWilliam Godbe1-0/+15
2016-06-01Publish packages into folders named for their configurationwtgodbe1-0/+15
2016-06-01Merge pull request #5306 from jamesqo/jitdump-docsAndy Ayers4-53/+189
2016-06-01ARM64: eh11_large exclusionKyungwoo Lee1-1/+1
2016-06-01Merge pull request #4918 from stephentoub/task_parent_sizeStephen Toub2-95/+72
2016-06-01Add new document on how to setup/view JIT dumpsJames Ko4-53/+189
2016-06-01Remove duplicate avoid in comments from a few files (#5363)James Singleton3-4/+4
2016-06-01Merge pull request #4909 from lemmaa/unit-test-enhancementAditya Mandaleeka1-15/+41
2016-06-01Add more Ready-to-Run generics tests (#5190)John Chen4-7/+444