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
/
lib
/
ReaderWriter
/
ELF
/
ELFFile.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-395
/
+0
*
Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Eugene Zelenko
2015-11-10
1
-2
/
+2
*
ELF: Add AMDGPU ReaderWriter
Tom Stellard
2015-08-27
1
-3
/
+5
*
Update for llvm api change.
Rafael Espindola
2015-08-10
1
-0
/
+1
*
Don't depend on getDotSymtabSec. It is going away.
Rafael Espindola
2015-08-10
1
-0
/
+1
*
Use the getSymbol with an explicit symbol table. NFC.
Rafael Espindola
2015-07-23
1
-3
/
+2
*
Update for llvm api change.
Rafael Espindola
2015-07-20
1
-7
/
+6
*
Update for llvm change.
Rafael Espindola
2015-06-29
1
-3
/
+3
*
[ELF] Fix .init_array initialization
Adhemerval Zanella
2015-06-24
1
-1
/
+5
*
[ELF] Now that there's an API for ELF symbol types in LLVM, use it.
Davide Italiano
2015-06-17
1
-21
/
+0
*
[ELF] Fix lld when no unique sections is used
Simon Atanasyan
2015-05-24
1
-2
/
+2
*
[ELF] Mark linker defined symbols as .hidden when needed.
Davide Italiano
2015-05-01
1
-1
/
+1
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-27
1
-1
/
+1
*
Attempt to fix MSVC warning.
Rui Ueyama
2015-04-14
1
-2
/
+0
*
ELF: Remove ELFT and LinkingContext template parameters from ELFReader.
Rui Ueyama
2015-04-14
1
-0
/
+6
*
ELF: Move definitions from {Dynamic,ELF}File.h to .cpp files.
Rui Ueyama
2015-04-13
1
-736
/
+6
*
ELF: Minor simplification.
Rui Ueyama
2015-04-07
1
-5
/
+2
*
ELF: Simplify ELFFile by deriving from SimpleFile instead of File.
Rui Ueyama
2015-04-07
1
-44
/
+19
*
[ELF] Set `addAbsoluteAtom` and `addUndefinedAtom` functions return type to void
Simon Atanasyan
2015-04-07
1
-4
/
+2
*
ELF: Add a comment to ELFFile::findAtom.
Rui Ueyama
2015-04-07
1
-18
/
+27
*
Fix weird comment line-wrapping.
Rui Ueyama
2015-04-07
1
-4
/
+3
*
Use early continue.
Rui Ueyama
2015-04-07
1
-10
/
+10
*
ELF: Move more code from createAtoms to handleGnuLinkOnceSection.
Rui Ueyama
2015-04-07
1
-32
/
+22
*
ELF: Simplfiy ELFFile::createAtom.
Rui Ueyama
2015-04-07
1
-56
/
+56
*
ELF: Do not return error from handle{CommonSymbol,MergeString}.
Rui Ueyama
2015-04-07
1
-15
/
+15
*
ELF: Do not return error from handleAbsoluteSymbol.
Rui Ueyama
2015-04-07
1
-16
/
+16
*
ELF: Do not return error from handleUndefinedSymbol.
Rui Ueyama
2015-04-07
1
-16
/
+16
*
ELF: Do not return error from handleDefinedSymbol.
Rui Ueyama
2015-04-07
1
-22
/
+21
*
ELF: Do not mix link-once and group sections.
Rui Ueyama
2015-04-06
1
-9
/
+10
*
Fix weird line-wrapping.
Rui Ueyama
2015-04-06
1
-13
/
+9
*
Use llvm::cast at where we don't expect a null value.
Rui Ueyama
2015-04-06
1
-1
/
+1
*
ELF: Teach File classes about their file magics.
Rui Ueyama
2015-04-04
1
-1
/
+4
*
Remove unused functions.
Rui Ueyama
2015-04-04
1
-10
/
+0
*
Use llvm::make_unique.
Rui Ueyama
2015-04-01
1
-3
/
+3
*
Use lambda for std::find_if.
Rui Ueyama
2015-03-28
1
-15
/
+8
*
Rename ELFLinkingContext instances "ctx" intead of "context".
Rui Ueyama
2015-03-27
1
-2
/
+2
*
[ARM] Implementation of PLT: handling of IFUNC calls (gnu_indirect_function)
Leny Kholodov
2015-03-26
1
-1
/
+8
*
[ELF] Use MapVector.
Shankar Easwaran
2015-03-20
1
-1
/
+2
*
[LinkerScript] Handle symbols defined in linker scripts
Rafael Auler
2015-03-16
1
-4
/
+4
*
Use setVisibility() rather than assigning the value directly.
Davide Italiano
2015-03-14
1
-2
/
+2
*
[ELF] Remove includes that are not used
Shankar Easwaran
2015-02-27
1
-21
/
+0
*
Update comments, fix typos.
Rui Ueyama
2015-02-27
1
-3
/
+3
*
Remove unused #includes.
Rui Ueyama
2015-02-27
1
-1
/
+0
*
[ELF] Reduce the code indentation
Simon Atanasyan
2015-02-26
1
-11
/
+10
*
[ELF] Create a map from Reference to Symbol.
Shankar Easwaran
2015-02-23
1
-8
/
+25
*
[ELF] Add comments in the ELF reader
Shankar Easwaran
2015-02-23
1
-5
/
+13
*
[ELF] Add section group/COMDAT support.
Shankar Easwaran
2015-02-23
1
-13
/
+117
*
[ELF] Add .gnu.linkonce support.
Shankar Easwaran
2015-02-23
1
-7
/
+119
*
[ELF] Add symbol to ELFReference.
Shankar Easwaran
2015-02-22
1
-11
/
+11
*
[ELF] Fix References being ignored.
Shankar Easwaran
2015-02-21
1
-2
/
+2
[next]