summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-1/+0
2020-03-25[Tizen] Add -pie to linker optionHyungju Lee1-0/+1
2019-07-05many core (#25350)Maoni Stephens5-0/+1245
2019-06-25Remove the Crossgen-specific VSD flag from R2RDump (#25391)Tomáš Rylek2-8/+1
2019-06-21Disable unloading incompatible test for runincontext (#25126)Jan Vorlicek1-0/+2
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov1-1/+19
2019-06-13Add a switch to suppress crossgen warningsfadimounir1-1/+23
2019-06-05Shortenning /Platform_Assemblies_Paths to just /p for convenience. Leaving th...fadimounir1-11/+11
2019-06-03Avoid moving the bitOffset twice when enumerating safepointsAndrew Au1-2/+0
2019-05-30Add build-tools.cmd (#24817)Jan Vorlicek2-5/+3
2019-05-30Implement R2R helpers for synchronized methods (#24646)Michal Strehovský1-0/+4
2019-05-28Fixing the epilog size decodingAndrew Au3-14/+3
2019-05-23Fewer ilstubs in corelib from reflection apis (#24708)David Wrighton1-1/+5
2019-05-20Cuckoo metadata (#24498)David Wrighton4-0/+69
2019-05-14Further improvements for R2RDump robustness in the presence of bugs (#24429)Tomáš Rylek2-2/+23
2019-05-06Improve R2RDump resiliency towards invalid tokens (#24379)Tomáš Rylek2-23/+54
2019-05-06Port all managed product binaries to use SDK style projects (#24285)Aaron Robinson1-5/+2
2019-05-03Use our local-built instances of tools from Microsoft.DotNet.BuildTools.CoreC...Jeremy Koritzinsky4-3/+15
2019-05-03New options --sb / --isb for binary signature dump (#24375)Tomáš Rylek3-56/+161
2019-05-02Bug fix in R2RDump signature decoder w.r.t. large version bubbles (#24352)Tomáš Rylek1-6/+14
2019-04-30Support for larger version bubbles in R2RDump (#24277)Tomáš Rylek8-132/+343
2019-04-02Output error messages to stderr. This provides a better integration with the ...Fadi Hanna1-17/+17
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna2-0/+19
2019-03-26Replacing the /Trusted_Platform_Assemblies switch with a simpler /r switch th...Fadi Hanna1-5/+16
2019-03-25Miscellaneous R2RDump improvements (#23215)Tomáš Rylek4-70/+42
2019-03-16Fix typo (#23300)Nikita Potapenko1-1/+1
2019-02-22R2RDump - Gracefully handle inability to parse GC InfoSimon Nattress1-1/+9
2019-02-22Store information about partial ngen in R2R images (#22680)Michal Strehovský1-1/+2
2019-02-13Use dependency flow for core-setup and corefx dependencies (#22544)Juan Hoyos1-1/+1
2019-02-11Move runincontext to src/toolsRuss Keldorph2-0/+583
2019-02-01Support for dumping GC info in R2RDump (#22216)Tomáš Rylek1-1/+44
2019-01-14Large version bubble Support (#21727)Andon Andonov1-0/+9
2019-01-09Change CoreLib native image to be R2R by default on all platforms (#21497)Fadi Hanna1-16/+5
2019-01-07Fix incorrect assignment of READYTORUN_HELPER_[Dbl|Flt][Rem/Round] (#21836)Tomáš Rylek1-4/+4
2018-12-24Add Module Override Recognition to R2RDump (#21617)Andon Andonov2-4/+32
2018-12-18Add support for parsing field signatures (#21573)Tomáš Rylek1-16/+62
2018-12-15Implement GC ref map parsing and display in R2RDump (#21509)Tomáš Rylek9-74/+553
2018-12-03Improvements for naked R2RDump output (#21317)Tomáš Rylek5-83/+78
2018-11-19Add headers to crossgen, cee_crossgen, corzap_crossgen vcxproj files (#20082)Jacek Blaszczynski1-0/+1
2018-11-13Initial support for normalized 'naked' R2RDump output (#20875)Tomáš Rylek7-70/+271
2018-10-16Structured dump of instance entrypoints and decoding generic lookups (#20433)Tomáš Rylek3-13/+44
2018-10-10Minor dump improvements in R2RDump (#20344)Tomáš Rylek4-23/+22
2018-10-04R2RDump fixes for dumping method instance entrypoint table (#20243)Tomáš Rylek6-216/+278
2018-10-03Fix X86 disassembly and a bug regarding ExportedTypes in R2RDump (#20230)Tomáš Rylek2-50/+138
2018-09-25Delete dead .NET Framework activation code (#20134)Jan Kotas1-21/+0
2018-09-20Fix decoding bug in r2rdump's native format readerSimon Nattress1-1/+2
2018-09-20Make EH table optional in R2RDumpSimon Nattress1-3/+6
2018-09-18Add EH info support to R2RDump (#20000)Tomáš Rylek3-2/+309
2018-09-08Add DebugInfo dumping support to r2rdumpSimon Nattress5-2/+386
2018-09-07Import signature parsing and general improvements in R2RDump (#19813)Tomáš Rylek12-175/+1832