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
...
*
ELF2: Fix BSD's __progname symbol issue.
Rui Ueyama
2015-10-13
1
-4
/
+4
*
ELF2: Rename ElfKind -> EKind.
Rui Ueyama
2015-10-13
1
-2
/
+2
*
Remove the EKind member variable.
Rafael Espindola
2015-10-13
1
-4
/
+4
*
Remove explicit Twine instantiation if possible.
Rui Ueyama
2015-10-12
1
-6
/
+4
*
Early return.
Rui Ueyama
2015-10-12
1
-13
/
+13
*
ELF2: Move createELFFile() from .h to .cpp.
Rui Ueyama
2015-10-12
1
-0
/
+40
*
Remove redundant namespace specifiers.
Rui Ueyama
2015-10-12
1
-9
/
+9
*
Make getStaticELFKind a member function now that we can.
Rafael Espindola
2015-10-12
1
-2
/
+2
*
Simplify the InputFile type hierarchy by removing unnecessary middle classses.
Rafael Espindola
2015-10-12
1
-2
/
+4
*
Simplify the InputFile type hierarchy.
Rafael Espindola
2015-10-12
1
-40
/
+23
*
ELF2: Implement --as-needed.
Rui Ueyama
2015-10-11
1
-1
/
+1
*
Add support for comdats.
Rafael Espindola
2015-10-09
1
-7
/
+56
*
Make this test a bit stricter.
Rafael Espindola
2015-10-08
1
-1
/
+1
*
Add a convenience variable. NFC.
Rafael Espindola
2015-10-08
1
-3
/
+3
*
[ELF2] Handle -m option
Denis Protivensky
2015-10-07
1
-6
/
+2
*
[elf2] Add STB_GNU_UNIQUE support.
Michael J. Spencer
2015-10-02
1
-0
/
+1
*
Don't crash on files with no symbol table.
Rafael Espindola
2015-10-01
1
-0
/
+2
*
Don't include shared libraries multiple times.
Rafael Espindola
2015-10-01
1
-7
/
+11
*
[ELF2] Add --[no-]whole-archive command line switches
Igor Kudrin
2015-10-01
1
-2
/
+20
*
Copy DT_SONAME to DT_NEEDED.
Rafael Espindola
2015-10-01
1
-4
/
+29
*
ELF2: Define Driver::addFile() as a one-stop place to open a file.
Rui Ueyama
2015-10-01
1
-9
/
+0
*
ELF2: Add basic linker script support.
Rui Ueyama
2015-09-30
1
-0
/
+10
*
Expand `auto` whose real type is not obvious from context.
Rui Ueyama
2015-09-30
1
-1
/
+1
*
Remove `else` after `return`.
Rui Ueyama
2015-09-30
1
-4
/
+3
*
Simplify memory management by having ELFData contain a ELFObj.
Rafael Espindola
2015-09-24
1
-17
/
+27
*
Expose ELFFileBase::getEMachine. NFC.
Rafael Espindola
2015-09-22
1
-8
/
+7
*
Remove the Chunk terminology from ELF.
Rafael Espindola
2015-09-22
1
-8
/
+7
*
Rename Chunks.(h|cpp) to InputSection.(h|cpp). NFC.
Rafael Espindola
2015-09-22
1
-1
/
+1
*
Rename SectionChunk to InputSection.
Rafael Espindola
2015-09-21
1
-2
/
+2
*
[ELF2] Initial support for local symbols.
Davide Italiano
2015-09-16
1
-7
/
+23
*
[lld][elf2] Fix style.
Michael J. Spencer
2015-09-08
1
-2
/
+2
*
Start adding support for symbols in shared libraries.
Rafael Espindola
2015-09-08
1
-16
/
+48
*
[elf2] Add basic archive file support.
Michael J. Spencer
2015-09-04
1
-0
/
+31
*
Avoid gcc warning.
Rafael Espindola
2015-09-03
1
-0
/
+1
*
[ELF2] Don't allocate more SymbolBodies than needed.
Davide Italiano
2015-09-03
1
-1
/
+1
*
Start adding support for shared libraries.
Rafael Espindola
2015-09-03
1
-13
/
+45
*
Split out the ELF kind from the InputFile Kind.
Rafael Espindola
2015-09-02
1
-1
/
+1
*
Start adding support for common symbols.
Rafael Espindola
2015-08-28
1
-5
/
+9
*
Add support for weak absolute symbols.
Rafael Espindola
2015-08-28
1
-4
/
+1
*
[elf2] Add basic relocation support for x86-64.
Michael J. Spencer
2015-08-27
1
-2
/
+11
*
Start adding support for absolute symbols.
Rafael Espindola
2015-08-27
1
-0
/
+3
*
Diagnose symbols with invalid section indexes.
Rafael Espindola
2015-08-24
1
-0
/
+4
*
Add support for reading files with more than 0xff00 sections.
Rafael Espindola
2015-08-24
1
-1
/
+11
*
Start recording the section of symbols in the symbol table.
Rafael Espindola
2015-08-24
1
-5
/
+7
*
ELF: Also record the type of undefined symbols.
Rafael Espindola
2015-08-14
1
-2
/
+2
*
Add the type of the symbols to the symbol table.
Rafael Espindola
2015-08-14
1
-2
/
+2
*
Include non-alloca sections in the link.
Rafael Espindola
2015-08-13
1
-4
/
+10
*
Fix mismatched sign comparison
Reid Kleckner
2015-08-11
1
-1
/
+1
*
Add support for weak undefined symbols.
Rafael Espindola
2015-08-11
1
-1
/
+2
*
Remove unused templating.
Rafael Espindola
2015-08-11
1
-2
/
+2
[prev]
[next]