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
/
Inputs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LLD] Update split stack support to handle more generic prologues. Improve er...
Jordan Rupprecht
2018-08-02
1
-0
/
+10
*
[LLD][ELF] - ICF: Check we do not fold sections which relocations reffering t...
George Rimar
2018-07-31
1
-0
/
+3
*
[ELF][ARM] Implement support for Tag_ABI_VFP_args
Peter Smith
2018-07-31
4
-0
/
+62
*
[ELF][MIPS] Fix primary GOT sometimes overflowing by one or two words
Simon Atanasyan
2018-07-24
1
-0
/
+8
*
[ELF] Check eh_frame_hdr overflow with PC offsets instead of PC absolute addr...
Fangrui Song
2018-07-20
1
-0
/
+25
*
ELF: Implement --icf=safe using address-significance tables.
Peter Collingbourne
2018-07-18
1
-0
/
+9
*
Implement framework for linking split-stack object files, and x86_64 support.
Sterling Augustine
2018-07-17
1
-0
/
+16
*
Also search BitcodeFiles for exclude-lib symbols
Yi Kong
2018-07-11
1
-0
/
+3
*
[ELF] - Add a test case for relocation pointing to deduplicated COMDAT.
George Rimar
2018-07-04
1
-0
/
+6
*
[ELF][MIPS] Use llvm-mc to generate test case input file. NFC
Simon Atanasyan
2018-07-03
1
-0
/
+0
*
Add Hexagon Support
Sid Manning
2018-06-13
1
-0
/
+6
*
[ELF] Fix copy relocation when two symbols share the same Symbol instance.
Fangrui Song
2018-06-11
1
-0
/
+11
*
[ELF][MIPS] Multi-GOT implementation
Simon Atanasyan
2018-06-11
2
-0
/
+27
*
Correct aligment computation for shared object symbols.
Han Shen
2018-06-06
3
-0
/
+17
*
[PPC64] Add support for initial-exec TLS model
Zaara Syeda
2018-06-01
1
-0
/
+20
*
[ELF] Do not error for missing version when symbol has local version.
Peter Smith
2018-05-14
1
-0
/
+9
*
[ELF] Rework debug line parsing to use llvm::Error and callbacks (LLD-side)
James Henderson
2018-05-10
1
-1
/
+91
*
[ELF][MIPS] Fix calculation of GP relative relocations in case of relocatable...
Simon Atanasyan
2018-05-08
2
-0
/
+0
*
[PPC64] Remove support for ELF V1 ABI in LLD
Zaara Syeda
2018-05-04
2
-22
/
+13
*
[PPC64] Add offset to local entry point when calling functions without plt
Zaara Syeda
2018-04-27
2
-0
/
+51
*
[PPC64] Fix toc restore nops offset for V2 ABI
Zaara Syeda
2018-04-23
1
-0
/
+14
*
Inline a small test file.
Rui Ueyama
2018-04-03
1
-1
/
+0
*
[PPC64] Write plt stubs for ElfV2 abi
Sean Fertile
2018-04-02
1
-0
/
+14
*
Re-implement --just-symbols as a regular object file.
Rui Ueyama
2018-03-30
1
-9
/
+0
*
ELF: Add support for short thunks on ARM.
Peter Collingbourne
2018-03-29
2
-0
/
+17
*
Fix PR36793.
Rafael Espindola
2018-03-23
1
-0
/
+24
*
Make the debug info in some tests more realistic.
Rafael Espindola
2018-03-22
2
-0
/
+42
*
[ELF] Add .eh_frame pieces to map file
Rui Ueyama
2018-03-14
1
-0
/
+2
*
Error instead of producing broken binary.
Rafael Espindola
2018-03-14
1
-0
/
+4
*
[ELF] Prevent crash when reporting errors if debug line cannot be parsed
James Henderson
2018-03-07
1
-0
/
+44
*
Implement --just-symbols.
Rui Ueyama
2018-03-06
1
-0
/
+9
*
Rename a test file and fix indentation.
Rui Ueyama
2018-03-01
1
-0
/
+0
*
AMDGPU/LLD: Remove the use of binary file from one of the AMDGPU tests
Konstantin Zhuravlyov
2018-02-16
1
-0
/
+0
*
ELF: Stop collecting a list of symbols in ArchiveFile.
Peter Collingbourne
2018-02-16
1
-0
/
+2
*
[ELF] Add warnings for various symbols that cannot be ordered
James Henderson
2018-02-14
2
-0
/
+25
*
Remove 'z' in .zdebug when decompressing a section.
Rui Ueyama
2018-02-12
1
-4
/
+4
*
[ELF][MIPS] Ignore incorrect version definition index for _gp_disp symbol
Simon Atanasyan
2018-02-07
2
-0
/
+14
*
[ELF] Add --print-icf-sections flag
James Henderson
2018-02-01
1
-0
/
+9
*
Don't mark a shared library as needed because of a lazy symbol.
Rafael Espindola
2018-01-23
1
-0
/
+3
*
Fix another case we used the wrong visibility.
Rafael Espindola
2018-01-16
1
-0
/
+1
*
Add an extra test. NFC.
Rafael Espindola
2018-01-16
1
-0
/
+2
*
Fix another case we were using the wrong visibility.
Rafael Espindola
2018-01-16
1
-0
/
+2
*
Rename --icf-data and add a corresponding flag for functions.
Rafael Espindola
2018-01-10
2
-0
/
+12
*
[ELF] Compress debug sections after assignAddresses and support custom layout
James Henderson
2018-01-08
1
-0
/
+5
*
[ELF] Only scan executables for shlib undefined symbols
Shoaib Meenai
2017-12-30
1
-0
/
+4
*
Allow copy relocation with -z notext.
Rafael Espindola
2017-12-28
1
-0
/
+5
*
Don't try to preempt protected symbols with -z notext.
Rafael Espindola
2017-12-27
1
-0
/
+5
*
Allow relocations in rw sections to create plt entries.
Rafael Espindola
2017-12-24
1
-0
/
+4
*
[ELF] - Allow using PLT relocations when "-z notext" is given.
George Rimar
2017-12-23
1
-0
/
+10
*
Fix crash on invalid.
Rafael Espindola
2017-12-14
1
-0
/
+0
[prev]
[next]