index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
DebugInfo
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
[codeview, pdb] Dump symbol records in publics stream
HEAD
master
Zachary Turner
1
-1
/
+46
2016-05-24
Dump symbol record details in llvm-pdbdump
Zachary Turner
5
-119
/
+194
2016-05-24
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...
George Rimar
5
-5
/
+17
2016-05-24
Revert r270543 ("Recommit r270540")
George Rimar
4
-11
/
+3
2016-05-24
Recommit r270540
George Rimar
4
-3
/
+11
2016-05-24
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...
George Rimar
3
-11
/
+3
2016-05-24
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
George Rimar
3
-3
/
+11
2016-05-23
Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2
Reid Kleckner
2
-0
/
+158
2016-05-20
pdbdump: print out symbol names referred by publics stream.
Rui Ueyama
1
-0
/
+1
2016-05-19
pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.
Rui Ueyama
1
-2
/
+2
2016-05-18
pdbdump: Print out section offsets in the publics stream.
Rui Ueyama
1
-0
/
+1
2016-05-17
pdbdump: Print out more strcutures.
Rui Ueyama
1
-0
/
+3
2016-05-17
Debug Info: Don't emit bitfields in the DWARF4 format when tuning for GDB.
Adrian Prantl
2
-1
/
+4
2016-05-17
Debug Info: Don't emit a DW_AT_data_member_location for DWARF bitfields.
Adrian Prantl
2
-6
/
+3
2016-05-16
Debug info: Don't emit a DW_AT_byte_size when emitting a DWARF4 bit field.
Adrian Prantl
1
-2
/
+7
2016-05-13
pdbdump: Print "Publics" stream.
Rui Ueyama
1
-1
/
+8
2016-05-13
[codeview] Align class and print names of types
Reid Kleckner
2
-2
/
+2
2016-05-13
[codeview] Dump the type index on the first line of each record
Reid Kleckner
2
-14
/
+7
2016-05-10
Debug Info: Prevent DW_AT_abstract_origin from being emitted twice
Adrian Prantl
1
-0
/
+57
2016-05-09
[pdb] Parse the module info stream for each module.
Zachary Turner
1
-1
/
+167
2016-05-06
Make llvm-pdbdump print CV type records
Zachary Turner
1
-24
/
+68
2016-05-06
Fix failing test due to merge conflict.
Zachary Turner
1
-1
/
+1
2016-05-06
Port DebugInfoPDB over to using llvm::Error.
Zachary Turner
1
-1
/
+1
2016-05-06
[AArch64] Combine callee-save and local stack SP adjustment instructions.
Geoff Berry
1
-2
/
+2
2016-05-04
Reland "Use ScopedPrinter in llvm-pdbdump"
Reid Kleckner
1
-1000
/
+1235
2016-05-04
Revert "Use ScopedPrinter in llvm-pdbdump"
Chad Rosier
1
-1235
/
+1000
2016-05-04
Use ScopedPrinter in llvm-pdbdump
Zachary Turner
1
-1000
/
+1235
2016-05-04
[mips][ias] Only round section sizes when explicitly requested.
Daniel Sanders
1
-1
/
+1
2016-05-03
Parse the TPI (type information) stream of PDB files.
Zachary Turner
1
-0
/
+9
2016-05-03
Moved test case for r268323 to DebugInfo/X86 to unbreak aarch64.
Wolfgang Pieb
1
-0
/
+0
2016-05-02
DebugInfo: Avoid propagating incorrect debug locations in SelectionDAG via CSE.
Wolfgang Pieb
1
-0
/
+100
2016-05-02
Parse PDB Name Hash Table
Zachary Turner
1
-0
/
+15
2016-04-30
Reverting 268054 & 268063 as they caused PR27579.
Amjad Aboud
14
-693
/
+34
2016-04-29
Fixed LIT tests that was broken after change in r268054.
Amjad Aboud
1
-4
/
+0
2016-04-29
Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
13
-30
/
+693
2016-04-29
[mips][ias] Make section sizes a multiple of the alignment.
Daniel Sanders
1
-1
/
+1
2016-04-28
[llvm-pdbdump] Restore error messages, handle bad block sizes
David Majnemer
2
-0
/
+5
2016-04-28
[llvm-pdbdump] Correctly read data larger than a block
David Majnemer
2
-57
/
+979
2016-04-28
Read discriminators correctly from object file.
Dehao Chen
2
-0
/
+135
2016-04-28
Read the rest of the DBI substreams, and parse source info.
Zachary Turner
1
-0
/
+3
2016-04-28
Debug Info: Restore the pre-r240853 behavior for DWARF2 bitfields.
Adrian Prantl
1
-1
/
+1
2016-04-28
Debug info: Support DWARF4 bitfields via DW_AT_data_bit_offset.
Adrian Prantl
2
-0
/
+124
2016-04-27
Parse module information from DBI stream.
Zachary Turner
1
-0
/
+24
2016-04-26
Parse and dump PDB DBI Stream Header Information
Zachary Turner
1
-0
/
+10
2016-04-26
Refactor some more PDB reading code into DebugInfoPDB.
Zachary Turner
1
-17
/
+0
2016-04-25
Resubmit "Refactor raw pdb dumper into library"
Zachary Turner
1
-1
/
+1
2016-04-24
Verifier: Verify that each inlinable callsite of a debug-info-bearing function
Adrian Prantl
2
-2
/
+4
2016-04-24
Revert "Verifier: Verify that each inlinable callsite of a debug-info-bearing...
Adrian Prantl
2
-4
/
+2
2016-04-24
Verifier: Verify that each inlinable callsite of a debug-info-bearing function
Adrian Prantl
2
-2
/
+4
2016-04-23
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
38
-244
/
+244
[next]