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
/
Hexagon
/
HexagonRelocationHandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-330
/
+0
*
ELF: Move Instrcution definition to HexagonEncoding.h.
Rui Ueyama
2015-04-14
1
-28
/
+1
*
ELF: Remove redundant namespace qualifiers.
Rui Ueyama
2015-04-14
1
-1
/
+1
*
Remove excessive parentheses.
Rui Ueyama
2015-04-14
1
-3
/
+3
*
ELF: Remove a header which is used only by one .cpp file.
Rui Ueyama
2015-04-14
1
-1
/
+28
*
ELF: Simplify assignments to "result"
Rui Ueyama
2015-04-10
1
-22
/
+22
*
Remove redundant parentheses.
Rui Ueyama
2015-04-10
1
-1
/
+1
*
Do not use default arguments for trivial functions.
Rui Ueyama
2015-04-10
1
-6
/
+5
*
Remove unused return values.
Rui Ueyama
2015-04-10
1
-55
/
+30
*
ELF: Don't use APPLY_RELOC macro.
Rui Ueyama
2015-04-10
1
-61
/
+56
*
ELF: Move Hexagon linker helper function to Hexagon directory.
Rui Ueyama
2015-04-10
1
-19
/
+36
*
ELF: Use short variable names in <Arch>RelocationHandlers.cpp.
Rui Ueyama
2015-04-04
1
-35
/
+35
*
ELF: Fix header file dependencies.
Rui Ueyama
2015-04-03
1
-1
/
+2
*
Remove "_hexagon" prefix from some member variables.
Rui Ueyama
2015-03-31
1
-23
/
+16
*
ELF: Replace a macro with an inlined function.
Rui Ueyama
2015-03-31
1
-11
/
+11
*
Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.
Rui Ueyama
2015-03-02
1
-3
/
+3
*
Add {read,write}{16,32,64}{le,be} functions.
Rui Ueyama
2015-02-27
1
-6
/
+3
*
ELF: Support detection of relocation errors during processing
Will Newton
2015-01-20
1
-1
/
+1
*
ELF: Add a standard method for unknown relocation errors
Will Newton
2014-12-09
1
-7
/
+2
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-2
/
+1
*
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
-18
/
+25
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-8
/
+7
*
Make anonymous namespace as small as possible.
Rui Ueyama
2013-12-10
1
-32
/
+30
*
Replace ErrorOr<void> with error_code.
Rafael Espindola
2013-11-05
1
-1
/
+1
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-4
/
+4
*
[lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-...
Rui Ueyama
2013-06-16
1
-1
/
+1
*
[lld] Fix compiler warning that shift count is too big on P64.
Rui Ueyama
2013-05-14
1
-1
/
+1
*
[ELF][Hexagon] fix few relocations and add test
Shankar Easwaran
2013-04-01
1
-33
/
+41
*
[ELF][Hexagon] remove duplicated code
Shankar Easwaran
2013-03-26
1
-59
/
+27
*
[ELF][Hexagon] add GOTREL/GOT relocations
Shankar Easwaran
2013-03-26
1
-0
/
+51
*
[ELF][Hexagon] Add Hexagon dynamic relocations
Shankar Easwaran
2013-03-20
1
-0
/
+97
*
[ELF][Hexagon] add initial changes to add GOT/PLT
Shankar Easwaran
2013-03-03
1
-0
/
+15
*
[ELF][Hexagon] add quickdata relocations
Shankar Easwaran
2013-02-28
1
-0
/
+30
*
[lld][ELF][Hexagon] add more relocations
Shankar Easwaran
2013-02-28
1
-23
/
+96
*
fixing typo in header file
Shankar Easwaran
2013-02-27
1
-0
/
+1
*
add changes for layoutafter/layoutbefore/ingroup/layoutpass and test cases
Shankar Easwaran
2013-02-07
1
-1
/
+5
*
add hexagon scatter bits and split hexgontargethandler to hexagonrelocationha...
Shankar Easwaran
2013-02-01
1
-0
/
+108