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
*
[CodeView] Move CodeView YAML code to ObjectYAML.
Zachary Turner
2017-05-30
5
-8
/
+8
*
Added missing break.
Galina Kistanova
2017-05-30
1
-0
/
+1
*
[CodeView] Add more DebugSubsection implementations.
Zachary Turner
2017-05-30
9
-28
/
+120
*
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
Zachary Turner
2017-05-30
11
-228
/
+219
*
Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...
George Rimar
2017-05-27
4
-34
/
+50
*
Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
4
-49
/
+34
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
4
-34
/
+49
*
Revert "[DWARF] - Make collectAddressRanges() return section index in additio...
George Rimar
2017-05-26
4
-47
/
+34
*
Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...
George Rimar
2017-05-26
4
-34
/
+47
*
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
4
-47
/
+34
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
4
-34
/
+47
*
Remove unused member.
Zachary Turner
2017-05-25
1
-2
/
+0
*
[CV Type Merging] Find nested type indices faster.
Zachary Turner
2017-05-25
3
-347
/
+413
*
[lld] Fix a bug where we continually re-follow type servers.
Zachary Turner
2017-05-25
1
-5
/
+6
*
[CodeView Type Merging] Don't keep re-allocating temp serializer.
Zachary Turner
2017-05-25
2
-9
/
+19
*
[pdb] pad source file name buffer at the end instead of the beginning
Bob Haarman
2017-05-25
1
-9
/
+16
*
Fix a bug in MappedBlockStream.
Zachary Turner
2017-05-25
1
-17
/
+15
*
[CodeView Type Merging] Avoid record deserialization when possible.
Zachary Turner
2017-05-25
4
-145
/
+250
*
Don't do a full scan of the type stream before processing records.
Zachary Turner
2017-05-24
1
-11
/
+11
*
[CodeView] Eliminate redundant hashes and allocations.
Zachary Turner
2017-05-23
1
-2
/
+3
*
Speculative build fix for non-Windows
Reid Kleckner
2017-05-23
1
-0
/
+2
*
[PDB] Hash types up front when merging types instead of using StringMap
Reid Kleckner
2017-05-23
2
-66
/
+120
*
Revert "Make TypeSerializer's StringMap use the same allocator."
Zachary Turner
2017-05-23
2
-13
/
+32
*
libDebugInfo: Support symbolizing using DWP files
David Blaikie
2017-05-23
2
-13
/
+44
*
FIX: Remove debugging assert left in previous commit
David Blaikie
2017-05-23
1
-1
/
+0
*
libDebugInfo: Avoid independently parsing the same .dwo file for two separate...
David Blaikie
2017-05-23
2
-27
/
+38
*
Implement various flavors of type merging.
Zachary Turner
2017-05-22
2
-76
/
+175
*
Make TypeSerializer's StringMap use the same allocator.
Zachary Turner
2017-05-22
2
-32
/
+13
*
libDebugInfo/DWARF: Apply relocations for debug_addr addresses in object files
David Blaikie
2017-05-22
2
-20
/
+22
*
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
[next]