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
/
test
/
elf
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename test/elf to test/old-elf.
Rafael Espindola
2015-11-17
46
-4518
/
+0
*
Rename the gnu flavour to gnu old.
Rafael Espindola
2015-11-16
42
-77
/
+77
*
[ELF] Fix ELF test cases. Do not provide content for bss sections.
Simon Atanasyan
2015-07-03
38
-64
/
+3
*
[ARM] Ability to add GOT and PLTGOT entries for same symbol
Denis Protivensky
2015-05-22
1
-0
/
+63
*
[ARM] Implement R_ARM_GLOB_DAT for GOT entries
Denis Protivensky
2015-05-22
2
-0
/
+109
*
[ARM] Add dynamic symbols to the dynamic library writer
Denis Protivensky
2015-05-21
1
-2
/
+27
*
[ARM] Move out common Writer functionality to ARMELFWriter
Denis Protivensky
2015-05-21
1
-0
/
+18
*
[ARM] Add needed symbols during dynamic executable linking
Denis Protivensky
2015-05-20
1
-0
/
+59
*
[ARM] Generation of .ARM.exidx/.ARM.extab sections
Leny Kholodov
2015-05-08
1
-0
/
+254
*
[ARM] Check overflow of R_ARM_THM_JUMP11
Denis Protivensky
2015-05-08
1
-30
/
+100
*
[ARM] Check overflow of R_ARM_CALL/JUMP24
Denis Protivensky
2015-05-08
2
-2
/
+108
*
[ARM] Check overflow of R_ARM_THM_CALL/JUMP24
Denis Protivensky
2015-05-08
2
-2
/
+110
*
[ARM] Check overflow of R_ARM_PREL31
Denis Protivensky
2015-05-07
1
-3
/
+46
*
Remove trailing whitespace characters.
Rui Ueyama
2015-04-27
3
-34
/
+34
*
Add missing snippets from r235880
Adhemerval Zanella
2015-04-27
1
-6
/
+3
*
ELF/ARM: Ignore R_ARM_V4BX for ARMv4 but allow linking
Adhemerval Zanella
2015-04-27
1
-0
/
+76
*
[ARM] Implement R_ARM_COPY relocation
Denis Protivensky
2015-04-24
3
-0
/
+65
*
[ARM] Update R_ARM_TARGET1 command line option names (remove prefix 'arm-')
Leny Kholodov
2015-04-22
1
-2
/
+2
*
[ARM] Replace branches to undefined weak functions with NOP
Leny Kholodov
2015-04-22
1
-0
/
+222
*
[ARM] Implement veneers for dynamic executable linking
Denis Protivensky
2015-04-22
3
-36
/
+103
*
[ARM] Implement R_ARM_TLS_IE32 for dynamic executable
Denis Protivensky
2015-04-17
1
-11
/
+29
*
[ARM] Test R_ARM_TLS_LE32 for dynamic executable
Denis Protivensky
2015-04-17
1
-7
/
+20
*
[ARM] Don't generate veneers when bl->blx fixup is possible
Denis Protivensky
2015-04-15
3
-14
/
+135
*
[ARM] Implement mapping symbols for PLT0 entry
Denis Protivensky
2015-04-14
1
-0
/
+2
*
[ARM] Rename IFUNC-related tests
Denis Protivensky
2015-04-14
2
-0
/
+0
*
[ARM] Improve IFUNC PLT test
Denis Protivensky
2015-04-14
1
-4
/
+4
*
[ARM] Implement PLT for dynamic pass
Denis Protivensky
2015-04-10
3
-0
/
+143
*
[ARM] Add mapping symbols to veneers
Denis Protivensky
2015-04-09
1
-0
/
+94
*
[ARM] Add mapping symbols to PLT entries
Denis Protivensky
2015-04-07
1
-0
/
+111
*
[ARM] Implementation of R_ARM_TARGET1 relocation
Leny Kholodov
2015-04-03
1
-0
/
+116
*
[ARM] Avoid potential error in test because of name collision
Denis Protivensky
2015-04-03
1
-2
/
+2
*
[ARM] Test wrong ARM entry point address align
Denis Protivensky
2015-04-03
1
-0
/
+39
*
[ARM] Generate PLT entries for calls from ARM and Thumb code
Denis Protivensky
2015-04-02
2
-4
/
+344
*
[ARM] Set specific flags in ELF header
Denis Protivensky
2015-04-01
1
-0
/
+40
*
[ARM] Remove whitespace in rel-ifunc test
Denis Protivensky
2015-03-30
1
-7
/
+7
*
[ARM] Fix group relocations test.
Leny Kholodov
2015-03-28
1
-9
/
+11
*
[ARM] Handle GOT relocations
Denis Protivensky
2015-03-27
2
-0
/
+126
*
[ARM] Fix PLT IFUNC symbol names in Release build
Leny Kholodov
2015-03-26
1
-1
/
+0
*
[ARM] Implementation of PLT: handling of IFUNC calls (gnu_indirect_function)
Leny Kholodov
2015-03-26
3
-6
/
+177
*
[ARM] Handle mapping symbols
Denis Protivensky
2015-03-26
2
-0
/
+286
*
[ARM] Fix entry point for Thumb code
Denis Protivensky
2015-03-23
1
-0
/
+77
*
[ARM] Implement static (initial exec) TLS model
Denis Protivensky
2015-03-19
2
-0
/
+170
*
[ARM] Read initial addend for REL32 and PREL31 relocs
Denis Protivensky
2015-03-17
2
-48
/
+7
*
[ARM] Implement relocations: R_ARM_REL32, R_ARM_THM_JUMP11, R_ARM_PREL31
Denis Protivensky
2015-03-17
3
-0
/
+286
*
[ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
2015-03-14
2
-0
/
+174
*
[ELF][ARM] Add veneer generation to branch instructions
Denis Protivensky
2015-02-10
3
-0
/
+301
*
[lld][ARM] Add relocations to perform function calls
Denis Protivensky
2015-02-03
8
-3
/
+438
*
[lld] Correct forming of ARM/Thumb atoms
Denis Protivensky
2015-01-27
3
-38
/
+119
*
[ELF] Minimal implementation for ARM static linking
Greg Fitzgerald
2015-01-21
3
-0
/
+193