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
/
Reader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-43
/
+0
*
[ELF] Remove redundant unique_ptr moves found by -Wpessimizing-move.
Benjamin Kramer
2015-05-22
1
-1
/
+1
*
ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...
Rui Ueyama
2015-04-02
1
-1
/
+1
*
ELF: Remove TargetHandlerBase by merging it with TargetHandler.
Rui Ueyama
2015-04-01
1
-3
/
+3
*
[ELF] Add LinkingContext to the ELFReader.
Shankar Easwaran
2015-02-12
1
-7
/
+5
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-1
/
+0
*
[ELF] Remove class declarations that do nothing.
Rui Ueyama
2014-03-28
1
-76
/
+0
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-4
/
+4
*
[ELF] Add Target specific Readers.
Shankar Easwaran
2014-01-27
1
-13
/
+10
*
[ELF] Separate ELFReader classes for subclassing
Shankar Easwaran
2014-01-27
1
-28
/
+4
*
[ELF] Unify interfaces between DynamicFile/ELFFile.
Shankar Easwaran
2014-01-27
1
-10
/
+9
*
[ELF] Rename File.h to ELFFile.h to avoid confusion.
Shankar Easwaran
2014-01-26
1
-1
/
+1
*
[ELF] Dont include all targets
Shankar Easwaran
2014-01-26
1
-3
/
+0
*
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
-30
/
+29
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-59
/
+77
*
Fix "doesnot", "endsup" typos and "lets" grammar issues
Alp Toker
2013-12-02
1
-2
/
+2
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-1
/
+1
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-15
/
+10
*
Change the parseFile argument from MemoryBuffer pointer to LinkerInput
Joerg Sonnenberger
2013-09-07
1
-8
/
+9
*
Rename ti -> ctx.
Rui Ueyama
2013-08-27
1
-6
/
+6
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-13
/
+13
*
[ELF] add NMAGIC/OMAGIC support
Shankar Easwaran
2013-06-16
1
-0
/
+4
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-6
/
+6
*
Use the StringRef version of identifyFileType.
Rafael Espindola
2013-06-10
1
-2
/
+1
*
Use new version of countLeadingZeros.
Michael J. Spencer
2013-05-25
1
-1
/
+1
*
Revert "Correctly pass ownership of MemoryBuffers."
Michael J. Spencer
2013-04-05
1
-6
/
+5
*
Correctly pass ownership of MemoryBuffers.
Michael J. Spencer
2013-04-05
1
-5
/
+6
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-9
/
+8
*
[ELF] Add support for reading dynamic libraries.
Michael J. Spencer
2013-02-11
1
-60
/
+40
*
[ELF] Use LLVM_IS_UNALIGNED_ACCESS_FAST.
Michael J. Spencer
2013-02-03
1
-4
/
+16
*
[ELF] Chop the ELF prefix off of most things.
Michael J. Spencer
2013-01-29
1
-0
/
+146