summaryrefslogtreecommitdiff
path: root/src/ilasm
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-11Fix desktop build of ilasmBruce Forstall1-2/+1
2015-12-11Enable ILASM for *nixKyungwoo Lee13-85/+214
2015-12-09Enable ILASM for WindowsKyungwoo Lee8-5/+5020
2015-12-08Open sourcing ILASMdotnet-bot28-0/+16523