summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-28Merge pull request #19053 from riverar/riverar/r2r_size_unavailSimon Nattress1-0/+4
2018-08-28Add architectures supported tableAmy Yu1-2/+19
2018-08-25R2RDump - Non-Windows machine code (#19638)Amy2-4/+29
2018-08-25R2RDump - Fix errors caused by ExportedTypes rids in AvailableTypes section (...Amy2-6/+62
2018-08-25R2RDump - Check disassembler support (#19664)Amy3-22/+15
2018-08-24R2RDump - ARM and ARM64 UnwindInfo (#19618)Amy12-23/+530
2018-08-23Two R2RDump fixes for Crossgen output (#19585)Tomáš Rylek1-2/+20
2018-08-21R2RDump - Interweave x64 unwind codes into disasm (#19577)Amy6-77/+108
2018-08-20R2RDump - Add image describing R2R format (#19528)Amy3-3/+7
2018-08-20Update Microsoft.NETCore.CoreDisTools to version 1.0.1-prerelease-00005 (#19520)Zach Montoya3-13/+41
2018-08-18Initial support for R2R image diff (#19533)Tomáš Rylek3-17/+246
2018-08-16R2RDump - Documentation (#19497)Amy23-34/+322
2018-08-15Revert "Change CoreLib native image to be R2R by default on all platforms (#1...Jan Kotas1-5/+16
2018-08-15R2RDump - GcInfo for x86Amy Yu19-129/+1888
2018-08-14Translate [rip +- offset] to absolute RVA's in R2RDump (#19219)Tomáš Rylek4-19/+106
2018-08-08Change CoreLib native image to be R2R by default on all platforms (#19359)Jan Kotas1-16/+5
2018-08-06R2RDump - Ignore sensitive properties to pass tests (#19155)Amy2-3/+27
2018-07-31R2RDump - Fix and update R2RDumpTests (#19039)Amy4-27/+49
2018-07-23R2RDump - UnwindInfo for x86 (#18994)Amy5-5/+65
2018-07-23Partial R2R IBC fixes (#19073)Jan Kotas1-1/+3
2018-07-19Set function size to -1 if sizing info unavailableRafael Rivera1-0/+4
2018-07-18R2RDump - Test infrastructure (#18745)Amy12-54/+134
2018-07-10Initial implementation of method fixup parser (#18749)Tomáš Rylek5-19/+204
2018-07-09Fix test errorsAmy Yu1-8/+11
2018-07-09Use BuildManagedTools argument instead of environment variable, removed unnee...Amy Yu1-5/+2