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
/
ARM
/
ARMRelocationPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-986
/
+0
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
1
-1
/
+2
*
Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
David Blaikie
2015-06-19
1
-18
/
+18
*
[lld] Allow LLD passes to return error codes.
Lang Hames
2015-06-19
1
-1
/
+3
*
[ARM] Ability to add GOT and PLTGOT entries for same symbol
Denis Protivensky
2015-05-22
1
-6
/
+14
*
[ARM] Implement R_ARM_GLOB_DAT for GOT entries
Denis Protivensky
2015-05-22
1
-2
/
+8
*
[ARM] Add skeleton implementation of DSO linking
Denis Protivensky
2015-05-21
1
-0
/
+2
*
[ARM] Implement R_ARM_COPY relocation
Denis Protivensky
2015-04-24
1
-2
/
+33
*
[ARM] Implement veneers for dynamic executable linking
Denis Protivensky
2015-04-22
1
-2
/
+8
*
[ARM] Move veneer generators to base class. NFC
Denis Protivensky
2015-04-22
1
-38
/
+52
*
[ARM] Rename static veneer atoms to absolute code veneer atoms
Denis Protivensky
2015-04-22
1
-28
/
+28
*
[ARM] Implement R_ARM_TLS_IE32 for dynamic executable
Denis Protivensky
2015-04-17
1
-1
/
+1
*
[ARM] Don't generate veneers when bl->blx fixup is possible
Denis Protivensky
2015-04-15
1
-8
/
+39
*
[ARM] Pass Thumb flag to handler methods instead of atom
Denis Protivensky
2015-04-15
1
-10
/
+9
*
[ARM] Implement mapping symbols for PLT0 entry
Denis Protivensky
2015-04-14
1
-27
/
+34
*
[ARM] Move out mapping atom functionality to a separate class
Denis Protivensky
2015-04-14
1
-46
/
+36
*
[ARM] Replace branch to unreachable with assertion
Denis Protivensky
2015-04-13
1
-3
/
+2
*
[ARM] Implement PLT for dynamic pass
Denis Protivensky
2015-04-10
1
-0
/
+108
*
[ARM] Rework GOT/PLT entry generation
Denis Protivensky
2015-04-10
1
-21
/
+23
*
[ARM] Replace dyn_cast with isa check
Denis Protivensky
2015-04-10
1
-1
/
+1
*
[ARM] Improve veneer handling and introduce handlePlain method
Denis Protivensky
2015-04-10
1
-1
/
+13
*
[ARM] Remove unused variable in dynamic pass
Denis Protivensky
2015-04-10
1
-1
/
+1
*
[ARM] Add skeleton for dynamic relocation pass
Denis Protivensky
2015-04-10
1
-6
/
+39
*
[ARM] clang-format ARM sources
Denis Protivensky
2015-04-09
1
-11
/
+10
*
[ARM] Add mapping symbols to veneers
Denis Protivensky
2015-04-09
1
-38
/
+127
*
Merge MutableFile with SimpleFile.
Rui Ueyama
2015-04-07
1
-1
/
+1
*
[ARM] Use getMappingAtomName in Release only
Denis Protivensky
2015-04-07
1
-0
/
+2
*
[ARM] Add mapping symbols to PLT entries
Denis Protivensky
2015-04-07
1
-19
/
+73
*
[ARM] Generate PLT entries for calls from ARM and Thumb code
Denis Protivensky
2015-04-02
1
-89
/
+166
*
Use C++ non-static member initialization.
Rui Ueyama
2015-04-01
1
-3
/
+2
*
[ARM] Handle GOT relocations
Denis Protivensky
2015-03-27
1
-5
/
+52
*
[ARM] Simplify IFUNC code by removing useless handler
Denis Protivensky
2015-03-27
1
-12
/
+1
*
[ARM] Add more IFUNC handlers
Denis Protivensky
2015-03-27
1
-0
/
+3
*
[ARM] Implementation of PLT: handling of IFUNC calls (gnu_indirect_function)
Leny Kholodov
2015-03-26
1
-2
/
+105
*
[ARM] Handle mapping symbols
Denis Protivensky
2015-03-26
1
-1
/
+1
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
[ARM] Implement static (initial exec) TLS model
Denis Protivensky
2015-03-19
1
-4
/
+63
*
Add missing includes for make_unique, lld edition.
Benjamin Kramer
2015-03-02
1
-5
/
+3
*
[ELF][ARM] Fix veneer symbol names in Release build
Denis Protivensky
2015-02-11
1
-8
/
+4
*
[ELF][ARM] Add veneer generation to branch instructions
Denis Protivensky
2015-02-10
1
-2
/
+187
*
Use make_unique.
Rui Ueyama
2015-02-06
1
-2
/
+1
*
Fix MSVC C4060 warning (switch statement contains no case or default).
Rui Ueyama
2015-01-29
1
-2
/
+0
*
Test commit.
Denis Protivensky
2015-01-23
1
-1
/
+1
*
[ELF] Minimal implementation for ARM static linking
Greg Fitzgerald
2015-01-21
1
-0
/
+138