summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-07-09Add R2RDump to build.proj, running dotnet restore before target buildAmy Yu1-4/+15
2018-06-26Fix merge errors, replace spaces with tab, print unwind flag nameAmy Yu4-44/+66
2018-06-26Dump disasm line by line, changes to dumping bytes to xml, fixAmy Yu5-66/+72
2018-06-26Refactor into TextDumper and XmlDumper classesAmy Yu5-528/+661
2018-06-26Xml serialize section contents and gcinfo transitionsAmy Yu2-13/+30
2018-06-26XMLSerialize gc transitions and section contentsAmy Yu3-51/+99
2018-06-26Make unwindinfo and gcinfo xml serializableAmy Yu1-24/+28
2018-06-26Output in xml format with XmlSerializerAmy Yu1-81/+297
2018-06-26Add public to classes and set accessor to properties needed for serializationAmy Yu8-51/+66
2018-06-26Merge pull request #18435 from acmyu/unwindAmy5-120/+237
2018-06-22Move Amd64 specific class to it's own folder and subnamespaceAmy Yu4-30/+30
2018-06-20Make sections optional, throw more descriptive error when rva can't be conver...Amy Yu1-10/+37
2018-06-19Make unwind info specific to amd64Amy Yu4-31/+40
2018-06-19Use Registers for FrameRegisterAmy Yu1-3/+3
2018-06-19Save frameOffset in 16bitsAmy Yu1-43/+23
2018-06-19Dump unwind codes based on opcodeAmy Yu1-42/+134
2018-06-19Rename enums with Pascal casingAmy Yu1-6/+6
2018-06-19Use symbolic names for opcodes, get register name for opinfoAmy Yu1-5/+41
2018-06-19Fix bugsAmy Yu1-1/+1
2018-06-19Parse entries of import sectionAmy Yu3-21/+140
2018-06-19Dump bytes with offset instead of rvaAmy Yu1-3/+5
2018-06-19Parse and dump compiler identifier and import sections, move dump section con...Amy Yu3-37/+163
2018-06-19Dump contents of NativeArray and NativeHashtableAmy Yu4-16/+111
2018-06-19Use GetEntryPointIdFromOffset to get EntryPointId of generic methodsAmy Yu2-4/+3
2018-06-19Output formatting changes for unwindInfo and section contentsAmy Yu2-18/+20
2018-06-19Save name of dll in constant, use tab instead of spacesAmy Yu5-78/+71
2018-06-15Add missing registers enumAmy Yu1-0/+20
2018-06-15Interweave gcslot liveness with disasmAmy Yu5-24/+67
2018-06-15Use DumpInstruction instead of code blockAmy Yu1-1/+6
2018-06-15Merge pull request #18474 from acmyu/gcAmy4-45/+301
2018-06-15Use IntPtr instead of long for pointersAmy Yu2-10/+8
2018-06-15Fix bugs from trying to get transitions for untracked slots when it's not sup...Amy Yu3-20/+23
2018-06-15Adjust method commentAmy Yu1-2/+8
2018-06-14Make gcInfoTypes global instead of passed as paramAmy Yu1-38/+39
2018-06-14Fixed some bugs with gc transitionsAmy Yu3-6/+15
2018-06-14Get gc slot liveness code offsetAmy Yu2-7/+244
2018-06-08Use buffered disassembler to get disassembly as stringAmy Yu2-4/+15
2018-06-07GcInfo belongs to method, not runtime functionAmy Yu4-23/+29