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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF][X86_64][Hexagon] order plt/got entries properly and fix test
Shankar Easwaran
2013-03-13
1
-10
/
+10
*
[ELF] Order weak symbols properly
Shankar Easwaran
2013-03-06
13
-0
/
+174
*
[ELF][Hexagon] fixing dynlib test
Shankar Easwaran
2013-03-05
1
-4
/
+5
*
[ELF][Hexagon] fixing test failure
Shankar Easwaran
2013-03-05
1
-6
/
+5
*
[ELF] add dynamic library support
Shankar Easwaran
2013-03-05
1
-0
/
+11
*
[ELF][Hexagon] add initial changes to add GOT/PLT
Shankar Easwaran
2013-03-03
2
-0
/
+15
*
move dynamic linking atoms to Atoms.h
Shankar Easwaran
2013-03-01
1
-2
/
+3
*
[Writer][ELF][x86-64] Handle GOTPCREL relocations to SharedLibraryAtoms.
Michael J. Spencer
2013-03-01
6
-4
/
+27
*
[ELF][x86-64] Only emit a PLT entry for a PLT relocation if the target atom i...
Michael J. Spencer
2013-03-01
3
-0
/
+38
*
Add basic linker script parsing.
Michael J. Spencer
2013-03-01
2
-0
/
+25
*
[ELF][x86-64] Separate static and dynamic GOT/PLT generation.
Michael J. Spencer
2013-02-28
11
-86
/
+160
*
[ELF][tests] changes for test cases
Shankar Easwaran
2013-02-28
10
-51
/
+40
*
[lld][ELF] Order segments
Shankar Easwaran
2013-02-27
1
-0
/
+19
*
[test] Don't start elf-dump until lld-core is done writing the output.
Michael J. Spencer
2013-02-27
1
-1
/
+2
*
[ELF][Writer] Fill in dynamic table entries.
Michael J. Spencer
2013-02-25
1
-2
/
+8
*
[ELF][Hexagon] add _SDA_BASE_(absolute symbol pointing to start of quickdata)
Shankar Easwaran
2013-02-24
2
-0
/
+4
*
[ELF][Hexagon]add typeZeroFillFast
Shankar Easwaran
2013-02-24
3
-2
/
+17
*
[ELF][Writer] Add hash table.
Michael J. Spencer
2013-02-23
1
-0
/
+7
*
[ELF][Writer] Add a PHDR program table entry for dynamic files.
Michael J. Spencer
2013-02-23
1
-0
/
+7
*
[ELF][Writer] Add dynamic string and symbol table.
Michael J. Spencer
2013-02-23
2
-1
/
+9
*
sort quickdata for the hexagon target
Shankar Easwaran
2013-02-22
2
-0
/
+12
*
add changes for typeDataFast
Shankar Easwaran
2013-02-22
3
-1
/
+15
*
[ELF][Writer] Add .interp section.
Michael J. Spencer
2013-02-20
1
-0
/
+8
*
[ELF][Writer] Add dynamic table.
Michael J. Spencer
2013-02-20
1
-0
/
+9
*
functionality to handle global atoms in Merge sections
Shankar Easwaran
2013-02-20
3
-0
/
+12
*
[Core,Driver,ELF] Differentiate static and dynamic executables.
Michael J. Spencer
2013-02-14
10
-17
/
+35
*
add merge strings option, this temporarily fixes the problem bringing up hell...
Shankar Easwaran
2013-02-13
3
-4
/
+4
*
add support for merging common strings
Shankar Easwaran
2013-02-12
6
-71
/
+104
*
[ELF] Add support for reading dynamic libraries.
Michael J. Spencer
2013-02-11
6
-1
/
+18
*
fix segment ordering of elf segments
Shankar Easwaran
2013-02-07
4
-22
/
+22
*
add changes for layoutafter/layoutbefore/ingroup/layoutpass and test cases
Shankar Easwaran
2013-02-07
10
-6
/
+226
*
[Driver] Add -L and -l support.
Michael J. Spencer
2013-02-07
4
-8
/
+14
*
[ELF][x86-64] Handle PLT32 relocations to IFUNC.
Michael J. Spencer
2013-02-05
3
-9
/
+21
*
[ELF] Implement GOTPCREL for defined atoms.
Michael J. Spencer
2013-02-05
4
-1
/
+9
*
[ELF] Replace local dynamic tls access with direct access.
Michael J. Spencer
2013-02-05
3
-0
/
+15
*
add alignment to .got/.got.plt/.plt sections & fix tests
Shankar Easwaran
2013-02-01
1
-2
/
+2
*
[ELF][x86-64] Fix ifunc and add test.
Michael J. Spencer
2013-02-01
1
-0
/
+11
*
[ELF][x86-64] Implement static relocation model for TLS.
Michael J. Spencer
2013-02-01
7
-4
/
+90
*
[ELF][x86-84] Add static TLS support.
Michael J. Spencer
2013-02-01
3
-0
/
+19
*
[ELF] Add support for IFUNC.
Michael J. Spencer
2013-01-29
3
-0
/
+24
*
[ELF] Use correct regex in test.
Michael J. Spencer
2013-01-28
1
-3
/
+3
*
[ELF] Use entry point from LinkerOptions.
Michael J. Spencer
2013-01-28
1
-0
/
+57
*
[ELF][x86-64] Add relocation string<->kind.
Michael J. Spencer
2013-01-25
1
-0
/
+6
*
[ELF][X86-64] Use the correct base address.
Michael J. Spencer
2013-01-25
1
-1
/
+6
*
Add SectionPosition and OrderPass
Nick Kledzik
2013-01-23
1
-0
/
+85
*
[ELF] Read IFUNC symbols correctly as typeResolver.
Michael J. Spencer
2013-01-23
3
-0
/
+20
*
Move everything over to TargetInfo.
Michael J. Spencer
2013-01-23
1
-8
/
+8
*
Trailing whitespace.
Michael J. Spencer
2013-01-15
1
-6
/
+6
*
[ELF] Never allocate content to weak symbols as they may be merged away.
Michael J. Spencer
2013-01-15
1
-4
/
+4
*
Add new merge-by-content Merge attribute for use by anonymous
Nick Kledzik
2013-01-15
4
-8
/
+72
[next]