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
/
X86
/
X86TargetHandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-36
/
+0
*
ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.
Rui Ueyama
2015-04-14
1
-5
/
+3
*
ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...
Rui Ueyama
2015-04-02
1
-12
/
+0
*
ELF: Remove empty classes.
Rui Ueyama
2015-04-02
1
-1
/
+1
*
ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ...
Rui Ueyama
2015-04-02
1
-5
/
+5
*
ELF: Remove <Arch>TargetHandler::kindString.
Rui Ueyama
2015-04-01
1
-4
/
+2
*
Rename ELFLinkingContext instances "ctx" intead of "context".
Rui Ueyama
2015-03-27
1
-6
/
+5
*
Use llvm::make_unique.
Rui Ueyama
2015-03-26
1
-4
/
+4
*
ELF: Support detection of relocation errors during processing
Will Newton
2015-01-20
1
-1
/
+1
*
[ELF] Remove TargetHandler and DefaultTargetHandler constructors
Simon Atanasyan
2015-01-16
1
-3
/
+2
*
ELF: Add a standard method for unknown relocation errors
Will Newton
2014-12-09
1
-1
/
+1
*
ELF: Use ELF reloc .def files to reduce duplication
Will Newton
2014-12-05
1
-41
/
+5
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-49
/
+6
*
More prefixing of error_code.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-2
/
+2
*
[ELF] Make changes to all the targets supported currently
Shankar Easwaran
2014-01-27
1
-3
/
+20
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-4
/
+1
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-8
/
+58
*
Make anonymous namespace as small as possible.
Rui Ueyama
2013-12-10
1
-4
/
+2
*
Replace ErrorOr<void> with error_code.
Rafael Espindola
2013-11-05
1
-1
/
+1
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-7
/
+6
*
[lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...
Rui Ueyama
2013-06-16
1
-1
/
+1
*
add changes for layoutafter/layoutbefore/ingroup/layoutpass and test cases
Shankar Easwaran
2013-02-07
1
-1
/
+5
*
[ELF] Use the target's LayoutHandler.
Michael J. Spencer
2013-01-30
1
-1
/
+2
*
[ELF] Remove ReferenceKinds.
Michael J. Spencer
2013-01-30
1
-2
/
+2
*
[ELF] Add {Hexagon,PPC,X86}TargetHandler.
Michael J. Spencer
2013-01-30
1
-0
/
+67