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
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-23
/
+0
*
ELF: Make createWriterELF's type consistent with other functions.
Rui Ueyama
2015-04-02
1
-2
/
+2
*
ELF: Remove TargetHandlerBase by merging it with TargetHandler.
Rui Ueyama
2015-04-01
1
-1
/
+1
*
Fix five of the shared library build targets
Greg Fitzgerald
2015-01-21
1
-1
/
+1
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-1
/
+0
*
Fix format.
Rui Ueyama
2014-03-28
1
-1
/
+1
*
[ELF] Create Target specific Writers.
Shankar Easwaran
2014-01-27
1
-46
/
+2
*
[lld][LinkingContext][ELF] Allow different output file types.
Shankar Easwaran
2013-09-23
1
-1
/
+1
*
remove trailing whitespace
Shankar Easwaran
2013-08-22
1
-4
/
+4
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-1
/
+1
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-38
/
+48
*
[lld] remove trailing whitespace
Shankar Easwaran
2013-03-14
1
-1
/
+1
*
[ELF] Remove comment
Shankar Easwaran
2013-03-05
1
-14
/
+34
*
[lld][ELF] Add modified writer
Shankar Easwaran
2013-03-03
1
-0
/
+38
*
[ELF] rename Writer to ExecutableWriter
Shankar Easwaran
2013-03-03
1
-484
/
+0
*
[ELF][Writer] Add dynamic relocation tables.
Michael J. Spencer
2013-02-27
1
-0
/
+39
*
[ELF][Writer] Fill in dynamic table entries.
Michael J. Spencer
2013-02-25
1
-1
/
+54
*
[ELF][Hexagon] add _SDA_BASE_(absolute symbol pointing to start of quickdata)
Shankar Easwaran
2013-02-24
1
-0
/
+3
*
[ELF][Hexagon]add typeZeroFillFast
Shankar Easwaran
2013-02-24
1
-1
/
+2
*
[ELF][Writer] Add hash table.
Michael J. Spencer
2013-02-23
1
-0
/
+4
*
[ELF][Writer] Add dynamic string and symbol table.
Michael J. Spencer
2013-02-23
1
-22
/
+28
*
sort quickdata for the hexagon target
Shankar Easwaran
2013-02-22
1
-3
/
+6
*
add changes for typeDataFast
Shankar Easwaran
2013-02-22
1
-0
/
+1
*
[ELF][Writer] Add .interp section.
Michael J. Spencer
2013-02-20
1
-0
/
+5
*
[ELF][Writer] Add dynamic table.
Michael J. Spencer
2013-02-20
1
-0
/
+10
*
[ELF] Fix memory leak by deleting BumpPtr allocated objects.
Michael J. Spencer
2013-02-19
1
-27
/
+28
*
[ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection.
Michael J. Spencer
2013-02-14
1
-4
/
+6
*
[ELF] Add more absolute atoms. Simplify how they are resolved.
Michael J. Spencer
2013-02-01
1
-14
/
+22
*
[ELF] Use the target's LayoutHandler.
Michael J. Spencer
2013-01-30
1
-1
/
+1
*
[ELF] Remove ReferenceKinds.
Michael J. Spencer
2013-01-30
1
-5
/
+0
*
change DefaultLayout to TargetLayout inside member variables
Shankar Easwaran
2013-01-30
1
-1
/
+1
*
add targethandler hooks from Writer and cleanup
Shankar Easwaran
2013-01-30
1
-18
/
+30
*
[ELF] Make AtomLayout more accessible.
Michael J. Spencer
2013-01-30
1
-12
/
+12
*
[ELF] Chop the ELF prefix off of most things.
Michael J. Spencer
2013-01-29
1
-0
/
+341