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
/
InputFiles.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert a check to checkLazy.
Rafael Espindola
2017-12-06
1
-2
/
+3
*
Convert a few uses of check to checkLazy.
Rafael Espindola
2017-12-06
1
-7
/
+9
*
Convert a call to check to checkLazy.
Rafael Espindola
2017-12-06
1
-3
/
+4
*
Replace one use of check with checkLazy.
Rafael Espindola
2017-12-06
1
-2
/
+2
*
Add a checkLazy error checking variant.
Rafael Espindola
2017-12-06
1
-8
/
+4
*
Don't allocate memory for an error message on success.
Rafael Espindola
2017-12-06
1
-1
/
+4
*
Don't allocate an error message when there is no error.
Rafael Espindola
2017-12-06
1
-2
/
+4
*
Use Symbol::File directly.
Rafael Espindola
2017-11-29
1
-2
/
+2
*
[ELF] Make sure SHT_ARM_ATTRIBUTES is only recognized by Arm Targets
Peter Smith
2017-11-29
1
-0
/
+2
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
[ELF] Read ARM BuildAttributes section to determine supported features.
Peter Smith
2017-11-28
1
-5
/
+53
*
Simplify as-needed handling.
Rafael Espindola
2017-11-22
1
-1
/
+1
*
[ELF] - Allow applying SHF_MERGE optimization for relocatable output.
George Rimar
2017-11-17
1
-6
/
+0
*
Remove IsLocal.
Rafael Espindola
2017-11-17
1
-11
/
+8
*
Remove an unnecessary constraint.
Rafael Espindola
2017-11-15
1
-10
/
+1
*
[DWARFv5] Support DW_FORM_strp in the .debug_line header.
Paul Robinson
2017-11-07
1
-1
/
+3
*
Report an error if an inferred alignment for a shared symbol is too large.
Rui Ueyama
2017-11-07
1
-2
/
+4
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-2
/
+2
*
[ELF] - Fix error reporting with --strip-debug/--strip-all.
George Rimar
2017-11-04
1
-4
/
+0
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-7
/
+6
*
[ELF] - Teach LLD to strip .zdebug_* sections when --strip-debug/--strip-all ...
George Rimar
2017-11-03
1
-1
/
+2
*
[ELF] - Teach LLD to report line numbers for data symbols.
George Rimar
2017-11-01
1
-3
/
+64
*
Merge SymbolBody and Symbol into one class, SymbolBody.
Rui Ueyama
2017-10-31
1
-20
/
+14
*
Remove unnecessary code.
Rui Ueyama
2017-10-29
1
-6
/
+3
*
Remove an obscure comment.
Rui Ueyama
2017-10-29
1
-4
/
+1
*
Fix ubsan error that shift amount 64 is too large.
Rui Ueyama
2017-10-29
1
-1
/
+3
*
Fix ubsan error.
Rui Ueyama
2017-10-28
1
-1
/
+1
*
Rename V -> Ver for readability.
Rui Ueyama
2017-10-28
1
-6
/
+6
*
Pass symbol attributes instead of ElfSym to Shared symbol ctor.
Rui Ueyama
2017-10-28
1
-14
/
+18
*
Simplify error handling.
Rui Ueyama
2017-10-28
1
-16
/
+9
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-1
/
+1
*
Use more precise type.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Handle input section liveness only in MarkLive.cpp.
Rui Ueyama
2017-10-10
1
-14
/
+0
*
Update for llvm change.
Rafael Espindola
2017-10-10
1
-1
/
+1
*
[ELF] Don't crash when parsing a file with out-of-bounds version references
Alexander Richardson
2017-10-05
1
-3
/
+1
*
[ELF] Don't crash when parsing a file with external version definition refere...
Alexander Richardson
2017-10-05
1
-3
/
+12
*
[ELF] - Update after LLVM r314883 change. NFC.
George Rimar
2017-10-04
1
-1
/
+1
*
Make parameter lists of SymbolTable::add* functions more consistent. NFC.
Rui Ueyama
2017-09-30
1
-3
/
+4
*
[ELF] - Introduce std::vector<InputFile *> global arrays.
George Rimar
2017-09-19
1
-4
/
+5
*
[ELF] Prevent crash with binary inputs with non-ascii file names
James Henderson
2017-09-07
1
-1
/
+1
*
Rename {Lazy,}ObjectKind -> {Lazy,}ObjKind.
Rui Ueyama
2017-08-19
1
-1
/
+1
*
Move File from SymbolBody to Symbol.
Rafael Espindola
2017-08-04
1
-2
/
+2
*
[ELF] - Move getSymbols() methods to InputFile.
George Rimar
2017-08-04
1
-11
/
+5
*
Use more consistent names
Rafael Espindola
2017-08-02
1
-16
/
+17
*
Rename ObjectFile -> ObjFile.
Rui Ueyama
2017-07-26
1
-44
/
+38
*
Remove unnecessary namespace specifier.
Rui Ueyama
2017-07-26
1
-14
/
+12
*
Detemplate SymbolTable.
Rafael Espindola
2017-07-26
1
-33
/
+33
*
[ELF] Avoid data race in ObjectFile<ELFT>::getDILineInfo().
Igor Kudrin
2017-07-21
1
-2
/
+1
*
Add the --chroot option for --reproduce.
Rui Ueyama
2017-07-20
1
-0
/
+6
*
Speed up gdb index creation.
Rafael Espindola
2017-07-19
1
-22
/
+10
[prev]
[next]