2018-07-31 |
Amy | R2RDump - Fix and update R2RDumpTests (#19039)
|
commit | commitdiff | tree |
2018-07-23 |
Amy | R2RDump - UnwindInfo for x86 (#18994)
|
commit | commitdiff | tree |
2018-07-20 |
Amy Yu | Skip R2RDumpTests in crossgen tests, test unsupported...
|
commit | commitdiff | tree |
2018-07-19 |
Hugh Bellamy | Implement GetComObjectData and SetComObjectData (#18900)
|
commit | commitdiff | tree |
2018-07-18 |
Amy | R2RDump - Test infrastructure (#18745)
|
commit | commitdiff | tree |
2018-07-10 |
Amy | Merge pull request #18653 from acmyu/build
|
commit | commitdiff | tree |
2018-07-10 |
Amy | Exclude failing CoreFx test (#18844)
|
commit | commitdiff | tree |
2018-07-09 |
Amy Yu | Exclude failing CoreFx test
|
commit | commitdiff | tree |
2018-07-09 |
Amy Yu | Fix test errors
|
commit | commitdiff | tree |
2018-07-09 |
Amy Yu | Use BuildManagedTools argument instead of environment...
|
commit | commitdiff | tree |
2018-07-09 |
Amy Yu | Add R2RDump to build.proj, running dotnet restore before...
|
commit | commitdiff | tree |
2018-06-27 |
Amy | Merge pull request #18425 from acmyu/xml
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Fix merge errors, replace spaces with tab, print unwind...
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Dump disasm line by line, changes to dumping bytes...
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Refactor into TextDumper and XmlDumper classes
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Xml serialize section contents and gcinfo transitions
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | XMLSerialize gc transitions and section contents
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Make unwindinfo and gcinfo xml serializable
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Output in xml format with XmlSerializer
|
commit | commitdiff | tree |
2018-06-26 |
Amy Yu | Add public to classes and set accessor to properties...
|
commit | commitdiff | tree |
2018-06-26 |
Amy | Merge pull request #18435 from acmyu/unwind
|
commit | commitdiff | tree |
2018-06-22 |
Amy Yu | Move Amd64 specific class to it's own folder and subnamespace
|
commit | commitdiff | tree |
2018-06-21 |
Amy | Merge pull request #18570 from acmyu/bugs
|
commit | commitdiff | tree |
2018-06-20 |
Amy Yu | Make sections optional, throw more descriptive error...
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Make unwind info specific to amd64
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Use Registers for FrameRegister
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Save frameOffset in 16bits
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Dump unwind codes based on opcode
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Rename enums with Pascal casing
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Use symbolic names for opcodes, get register name for...
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Fix bugs
|
commit | commitdiff | tree |
2018-06-19 |
Amy | Merge pull request #18357 from acmyu/sections
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Parse entries of import section
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Dump bytes with offset instead of rva
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Parse and dump compiler identifier and import sections...
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Dump contents of NativeArray and NativeHashtable
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Use GetEntryPointIdFromOffset to get EntryPointId of...
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Output formatting changes for unwindInfo and section...
|
commit | commitdiff | tree |
2018-06-19 |
Amy | Merge pull request #18500 from acmyu/liveness
|
commit | commitdiff | tree |
2018-06-19 |
Amy Yu | Save name of dll in constant, use tab instead of spaces
|
commit | commitdiff | tree |
2018-06-16 |
Amy Yu | Add missing registers enum
|
commit | commitdiff | tree |
2018-06-16 |
Amy Yu | Interweave gcslot liveness with disasm
|
commit | commitdiff | tree |
2018-06-16 |
Amy Yu | Use DumpInstruction instead of code block
|
commit | commitdiff | tree |
2018-06-15 |
Amy | Merge pull request #18474 from acmyu/gc
|
commit | commitdiff | tree |
2018-06-15 |
Amy | Merge pull request #18379 from acmyu/disasm
|
commit | commitdiff | tree |
2018-06-15 |
Amy Yu | Use IntPtr instead of long for pointers
|
commit | commitdiff | tree |
2018-06-15 |
Amy Yu | Fix bugs from trying to get transitions for untracked...
|
commit | commitdiff | tree |
2018-06-15 |
Amy Yu | Adjust method comment
|
commit | commitdiff | tree |
2018-06-15 |
Amy Yu | Make gcInfoTypes global instead of passed as param
|
commit | commitdiff | tree |
2018-06-15 |
Amy Yu | Fixed some bugs with gc transitions
|
commit | commitdiff | tree |
2018-06-14 |
Amy Yu | Get gc slot liveness code offset
|
commit | commitdiff | tree |
2018-06-08 |
Amy Yu | Use buffered disassembler to get disassembly as string
|
commit | commitdiff | tree |
2018-06-08 |
Amy | Merge pull request #18326 from acmyu/gc
|
commit | commitdiff | tree |
2018-06-07 |
Amy Yu | GcInfo belongs to method, not runtime function
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Refactoring gcInfo, added verbose option to cli
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Fix error cause by merge
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Fix unwindInfo bug caused by missing alignmentPad,...
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Use single variable for multiple tabs
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Read slot table, dump GcInfo
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Extract other fields from gcinfo
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Extract gcinfo header, return kind and code length...
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Extract gcinfo from image
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Avoid passing R2RReader to R2RMethod and RuntimeFunction...
|
commit | commitdiff | tree |
2018-06-06 |
Amy Yu | Use typeDef.Namespace to get full namespace, move to...
|
commit | commitdiff | tree |
2018-06-06 |
Amy | R2RDump - Unwind Info (#18248)
|
commit | commitdiff | tree |
2018-06-04 |
Amy | R2RDump - Dump AvailableTypes section contents (#18227)
|
commit | commitdiff | tree |
2018-06-01 |
Amy | Added disassembler CoreDisTools to dump runtime functions...
|
commit | commitdiff | tree |
2018-06-01 |
Amy | R2RDump - Commandline interface (#18136)
|
commit | commitdiff | tree |
2018-05-24 |
acmyu | R2RDump - Dump generic method instances (#18080)
|
commit | commitdiff | tree |
2018-05-18 |
acmyu | R2RDump - Runtime function RVAs and method signatures...
|
commit | commitdiff | tree |
2018-05-14 |
acmyu | R2RDump - Print ReadyToRun image headers (#17942)
|
commit | commitdiff | tree |
2017-06-28 |
Hugh Bellamy | Remove disabled tests for Marshal.IsComObject(null...
|
commit | commitdiff | tree |
2017-06-23 |
Hugh Bellamy | Update Windows parameter name for Normalize/IsNormalized...
|
commit | commitdiff | tree |
2017-06-17 |
Hugh Bellamy | Remove some dead argument checks for unsigned primitives...
|
commit | commitdiff | tree |
2017-06-17 |
Hugh Bellamy | Throw ArgumentNullException on Unix calling Marshal...
|
commit | commitdiff | tree |
2017-04-16 |
Hugh Bellamy | Fix OOM exception thrown in case insensitive replace...
|
commit | commitdiff | tree |
2017-04-02 |
Hugh Bellamy | Bring back kApplicationException (#10650)
|
commit | commitdiff | tree |
2016-10-10 |
Hugh Bellamy | Fix various CustomAttributeBuilder bugs (#7206)
|
commit | commitdiff | tree |
2016-10-03 |
Hugh Bellamy | Add Math.Clamp overloads to mscorlib.cs (#7462)
|
commit | commitdiff | tree |
2016-09-25 |
Hugh Bellamy | Add Math.Clamp methods (#7242)
|
commit | commitdiff | tree |
2016-09-21 |
Hugh Bellamy | If out some dead code in System.Array for FEATURE_CORECLR...
|
commit | commitdiff | tree |
2016-05-18 |
Hugh Bellamy | Cache GetLowerBound in Array.Reverse and Array.Sort...
|
commit | commitdiff | tree |
2016-05-10 |
Hugh Bellamy | Fix ArgumentNullException messages passed as parameter...
|
commit | commitdiff | tree |
2016-03-24 |
Hugh Bellamy | Add parameter names to RegionInfo constructor
|
commit | commitdiff | tree |
2016-03-08 |
Hugh Bellamy | Add parameter names to ArgumentExceptions in Guid
|
commit | commitdiff | tree |
2016-03-04 |
Hugh Bellamy | Fix incorrect exception parameter name in GC
|
commit | commitdiff | tree |
2016-01-25 |
Hugh Bellamy | Remove irrelevant endianness comment, fix #834
|
commit | commitdiff | tree |
2016-01-18 |
Hugh Bellamy | Remove SynchronizedList
|
commit | commitdiff | tree |
2015-09-11 |
Sridhar Periyasamy | Merge pull request #1495 from Sridhar-MS/code-coverage
|
commit | commitdiff | tree |
2015-09-09 |
Sridhar Periyasamy | Address code coverage builds feedback
|
commit | commitdiff | tree |
2015-09-08 |
Sridhar Periyasamy | Change warning to error for platforms not supporting...
|
commit | commitdiff | tree |
2015-09-04 |
Sridhar Periyasamy | Build Code Coverage instrumented binaries for native...
|
commit | commitdiff | tree |
2015-07-28 |
Sridhar Periyasamy | Merge pull request #1269 from Sridhar-MS/osx-tickcount
|
commit | commitdiff | tree |
2015-07-27 |
Sridhar Periyasamy | Fix to return the right frequency (in ticks per second...
|
commit | commitdiff | tree |
2015-07-25 |
Sridhar Periyasamy | Move 's_TimebaseInfo' intialization to PAL intialization...
|
commit | commitdiff | tree |
2015-07-24 |
Sridhar Periyasamy | Replace the usage of MACH monotonic function 'clock_get_time...
|
commit | commitdiff | tree |
2015-07-22 |
Sridhar Periyasamy | Fix Mach host port leaks in OSX
|
commit | commitdiff | tree |
2015-07-22 |
Sridhar Periyasamy | Fix to get the correct value for Environment.TickCount...
|
commit | commitdiff | tree |
|