summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Delete mscorlib facade (#10157)Jan Kotas17-14583/+10
2017-03-16Merge pull request #10177 from eerhardt/TZPosixNamesEric Erhardt1-3/+27
2017-03-16Hide types which are now public in corefx (#10142)Rahul Kumar20-1722/+35
2017-03-15Minor fix to address ?: VC conformance improvement. (#10208)Yuriy Solodkyy2-2/+2
2017-03-15Temporarily disable flaky sleep test (#10221)Matt Mitchell2-1/+1
2017-03-15Fix Convert.FromBase64CharArray with empty array (#10224)Stephen Toub1-0/+5
2017-03-15[x86/Linux] Fix NativeCallableTest (#10060)Evgeny Pavlov2-6/+11
2017-03-15Merge pull request #10168 from eerhardt/PortablePDBsEric Erhardt4-12/+7
2017-03-15Enable use of Volatile<T> on arm64 to get correct memory consistency (#10212)Rahul Kumar1-1/+1
2017-03-15Clean up fcall.h (#10158)Jonghyun Park2-67/+72
2017-03-15Reorder stack arguments on reverse P/Invoke (#10217)Jonghyun Park4-57/+111
2017-03-15[x86/Linux] Fix IL_STUB_PInvoke with RetBuf (#10144)Hanjoung Lee4-1/+27
2017-03-15Fix ToTitleCase Functionality for Dutch Cultures (#10195)Rion Williams1-2/+14
2017-03-15Change CoreCLR to use Sierra (#10173)Matt Mitchell2-1/+1
2017-03-15Migrate MethodBase.cs over to the shared partition. (#10202)Atsushi Kanamori5-149/+93
2017-03-15Move System.Convert code to shared partition (#10178)Alex Perovich4-157/+203
2017-03-15Prepare MethodBase.cs for migration to shared partition. (#10194)Atsushi Kanamori4-188/+200
2017-03-15Support bracket enclosed names in TZ POSIX rulesEric Erhardt1-3/+27
2017-03-15Replace MemberInfo.cs with the CoreRt version and move to shared partition. (...Atsushi Kanamori5-58/+67
2017-03-14Merge pull request #10145 from hqueue/arm/ryujit/shiftrotate_decomposed_longBruce Forstall3-15/+128
2017-03-14JIT: preliminaries to improve types (#10172)Andy Ayers4-129/+342
2017-03-14Merge pull request #9276 from benaadams/sealed-encodingsStephen Toub2-2/+13
2017-03-14Merge pull request #10152 from jashook/assert_pcodes_pcodesstart_lt_256Jarret Shook1-4/+20
2017-03-14Fix tz rules (#10169)Tarek Mahmoud Sayed1-4/+8
2017-03-14Fix #9457jashook1-4/+20
2017-03-14Make portable PDBs on Unix instead of no symbols at all.Eric Erhardt4-12/+7
2017-03-13Optimize Span.Clear() on AMD64 (#10110)Xiangyang (Mark) Guo1-1/+7
2017-03-13Merge pull request #10153 from adityamandaleeka/remove_stress_threadAditya Mandaleeka8-454/+0
2017-03-13Merge pull request #10073 from adityamandaleeka/handle_types_to_enum_1Aditya Mandaleeka3-165/+145
2017-03-13Improve LIR dumping (#10140)Bruce Forstall6-29/+58
2017-03-13System.Diagnostics.Debugger.Break() should NOT be inlined. (#10151)Mike McLaughlin1-0/+1
2017-03-13Add changes to emitMaxStackDepth and fgPtrArgCntMax to JitDump (#10130)Bruce Forstall5-1/+21
2017-03-13Convert GenTree* to GenTreeCall* as much as possible (#10132)Bruce Forstall23-394/+346
2017-03-13Merge pull request #10113 from briansull/ibc-readytorunBrian Sullivan17-65/+209
2017-03-13Replace HNDTYPE defines with enum in gcinterface header.Aditya Mandaleeka3-165/+145
2017-03-13Remove STRESS_THREAD.Aditya Mandaleeka8-454/+0
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall23-104/+196
2017-03-13Merge pull request #10129 from BruceForstall/AdjustStackLevelBruce Forstall5-26/+56
2017-03-13Work for IBC profiling with ReadyToRun imagesBrian Sullivan17-65/+209
2017-03-13Merge pull request #10083 from hqueue/arm/ryujit/decomposed_long_fixBruce Forstall1-1/+1
2017-03-14[Ryujit/ARM32] Support shift and rotate for decomposed longHyung-Kyu Choi3-15/+128
2017-03-13Merge pull request #10067 from mikedn/oak-no-throw-equalsJoseph Tremoulet1-3/+27
2017-03-13Merge pull request #10105 from JonHanna/corefx16566Atsushi Kanamori12-20/+22
2017-03-13Use VSD_STUB_CAN_THROW_AV instead of explicit _TARGET_XXX_ (#10143)Jonghyun Park1-6/+10
2017-03-13Use GetDoubleArrayToLargeObjectHeapThreshold when FEATURE_DOUBLE_ALIGNMENT_HI...Jonghyun Park1-0/+2
2017-03-12Merge pull request #10134 from seanshpark/fixtypoBruce Forstall1-1/+1
2017-03-12Improve encoding performance (#10124)Jan Kotas5-34/+149
2017-03-13Fix typo in Compiler::gtHasRef()SaeHie Park1-1/+1
2017-03-12Remove dead code (#10128)Bruce Forstall1-6/+0
2017-03-12Move adjustments to genStackLevel into functionsBruce Forstall5-26/+56