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
/
DynamicFile.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-59
/
+0
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-27
1
-1
/
+1
*
Remove dead code.
Rui Ueyama
2015-04-14
1
-3
/
+0
*
ELF: Remove ELFT and LinkingContext template parameters from ELFReader.
Rui Ueyama
2015-04-14
1
-0
/
+3
*
ELF: Move definitions from {Dynamic,ELF}File.h to .cpp files.
Rui Ueyama
2015-04-13
1
-75
/
+8
*
Separate atom_collection type into two different types. NFC.
Rui Ueyama
2015-04-08
1
-1
/
+1
*
ELF: Teach File classes about their file magics.
Rui Ueyama
2015-04-04
1
-0
/
+4
*
ELF: Pass file types instead of type traits to ELFObjectReader.
Rui Ueyama
2015-04-03
1
-4
/
+4
*
Use C++ non-static member initialization.
Rui Ueyama
2015-04-01
1
-3
/
+2
*
[ELF] Dont add local symbols for dynamic lookup.
Shankar Easwaran
2015-03-20
1
-0
/
+5
*
[ELF] Add LinkingContext to the ELFReader.
Shankar Easwaran
2015-02-12
1
-7
/
+7
*
[ELF] Dont release ownership of MemoryBuffer.
Shankar Easwaran
2015-02-05
1
-1
/
+1
*
Move common code to base class.
Rui Ueyama
2015-01-16
1
-20
/
+0
*
[ELF] Add --as-needed.
Rui Ueyama
2015-01-16
1
-0
/
+2
*
Protect doParse() because that's not a public interface.
Rui Ueyama
2014-12-15
1
-0
/
+1
*
Separate file parsing from File's constructors.
Rui Ueyama
2014-12-12
1
-44
/
+48
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-3
/
+0
*
Update for llm api change.
Rafael Espindola
2014-07-05
1
-1
/
+2
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[ELF] Add "override" and remove "virtual".
Rui Ueyama
2014-03-28
1
-6
/
+6
*
[ELF] Add Target specific Readers.
Shankar Easwaran
2014-01-27
1
-1
/
+1
*
[ELF] Separate implementation from the class declaration.
Shankar Easwaran
2014-01-26
1
-46
/
+50
*
Use getError instead of the error_code operator.
Rafael Espindola
2014-01-08
1
-2
/
+2
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-3
/
+2
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-11
/
+4
*
A weak reference to a symbol that is only weakly referenced in
Joerg Sonnenberger
2013-09-03
1
-1
/
+3
*
Rename ti -> ctx.
Rui Ueyama
2013-08-27
1
-3
/
+3
*
Update to llvm changes.
Michael J. Spencer
2013-08-08
1
-23
/
+16
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-8
/
+10
*
This adds functionality for undefined atoms from dynamic libraries to be added
Shankar Easwaran
2013-04-11
1
-9
/
+20
*
Set ordinals correctly.
Michael J. Spencer
2013-03-20
1
-4
/
+0
*
[ELF] Fix memory leak by deleting BumpPtr allocated objects.
Michael J. Spencer
2013-02-19
1
-4
/
+4
*
[Core,Driver,ELF] Differentiate static and dynamic executables.
Michael J. Spencer
2013-02-14
1
-2
/
+3
*
[ELF] Add support for reading dynamic libraries.
Michael J. Spencer
2013-02-11
1
-0
/
+132