summaryrefslogtreecommitdiff
path: root/src/ildasm
AgeCommit message (Expand)AuthorFilesLines
2019-08-07Fixes Issue #20262 for CoreCLR 5.0 (#25926) (#25988)Brian Sullivan1-38/+39
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-3/+0
2018-10-15Add ARM64 support to ilasm/ilasmBruce Forstall1-2/+4
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-0/+1
2018-09-25Add header files to ildasm, ilasm vcxproj (#20052)Jacek Blaszczynski1-0/+14
2018-06-03Warnings cleanup (#18260)Robin Sue2-9/+0
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2017-10-27Delete dead code (#14703)Jan Kotas1-25/+1
2017-07-24typoJohn Doe1-3/+3
2017-04-08Exit gracefully when running ildasm -nat against unsupported ni file. (#10821)Jim Ma1-0/+7
2017-03-24Copy-paste errors found by PVS-Studio. (#10450)Ilya1-1/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-48/+0
2017-02-08[x86/Linux] Fix Calling Convertion Mismatch inside ilasm/ildasm (#9410)Jonghyun Park1-4/+4
2017-01-18Remove ILDASM GUI cruft (#8954)mikedn55-5862/+25
2016-12-26Remove files related to legacy build system (#8723)Robert3-106/+0
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek3-6/+6
2016-09-08ILDASM: Ignore Metadata flag for CoreCLRKyungwoo Lee1-19/+21
2016-06-02Fix Details for ILAsm/ILDasm/ClrJit BinariesKyungwoo Lee2-0/+5
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-1/+1
2016-04-18enable build of cross target components.Rahul Kumar2-5/+2
2016-04-16Cleanup VCRuntime140.dll dependency from native componentsGaurav Khanna2-2/+2
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-5/+1
2016-03-14ILAsm/ILDAsm packagesdotnet-bot2-0/+2
2016-02-18Merge pull request #3191 from manu-silicon/absolute_pathJan Vorlicek1-5/+15
2016-02-18Fix ildasm to be run without specifying the full pathManu1-5/+15
2016-02-17Fix invalid usage of pointer and SZSTRING_REMAINING_SIZE macroManu1-6/+6
2016-02-17Fix Init to return False when not being able to load executableManu1-0/+4
2016-01-27Update license headersdotnet-bot26-107/+78
2016-01-22NetBSD: Don't link with -ldl for dlopen(3) on NetBSDKamil Rytarowski1-3/+3
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2016-01-14Enable the fPIE compiler option for executables in the coreclr repo on Unix p...Sergiy Kuryata1-0/+1
2016-01-07Fix help message in ildasm for UnixKyungwoo Lee1-5/+17
2016-01-05Fix buffer overrun and _atoi64 in ildasmKyungwoo Lee2-14/+6
2015-12-23Fix for special number handling in ildasmKyungwoo Lee3-6/+13
2015-12-11Enable ILASM for *nixKyungwoo Lee1-0/+3
2015-12-07Enable ildasm for *nixKyungwoo Lee13-55/+287
2015-11-25Enable ILDASM for WindowsKyungwoo Lee11-54/+238
2015-11-24Open sourcing ILDASMdotnet-bot69-0/+20096