summaryrefslogtreecommitdiff
path: root/src/ildasm/dasm.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-0/+1
2018-06-03Warnings cleanup (#18260)Robin Sue1-7/+0
2017-10-27Delete dead code (#14703)Jan Kotas1-25/+1
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-01-18Remove ILDASM GUI cruft (#8954)mikedn1-212/+15
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-1/+1
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-bot1-4/+3
2016-01-05Fix buffer overrun and _atoi64 in ildasmKyungwoo Lee1-7/+3
2015-12-23Fix for special number handling in ildasmKyungwoo Lee1-4/+4
2015-12-07Enable ildasm for *nixKyungwoo Lee1-31/+79
2015-11-25Enable ILDASM for WindowsKyungwoo Lee1-37/+94
2015-11-24Open sourcing ILDASMdotnet-bot1-0/+7870