index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
DebugInfo
/
PDB
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[pdbutil] Add a command to dump the FPM.
Zachary Turner
2017-08-02
1
-0
/
+9
*
[PDB] Improve GSI hash table dumping for publics and globals
Reid Kleckner
2017-07-26
1
-4
/
+8
*
Fix pdbdump-headers.test after TPI hash changes
Reid Kleckner
2017-07-18
1
-15
/
+15
*
[PDB] Finish and simplify TPI hashing
Reid Kleckner
2017-07-18
1
-75
/
+75
*
[CodeView] Dump BuildInfoSym and ProcSym type indices
Reid Kleckner
2017-07-15
1
-2
/
+2
*
[PDB] Teach libpdb to write DBI Stream ECNames.
Zachary Turner
2017-07-07
1
-0
/
+50
*
[PDB] Add a test that verifies every known type record.
Zachary Turner
2017-07-05
7
-50
/
+621
*
[llvm-pdbutil] Output the symbol offset when dumping.
Zachary Turner
2017-06-30
1
-50
/
+50
*
Fix test broken by parameter mixup.
Zachary Turner
2017-06-30
2
-15
/
+15
*
[llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.
Zachary Turner
2017-06-26
1
-0
/
+12
*
[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.
Zachary Turner
2017-06-23
1
-0
/
+73
*
[llvm-pdbutil] Dump raw bytes of type and id records.
Zachary Turner
2017-06-23
1
-0
/
+27
*
[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.
Zachary Turner
2017-06-23
1
-0
/
+59
*
[llvm-pdbutil] Show what blocks a stream occupies.
Zachary Turner
2017-06-23
1
-17
/
+34
*
[llvm-pdbutil] Dump raw bytes of pdb name map.
Zachary Turner
2017-06-23
1
-0
/
+10
*
[llvm-pdbutil] Add the ability to dump raw bytes from the file.
Zachary Turner
2017-06-23
2
-6
/
+21
*
[llvm-pdbutil] Add a function for formatting MSF data.
Zachary Turner
2017-06-23
1
-10
/
+51
*
[llvm-pdbutil] Create a "bytes" subcommand.
Zachary Turner
2017-06-22
3
-14
/
+15
*
[llvm-pdbutil] Rename "raw" to "dump".
Zachary Turner
2017-06-22
6
-15
/
+15
*
[codeview] respect signedness of APSInts when printing to YAML
Bob Haarman
2017-06-21
1
-1
/
+1
*
[codeview] YAMLize all section offsets and indices in symbol records
Reid Kleckner
2017-06-20
1
-1
/
+2
*
[CodeView] Fix dumping of public symbol record flags
Reid Kleckner
2017-06-19
1
-2
/
+2
*
[llvm-pdbutil] Add support for dumping lines and inlinee lines.
Zachary Turner
2017-06-15
1
-0
/
+11
*
[llvm-pdbutil] Add back support for dumping file checksums.
Zachary Turner
2017-06-15
1
-399
/
+371
*
[llvm-pdbutil] Add back the ability to dump hashes and index offsets.
Zachary Turner
2017-06-15
1
-90
/
+96
*
Resubmit "[llvm-pdbutil] rewrite the "raw" output style."
Zachary Turner
2017-06-15
9
-3325
/
+1274
*
Revert "[llvm-pdbutil] rewrite the "raw" output style."
Zachary Turner
2017-06-15
9
-1274
/
+3325
*
[llvm-pdbutil] rewrite the "raw" output style.
Zachary Turner
2017-06-15
9
-3325
/
+1274
*
Fix line endings.
Zachary Turner
2017-06-12
2
-16
/
+16
*
[pdb] Don't choke on unknown symbol types.
Zachary Turner
2017-06-12
2
-0
/
+16
*
Rename llvm-pdbdump -> llvm-pdbutil.
Zachary Turner
2017-06-09
21
-70
/
+70
*
llvm/test/DebugInfo/PDB/pdbdump-debug-subsections.test: Try to unbreak r305043.
NAKAMURA Takumi
2017-06-09
1
-2
/
+2
*
[codeview] use 32-bit integer for RelocOffset in DebugLinesSubsection
Bob Haarman
2017-06-09
1
-1
/
+1
*
[CodeView] Support remaining debug subsection types
Zachary Turner
2017-06-09
2
-63
/
+130
*
[llvm-pdbdump] Support native ordering of subsections in raw mode.
Zachary Turner
2017-06-08
2
-70
/
+76
*
[llvm-pdbdump] Improve consistency among subcommands.
Zachary Turner
2017-06-08
12
-241
/
+208
*
[CodeView] Handle Cross Module Imports and Exports.
Zachary Turner
2017-06-05
2
-0
/
+84
*
[CodeView] Support CodeView subsections in any order.
Zachary Turner
2017-06-02
2
-41
/
+43
*
[CodeView] Properly align symbol records on read/write.
Zachary Turner
2017-06-01
1
-3
/
+3
*
[pdb] pad source file name buffer at the end instead of the beginning
Bob Haarman
2017-05-25
3
-0
/
+36
*
[llvm-pdbdump] [yaml2pdb] always include object file name in module info
Bob Haarman
2017-05-25
1
-0
/
+14
*
Implement various flavors of type merging.
Zachary Turner
2017-05-22
9
-2
/
+421
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-2
/
+2
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-2
/
+2
*
Fix a broken test.
Zachary Turner
2017-05-19
1
-2
/
+2
*
[llvm-pdbdump] Add the ability to merge PDBs.
Zachary Turner
2017-05-18
3
-0
/
+128
*
[llvm-pdbdump] Add the option to sort functions and data.
Zachary Turner
2017-05-14
1
-2
/
+2
*
[PDB/CodeView] Read/write codeview inlinee line information.
Zachary Turner
2017-05-02
2
-4
/
+28
*
[CodeView] Write CodeView line information.
Zachary Turner
2017-05-01
3
-2
/
+92
*
[llvm-pdbdump] Abstract some of the YAML/Raw printing code.
Zachary Turner
2017-04-29
2
-79
/
+87
[prev]
[next]