summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-14[Tizen] Add -pie to linker optionHyungju Lee1-0/+1
2019-02-14[Tizen] Enable -O3 optimization in clang 3.8junghyuk.park1-2/+2
2019-01-22Decouple JIT_FLAG_PREJIT from HW intrinsics (#22117)Michal Strehovský1-72/+69
2019-01-22Restrict HW intrinsic name check to intrinsic types (#22116)Michal Strehovský1-18/+18
2019-01-22Do not throw from TraceResolver (#22126)Michal Strehovský1-3/+5
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara20-250/+339
2019-01-22Fix CoreRT build breaksJan Kotas2-9/+5
2019-01-21Move TplEtwProvider to shared partition (#22120)Marek Safar3-16/+6
2019-01-21Remove two unnecessary ToArray calls (#22119)Stephen Toub1-6/+6
2019-01-21Avoid intermediate strings in some StringBuilder formatting (#22111)Stephen Toub4-16/+30
2019-01-20Move Task factory type to shared partition (#22089)Marek Safar4-22/+8
2019-01-20Use List<T>.ToArray() in places (#22101)Ben Adams2-18/+10
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas21-348/+166
2019-01-19Fix CoreCLR build for changes in shared partitionJan Kotas7-165/+84
2019-01-19Fix build for ProjectN/WinRTInterop Delete superfluous AsyncCausalityTracer a...Jan Kotas5-51/+49
2019-01-19Fix buildMarek Safar2-2/+2
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek12-30/+16
2019-01-19Removed unused 'Stack Walking' code (#22039)Matt Warren1-43/+0
2019-01-18Fix calling conventions on reverse PInvoke callbacks. (#22044)Jeremy Koritzinsky1-2/+3
2019-01-18SuperPMI Collect/Replay/AsmDiff tool (#21252)Jarret Shook2-3/+11
2019-01-18Move AsyncCausality to shared partition (#22062)Marek Safar6-74/+87
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar9-70/+256
2019-01-18Enable detection of HW intrinsics (dotnet/corert#6836)Michal Strehovský25-4/+81
2019-01-18Fix defines in TaskAwaiter (dotnet/corert#6846)Marek Safar1-34/+34
2019-01-18Handle complex constrained calls with default interface methods (#21978)Michal Strehovský3-0/+33
2019-01-18Use correct resolution scope when checking default implementations (#22036)Michal Strehovský1-3/+5
2019-01-18Add comments on headers that gets parsed by Mono linker for whoever touches t...Sung Yoon Whang5-1/+34
2019-01-17Move Environment to shared CoreLib (dotnet/corefx#34654)Stephen Toub41-0/+2737
2019-01-17Remove ToString from RuntimeAssembly.GetManifestResourceStream (#22012)Stephen Toub2-4/+10
2019-01-17Split ContractsBCL into separate classes and move them to shared CoreLib (#22...Filip Navara9-407/+368
2019-01-17Clean up a few minor Span-related uses (#22038)Stephen Toub6-10/+10
2019-01-17Remove a few stale resource strings for ConcurrentStack (#22037)Stephen Toub1-9/+0
2019-01-17Avoid allocations in Utf8Formatter.TryFormat(float/double, ...) (#22011)Stephen Toub2-41/+81
2019-01-17Fix AsyncMethodBuilder build on Mono (#22034)Marek Safar1-1/+1
2019-01-17Fix CoreCLR build of AsyncMethodBuilder.Filip Navara1-5/+9
2019-01-17Add new members to AsyncCausalitySupport.Filip Navara3-1089/+13
2019-01-17Move AsyncMethodBuilder to shared. (dotnet/corert#6832)Filip Navara3-0/+1140
2019-01-16Merge pull request #21997 from BruceForstall/FixFpRelativeInstructionsBruce Forstall1-7/+12
2019-01-16Reduce steps for string.Contains(string value) (#22008)Ben Adams1-3/+8
2019-01-16 Fix imm-operand encoding for SSE/AVX instructions (#21999)Fei Peng1-8/+24
2019-01-15String -> stringJan Kotas8-16/+16
2019-01-15Delete files moved to shared partitionJan Kotas6-224/+0
2019-01-15Move more COM exceptions to shared partition (dotnet/corert#6829)Marek Safar6-0/+212
2019-01-15Fix two cases of FP-relative immediate offsets not being checked for encodabi...Bruce Forstall1-7/+12
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn6-91/+130
2019-01-15Merge pull request #21963 from BrianBohe/masterJuan Hoyos1-8/+1
2019-01-15allocate the right number of slots for the handle table when number of proces...David Mason1-1/+1
2019-01-14Large version bubble Support (#21727)Andon Andonov21-31/+139
2019-01-14Finding Standalone GC and CoreDisTools in non-standard host testing (#21983)Aaron Robinson2-57/+24
2019-01-14Improvements for object stack allocation.Eugene Rozenfeld9-78/+320