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
/
AArch64
/
AArch64TargetHandler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-90
/
+0
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[ELF/AArch64] Fix export TLS dynamic symbol
Adhemerval Zanella
2015-07-14
1
-2
/
+4
*
[ELF/AArch64] Fix build issue on MSVC
Adhemerval Zanella
2015-06-03
1
-1
/
+1
*
[ELF/AArch64] Fix TLS initial executable relocation
Adhemerval Zanella
2015-06-03
1
-1
/
+11
*
[ELF/AArch64] Fix correct TCB aligment calculation
Adhemerval Zanella
2015-06-03
1
-4
/
+20
*
[ELF/AArch64] Fix local TLS relocations
Adhemerval Zanella
2015-05-26
1
-1
/
+14
*
ELF: Inline ELFReader typedefs which are used only once.
Rui Ueyama
2015-04-14
1
-5
/
+2
*
ELF: Remove ELFT and LinkingContext template parameters from ELFReader.
Rui Ueyama
2015-04-14
1
-2
/
+2
*
ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.
Rui Ueyama
2015-04-14
1
-4
/
+3
*
ELF: s/ELFTy/ELFT/ for consistency.
Rui Ueyama
2015-04-13
1
-4
/
+4
*
ELF: Return TargetRelocationHandler instead of <ArcH>TargetRelocationHandler.
Rui Ueyama
2015-04-04
1
-1
/
+1
*
ELF: Remove ELF{Object,DSO}Reader alias templates.
Rui Ueyama
2015-04-04
1
-3
/
+2
*
ELF: Remove <Arch>ELFReader.h. NFC.
Rui Ueyama
2015-04-03
1
-4
/
+9
*
ELF: Remove {AArch64,X86,X86_64}ELFFile because they are empty.
Rui Ueyama
2015-04-02
1
-1
/
+0
*
ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...
Rui Ueyama
2015-04-02
1
-2
/
+0
*
ELF: Remove empty classes.
Rui Ueyama
2015-04-02
1
-6
/
+1
*
ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ...
Rui Ueyama
2015-04-02
1
-3
/
+3
*
ELF: Remove <Arch>TargetHandler::kindString.
Rui Ueyama
2015-04-01
1
-1
/
+0
*
Use llvm::make_unique.
Rui Ueyama
2015-04-01
1
-2
/
+2
*
ELF: Remove TargetHandlerBase by merging it with TargetHandler.
Rui Ueyama
2015-04-01
1
-1
/
+1
*
ELF: Remove dead class that does nothing in class hierarchy.
Rui Ueyama
2015-03-31
1
-2
/
+1
*
ELF: Remove TargetHandler::getTargetLayout.
Rui Ueyama
2015-03-31
1
-4
/
+0
*
Replace *(uniqueptr.get()) with *uniqueptr.
Rui Ueyama
2015-03-31
1
-2
/
+2
*
Rename _AArch64TargetLayout.
Rui Ueyama
2015-03-31
1
-4
/
+4
*
Rename ELFLinkingContext instances "ctx" intead of "context".
Rui Ueyama
2015-03-27
1
-6
/
+5
*
[ELF] Add LinkingContext to the ELFReader.
Shankar Easwaran
2015-02-12
1
-4
/
+4
*
[ELF] Check for target architecture.
Shankar Easwaran
2014-10-20
1
-1
/
+0
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-3
/
+11
*
Revert "[ELF][AllArchs] Fix includes"
Shankar Easwaran
2014-10-08
1
-2
/
+2
*
[ELF][AllArchs] Fix includes
Shankar Easwaran
2014-10-08
1
-2
/
+2
*
[AArch64] Initial ELF/AArch64 Support
Chad Rosier
2014-08-13
1
-0
/
+57