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
/
lib
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-symbolizer: Support multiple CUs in a single DWO file
David Blaikie
2017-05-20
1
-6
/
+11
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
13
-255
/
+536
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
13
-533
/
+255
*
Don't crash if someone tries to visit an empty type stream.
Zachary Turner
2017-05-19
1
-0
/
+3
*
[CodeView] Reduce memory usage in TypeSerializer.
Zachary Turner
2017-05-19
1
-5
/
+28
*
Fix crasher in CodeView test.
Zachary Turner
2017-05-19
1
-1
/
+1
*
Fix some build errors and warnings.
Zachary Turner
2017-05-18
1
-1
/
+1
*
[CodeView] Raise the source to ID map out of the TypeStreamMerger.
Zachary Turner
2017-05-18
1
-4
/
+8
*
[llvm-pdbdump] Add the ability to merge PDBs.
Zachary Turner
2017-05-18
1
-1
/
+1
*
[CodeView] Provide a common interface for type collections.
Zachary Turner
2017-05-18
13
-254
/
+529
*
Fix some minor issues in PDB parsing library.
Zachary Turner
2017-05-18
2
-11
/
+0
*
[DWARF] - Simplify RelocVisitor implementation.
George Rimar
2017-05-18
1
-2
/
+2
*
[lib/Object] - Minor API update for llvm::Decompressor.
George Rimar
2017-05-18
1
-1
/
+1
*
[llvm-pdbdump] in yaml2pdb, generate default output filename if none given
Bob Haarman
2017-05-17
1
-0
/
+1
*
[CodeView] Simplify the use of visiting type records & streams.
Zachary Turner
2017-05-17
6
-49
/
+105
*
[DWARF] - Cleanup relocations proccessing.
George Rimar
2017-05-17
1
-39
/
+22
*
[DWARF] - Add RelocAddrEntry for cleanup. NFCi.
George Rimar
2017-05-16
1
-2
/
+2
*
[DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...
George Rimar
2017-05-16
4
-19
/
+18
*
Revert r303159 "[DWARF] - Use DWARFAddressRange struct instead of uint64_t pa...
George Rimar
2017-05-16
2
-8
/
+10
*
[DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...
George Rimar
2017-05-16
2
-10
/
+8
*
[DWARF] - Speedup handling of relocations in DWARFContextInMemory.
George Rimar
2017-05-15
1
-4
/
+17
*
[CodeView] Add a random access type visitor.
Zachary Turner
2017-05-12
7
-89
/
+160
*
[DWARF] Fix a parsing issue with type unit headers.
Wolfgang Pieb
2017-05-09
1
-1
/
+5
*
Removing a file that is not necessary (and was causing link diagnostics with ...
Aaron Ballman
2017-05-09
2
-11
/
+0
*
Revert "[Dwarf] Disable reference verification for now (PR32972)"
Diana Picus
2017-05-09
1
-2
/
+1
*
[Dwarf] Disable reference verification for now (PR32972)
Renato Golin
2017-05-09
1
-1
/
+2
*
Add const to "DWARFDie &Die" in a few functions as they can't change the DWAR...
Greg Clayton
2017-05-08
1
-2
/
+2
*
Fix typo
Eugene Zemtsov
2017-05-08
1
-1
/
+1
*
Fix typo "veify" to "verify".
Greg Clayton
2017-05-08
1
-1
/
+1
*
[CodeView] Add support for random access type visitors.
Zachary Turner
2017-05-08
3
-31
/
+136
*
[CodeView] Reserve TypeDatabase records up front.
Zachary Turner
2017-05-05
1
-0
/
+5
*
[llvm-dwarfdump] - Print an error message if section decompression failed.
George Rimar
2017-05-05
1
-10
/
+25
*
[pdb] Don't verify TPI hash values up front.
Zachary Turner
2017-05-04
1
-23
/
+3
*
[PDB] Don't build the entire source file list up front.
Zachary Turner
2017-05-04
6
-117
/
+294
*
Don't return an invalid line table if the DW_AT_stmt_list value is not in the...
Greg Clayton
2017-05-04
1
-0
/
+4
*
clang-format and restyle DWARFFormValue before working on it. NFC
Paul Robinson
2017-05-03
1
-280
/
+301
*
Remove unused private field.
Zachary Turner
2017-05-03
1
-3
/
+2
*
Break verification down into smaller functions to keep code clean.
Greg Clayton
2017-05-03
1
-142
/
+167
*
[CodeView] Remove constructor initialization of a removed field.
Davide Italiano
2017-05-03
1
-2
/
+2
*
[CodeView] Use actual strings for dealing with checksums and lines.
Zachary Turner
2017-05-03
4
-17
/
+41
*
[llvm-readobj] Update readobj to re-use parsing code.
Zachary Turner
2017-05-03
3
-25
/
+32
*
Create DWARFVerifier.cpp and .h and move all DWARF verification code over int...
Greg Clayton
2017-05-03
3
-7
/
+261
*
Resubmit r301986 and r301987 "Add codeview::StringTable"
Zachary Turner
2017-05-03
7
-87
/
+206
*
Verify that no compile units share the same line table in "llvm-dwarfdump --v...
Greg Clayton
2017-05-03
1
-2
/
+19
*
Revert r301986 (and subsequent r301987).
Daniel Jasper
2017-05-03
8
-329
/
+87
*
Fix use after free in BinaryStream library.
Zachary Turner
2017-05-03
3
-4
/
+13
*
Fix type conversion error.
Zachary Turner
2017-05-02
1
-1
/
+1
*
Make codeview::StringTable.
Zachary Turner
2017-05-02
8
-87
/
+329
*
Add line table verification to lldb-dwarfdump --verify
Greg Clayton
2017-05-02
2
-3
/
+80
*
[DWARFv5] Parse new line-table header format.
Paul Robinson
2017-05-02
1
-18
/
+147
[next]