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
/
lld
/
ELF
/
GdbIndex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename GdbIndex.{cpp,h} -> DWARF.{cpp,h}.
Rui Ueyama
2018-09-14
1
-101
/
+0
*
s/uncompress/decompress/g.
Rui Ueyama
2018-02-12
1
-1
/
+1
*
Remove some includes from InputFiles.h.
Rafael Espindola
2017-12-09
1
-0
/
+1
*
Error instead of ignoring broken debug info.
Rafael Espindola
2017-11-30
1
-2
/
+4
*
Don't crash on broken debug info.
Rafael Espindola
2017-11-29
1
-5
/
+8
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
[ELF] - Teach LLD to use information from .debug_str for error reporting.
George Rimar
2017-11-17
1
-0
/
+2
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-1
/
+1
*
Revert "[ELF] - Teach LLD to use information from .debug_str for error report...
Bob Haarman
2017-11-03
1
-2
/
+0
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-1
/
+1
*
[ELF] - Teach LLD to use information from .debug_str for error reporting.
George Rimar
2017-11-03
1
-0
/
+2
*
[ELF] Decompress debug info sections early
Shoaib Meenai
2017-10-04
1
-0
/
+1
*
Remove unused member variable.
Rui Ueyama
2017-09-24
1
-2
/
+1
*
Refactor GdbIndexSection. NFC.
Rui Ueyama
2017-09-24
1
-24
/
+0
*
Use more consistent names
Rafael Espindola
2017-08-02
1
-1
/
+1
*
Remove a redundant temporary variable.
Rui Ueyama
2017-08-01
1
-2
/
+1
*
Binary search to find a relocation.
Rui Ueyama
2017-08-01
1
-4
/
+6
*
Rename ObjectFile -> ObjFile.
Rui Ueyama
2017-07-26
1
-2
/
+2
*
Speed up gdb index creation.
Rafael Espindola
2017-07-19
1
-0
/
+67
*
Remove a comment that is taken from gdb man page.
Rui Ueyama
2017-03-29
1
-48
/
+4
*
Simplify. NFC.
Rui Ueyama
2017-03-02
1
-13
/
+8
*
Split GdbIndexBuilder class into non-member functions.
Rui Ueyama
2017-03-01
1
-88
/
+0
*
Remove useless variables and declarations.
Rui Ueyama
2017-03-01
1
-2
/
+1
*
Replace `auto` with its real type.
Rui Ueyama
2017-03-01
1
-1
/
+1
*
Style fix.
Rui Ueyama
2017-03-01
1
-8
/
+5
*
Reduce nesting. NFC.
Rui Ueyama
2017-03-01
1
-7
/
+8
*
Do not inherit LoadedObjectInfo.
Rui Ueyama
2017-03-01
1
-18
/
+15
*
Unbreak Windows bots.
Rui Ueyama
2017-03-01
1
-1
/
+1
*
Don't implement the gdb hash table as a generic in-memory hash table.
Rui Ueyama
2017-03-01
1
-39
/
+24
*
Make InputSection a class. NFC.
Rafael Espindola
2017-02-23
1
-2
/
+2
*
Convert InputSectionBase to a class.
Rafael Espindola
2017-02-23
1
-9
/
+11
*
[ELF] - Return file offset as address only for allocatable sections when buil...
George Rimar
2016-12-23
1
-1
/
+6
*
[ELF] - Use DWARFDebugPubTable parser class intead of hand-written parsing.
George Rimar
2016-12-17
1
-16
/
+5
*
[ELF] - Partial support of --gdb-index command line option (Part 3).
George Rimar
2016-12-15
1
-5
/
+74
*
[ELF] - Partial support of --gdb-index command line option (Part 2).
George Rimar
2016-12-15
1
-22
/
+62
*
Define toString() as a generic function to get a string for error message.
Rui Ueyama
2016-11-23
1
-2
/
+1
*
[ELF] - Partial support of --gdb-index command line option (Part 1).
George Rimar
2016-10-20
1
-0
/
+103