summaryrefslogtreecommitdiff
path: root/src/ilasm
AgeCommit message (Expand)AuthorFilesLines
2019-08-07Fixes Issue #20262 for CoreCLR 5.0 (#25926) (#25988)Brian Sullivan1-0/+8
2019-06-07Do not delete polymorphic objects without a virtual destructor (#23705)Omair Majid2-2/+4
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky1-1/+1
2019-05-04Minor tweaks for gcc (#24391)Adeel Mujahid1-2/+1
2019-04-16Use delete [] on array types (#24027)Omair Majid1-2/+2
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya2-2/+2
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-1/+1
2018-11-06Remove /RESOURCE flag documentation on ilasm. (#20818)Jeremy Koritzinsky1-1/+0
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)Michał Janiszewski1-1/+1
2018-10-16Remove ExportStubARM64Template supportBruce Forstall1-17/+0
2018-10-16Clarify /ARM64 argument usageBruce Forstall1-1/+2
2018-10-15Add ARM64 support to ilasm/ilasmBruce Forstall4-106/+94
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri2-1724/+1732
2018-09-25Add header files to ildasm, ilasm vcxproj (#20052)Jacek Blaszczynski1-1/+17
2018-06-03Typo (#18266)John Doe2-2/+2
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2017-11-12Port https://github.com/dotnet/coreclr/pull/13148 to master (#14999)Michal Strehovský1-9/+19
2017-11-12Allow non-abstract non-public interface methods in ILAsm (#14998)Michal Strehovský2-19/+0
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-2/+9
2017-05-03Fix some static analysis warningsRuss Keldorph1-7/+17
2017-04-26Lookup System.Runtime and mscorlib references by Assembly nameMichael Letterle3-4/+25
2017-04-17Do not throw an assertion on no mscorlibMichael Letterle1-3/+4
2017-04-10Added netstandard corelib into ilasm reference resolverRoman Artemev1-1/+6
2017-04-06Correct fix for long ilasm paramsRoman Artemev1-6/+4
2017-03-28Removing Unnecessary CloseBuffer callsRama Krishnan Raghupathy1-1/+0
2017-02-24Increase the length of allowed parameters in ilasm.Eric Mellino1-1/+1
2017-02-15Enable delay signing in ilasmMichelle McDaniel2-0/+67
2017-02-12Comment for Gauravdanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft12-734/+0
2017-02-08[x86/Linux] Fix Calling Convertion Mismatch inside ilasm/ildasm (#9410)Jonghyun Park1-1/+1
2017-01-15Remove mscorpe cruft (#8957)mikedn3-59/+6
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-1/+1
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-1/+1
2016-10-19Fix broken range checkDmitry-Me1-1/+1
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by building...kchoi2-6/+5
2016-06-02Fix Details for ILAsm/ILDasm/ClrJit BinariesKyungwoo Lee1-0/+6
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 Kumar1-1/+1
2016-04-16Cleanup VCRuntime140.dll dependency from native componentsGaurav Khanna1-1/+0
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-4/+1
2016-03-14ILAsm/ILDAsm packagesdotnet-bot1-0/+1
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy2-18/+18
2016-02-17Fix Init to return False when not being able to load executableManu1-0/+4
2016-02-02Delete spurious ilasm warning message under DEBUG flagKyungwoo Lee1-2/+4
2016-01-27Update license headersdotnet-bot27-107/+82
2016-01-22NetBSD: Don't link with -ldl for dlopen(3) on NetBSDKamil Rytarowski1-3/+3
2016-01-14Enable the fPIE compiler option for executables in the coreclr repo on Unix p...Sergiy Kuryata1-0/+4
2016-01-04Fix bad-codegen from ilasmKyungwoo Lee1-3/+3
2016-01-01Enable ilasm round trip test for xPlatformsKyungwoo Lee1-0/+2
2015-12-28Fix assertion in ilasmKyungwoo Lee1-7/+4