summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-13Fix potentially unused variable in lb armjashook1-1/+1
2017-09-13Fix AV in corerun on invalid filenameJan Kotas1-1/+1
2017-09-13Mark Span.Length as non-versionableJan Kotas3-9/+42
2017-09-13Merge pull request #13806 from hqueue/arm/ryujit/issue_13739_jitstress_NYI_addrCarol Eidt2-35/+11
2017-09-13Fix Hebrew date parsing (#13929)Tarek Mahmoud Sayed1-0/+17
2017-09-13Lower TEST(x, LSH(1, y)) to BT(x, y)Mike Danes1-0/+49
2017-09-13Add GT_BTMike Danes4-1/+34
2017-09-13Add INS_btMike Danes2-0/+31
2017-09-13Merge pull request #13903 from JosephTremoulet/PlaceReturnsJoseph Tremoulet1-4/+76
2017-09-13Merge pull request #13835 from sdmaclea/PR-ARM64-GT_MULHIJoseph Tremoulet2-40/+31
2017-09-13Merge pull request #13799 from sdmaclea/PR-ARM64-Transform-AND-CMPJoseph Tremoulet7-6/+35
2017-09-13Introduce FEATURE_GDBJIT_SYMTAB (#13567)Konstantin Baladurin2-12/+112
2017-09-12Re-implemented the ecvt function. (#12894)Jim Ma14-346/+1088
2017-09-12[RyuJIT/ARM32] Implement CreateDictionaryLookupHelper only via helper (#13733)Sujin Kim3-8/+32
2017-09-12Fix ARM32 secure delegate bug (#13922)Jan Vorlicek1-1/+16
2017-09-12Make dangerous Span APIs less discoverable. (#13927)Ahson Ahmed Khan2-0/+5
2017-09-12Remove redundant zero-initialization of struct temps with GC fields. (#13868)Eugene Rozenfeld5-37/+71
2017-09-12[Arm64] Enable Lowering GT_ARR_BOUNDS_CHECKSteve MacLean2-2/+11
2017-09-12JIT: optimize case where box feeds GetType (#13710)Andy Ayers4-22/+97
2017-09-12Merge pull request #13819 from sdmaclea/PR-ARM64-MOD-AND-TRANSFORMJarret Shook1-8/+31
2017-09-12[Arm64] Enable LowerShiftSteve MacLean2-48/+48
2017-09-12Fix core dump generation on Centos. (#13887)Mike McLaughlin1-3/+3
2017-09-12Merge pull request #13715 from CarolEidt/LsraInfoInLsraCarol Eidt7-107/+69
2017-09-12Merge pull request #13242 from ViktorHofer/BinarySerializationCleanupViktor Hofer8-61/+15
2017-09-12Fix formattingSteve MacLean1-5/+5
2017-09-12noway_assert to assert per reviewSteve MacLean1-4/+4
2017-09-12Fix formattingSteve MacLean1-1/+1
2017-09-12Simplify divisorValue calculationSteve MacLean1-11/+5
2017-09-12Add comments per reviewSteve MacLean1-8/+18
2017-09-12ResourceSetViktor Hofer1-7/+1
2017-09-12TextInfoViktor Hofer2-27/+8
2017-09-12ReflectionViktor Hofer2-15/+1
2017-09-12IOViktor Hofer3-12/+5
2017-09-12[ARM64/Windows] Corrected stack overflow in JIT_Stelem_refPankaj Gode2-4/+2
2017-09-12[GDBJIT] Specify C# language in DWARF debug information (#13720)Konstantin Baladurin1-0/+9
2017-09-11Merge pull request #13907 from stephentoub/valuetask_astask_cachingStephen Toub2-2/+2
2017-09-11Merge changes from TFS (#13884)dotnet bot1-1/+1
2017-09-11Improve const return block placementJoseph Tremoulet1-4/+76
2017-09-11Use AsyncTaskCache in ValueTask.AsTask()Stephen Toub2-2/+2
2017-09-11JIT: optimize Enum.HasFlag (#13748)Andy Ayers5-45/+340
2017-09-11[GDBJIT] Fix calculation of debuginfo's size. (#13899)Konstantin Baladurin2-33/+62
2017-09-11Make order of elements consistent (#13892)Kevin Gosse1-2/+2
2017-09-09Merge pull request #13849 from stephentoub/string_createStephen Toub2-0/+29
2017-09-09Merge pull request #13888 from jkotas/corelib-mirrorJan Kotas18-110/+108
2017-09-09Merge pull request #13886 from ahsonkhan/SpanReadOnlyStructStephen Toub2-0/+2
2017-09-09Finish moving files to shared CoreLib partitionJan Kotas3-84/+0
2017-09-09Move PInvoke interop related attributes to shared CoreLib partitionJan Kotas13-28/+120
2017-09-09Finish moving files to shared partitionJan Kotas2-12/+2
2017-09-09Fix IntrinsicAttribute build breakJan Kotas1-2/+2
2017-09-09Cleanup Guid formatting (#13885)Jan Kotas1-73/+60