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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Mips] Move member function definitions to cpp files
Simon Atanasyan
2015-05-27
15
-774
/
+1009
*
[ELF][Mips] Do not merge ELF flags in the `isCompatible` routine
Simon Atanasyan
2015-05-27
6
-10
/
+11
*
[Mips] Factor out look up of Elf_Mips_RegInfo structure into the separate fun...
Simon Atanasyan
2015-05-27
1
-21
/
+26
*
[ELF/AArch64] Fix local TLS relocations
Adhemerval Zanella
2015-05-26
4
-7
/
+35
*
[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
6
-17
/
+54
*
[Mips] Use structures declared in the llvm/Object/ELFTypes.h
Simon Atanasyan
2015-05-26
3
-53
/
+13
*
[Mips] Add Elf_Mips_Options::getRegInfoDesc() function to retrieve an ODK_REG...
Simon Atanasyan
2015-05-26
2
-3
/
+9
*
[Mips] Make the code shorter - use LLVM_ELF_IMPORT_TYPES_ELFT macro
Simon Atanasyan
2015-05-26
1
-2
/
+1
*
[ELF] Add support for -z origin/now options.
Davide Italiano
2015-05-26
2
-2
/
+21
*
[ELF] Fix lld when no unique sections is used
Simon Atanasyan
2015-05-24
2
-6
/
+6
*
Remove redundant std::move on functions that return a unique_ptr.
Benjamin Kramer
2015-05-22
1
-4
/
+4
*
[ELF] Remove redundant unique_ptr moves found by -Wpessimizing-move.
Benjamin Kramer
2015-05-22
4
-6
/
+6
*
[ELF] Fix shared CMake build.
Benjamin Kramer
2015-05-22
1
-0
/
+1
*
[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
*
[lld] Make the MachO -stack_size default '0', add a test case.
Lang Hames
2015-05-22
2
-2
/
+2
*
[ELF] Simplify dynamic table entry creation.
Davide Italiano
2015-05-21
4
-99
/
+45
*
[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
*
[ELF] Move start/end atom method assignment to OutputELFWriter. NFC
Denis Protivensky
2015-05-21
3
-25
/
+28
*
[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
*
[LLD] Add support for the -stack_size option to Darwin ld.
Lang Hames
2015-05-20
7
-5
/
+29
*
[ARM] Add needed symbols during dynamic executable linking
Denis Protivensky
2015-05-20
1
-0
/
+15
*
[LLD] Make sure MachO FDEs read their augmentation data strings from the right
Lang Hames
2015-05-16
1
-18
/
+28
*
[LLD] Properly relocate the LSDA field of MachO eh-frames.
Lang Hames
2015-05-13
1
-40
/
+153
*
[LLD] Add support for MachO ripRel32MinusNAnon relocations.
Lang Hames
2015-05-13
1
-2
/
+48
*
[LLD] Add a mutex to prevent concurrent modification of the dylib maps in
Lang Hames
2015-05-13
1
-0
/
+1
*
[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
7
-21
/
+123
*
[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
*
Revert unrelated chunk committed by accident in r236334.
Davide Italiano
2015-05-01
1
-1
/
+1
*
[ELF] Fix test for .init_array.
Davide Italiano
2015-05-01
1
-1
/
+1
*
[ELF] Mark linker defined symbols as .hidden when needed.
Davide Italiano
2015-05-01
3
-9
/
+12
*
[GNU] Remove -x/-X from the list of options to be implemented.
Davide Italiano
2015-04-29
1
-2
/
+0
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-27
9
-15
/
+13
*
ELF: Simplify LinkerScript detection. NFC.
Rui Ueyama
2015-04-27
1
-19
/
+3
*
Add missing snippets from r235880
Adhemerval Zanella
2015-04-27
1
-0
/
+3
*
ELF/ARM: Ignore R_ARM_V4BX for ARMv4 but allow linking
Adhemerval Zanella
2015-04-27
1
-0
/
+5
[next]