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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
15
-2565
/
+0
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
1
-1
/
+2
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-1
/
+1
*
Set the folder for libraries to 'lld libraries'. NFC.
Pete Cooper
2016-01-07
1
-1
/
+1
*
[ELF] Apply segments from linker scripts
Denis Protivensky
2015-07-23
1
-1
/
+1
*
[ELF] Define __start_XXX/__stop_XXX symbols where XXX is a section name
Simon Atanasyan
2015-07-03
1
-0
/
+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] Fix enum type cast in switch
Denis Protivensky
2015-05-26
1
-1
/
+1
*
[ARM] Move out .ARM.exidx related things to ARM backend
Denis Protivensky
2015-05-26
3
-10
/
+54
*
[ARM] report_fatal_error for not implemented functionality
Denis Protivensky
2015-05-22
1
-5
/
+5
*
[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
3
-2
/
+10
*
[ARM] Add dynamic symbols to the dynamic library writer
Denis Protivensky
2015-05-21
1
-1
/
+8
*
[ARM] Remove useless file with writer's instantiation stub
Denis Protivensky
2015-05-21
2
-19
/
+0
*
[ARM] Remove unused field in executable writer
Denis Protivensky
2015-05-21
1
-2
/
+1
*
[ARM] Move out common Writer functionality to ARMELFWriter
Denis Protivensky
2015-05-21
6
-83
/
+149
*
[ARM] Remove unused fields in dynamic library writer
Denis Protivensky
2015-05-21
1
-5
/
+1
*
[ARM] Add skeleton implementation of DSO linking
Denis Protivensky
2015-05-21
3
-0
/
+49
*
[ARM] Add needed symbols during dynamic executable linking
Denis Protivensky
2015-05-20
1
-0
/
+15
*
[ARM] Use the correct variable name and unbreak buildbot.
Davide Italiano
2015-05-08
1
-1
/
+1
*
[ARM] Generation of .ARM.exidx/.ARM.extab sections
Leny Kholodov
2015-05-08
3
-1
/
+91
*
[ARM] Check overflow of R_ARM_THM_JUMP11
Denis Protivensky
2015-05-08
1
-1
/
+4
*
[ARM] Check overflow of R_ARM_CALL/JUMP24
Denis Protivensky
2015-05-08
1
-0
/
+6
*
[ARM] Check overflow of R_ARM_THM_CALL/JUMP24
Denis Protivensky
2015-05-08
1
-0
/
+4
*
[ARM] Check overflow of R_ARM_PREL31
Denis Protivensky
2015-05-07
1
-1
/
+4
*
[ARM] llvm_unreachable => make_dynamic_error in R_ARM_BASE_PREL
Denis Protivensky
2015-05-07
1
-1
/
+2
*
[ARM] llvm_unreachable => make_*_reloc_error in group relocs
Denis Protivensky
2015-05-07
1
-9
/
+8
*
[ARM] Return directly from switch in relocation handler
Denis Protivensky
2015-05-07
1
-47
/
+28
*
[ARM] Add return codes to relocation handlers
Denis Protivensky
2015-05-07
1
-76
/
+95
*
Add missing snippets from r235880
Adhemerval Zanella
2015-04-27
1
-0
/
+3
*
[ARM] Update TODO notes
Denis Protivensky
2015-04-24
1
-6
/
+7
*
[ARM] Implement R_ARM_COPY relocation
Denis Protivensky
2015-04-24
2
-2
/
+41
*
[ARM] Replace branches to undefined weak functions with NOP
Leny Kholodov
2015-04-22
1
-0
/
+39
*
[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
3
-1
/
+30
*
[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
*
ELF: Remove redundant namespace qualifiers.
Rui Ueyama
2015-04-14
2
-2
/
+2
*
ELF: Remove ELFT template argument when referring the base class.
Rui Ueyama
2015-04-14
4
-9
/
+8
*
[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
*
ELF: Inline ELFReader typedefs which are used only once.
Rui Ueyama
2015-04-14
1
-5
/
+2
*
ELF: Make ARMELFMappingAtom a non-template class.
Rui Ueyama
2015-04-14
1
-13
/
+18
*
ELF: Remove this-> as much as we can.
Rui Ueyama
2015-04-14
3
-9
/
+9
*
ELF: Remove ELFT parameter from ARMELFFile.
Rui Ueyama
2015-04-14
2
-36
/
+32
*
ELF: Remove ELFT and LinkingContext template parameters from ELFReader.
Rui Ueyama
2015-04-14
3
-4
/
+4
*
ELF: Use less templates for ELF types.
Rui Ueyama
2015-04-14
5
-49
/
+37
[next]