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
/
WriterELF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Chop the ELF prefix off of most things.
Michael J. Spencer
2013-01-29
1
-341
/
+0
*
[ELF] Fix header sort order.
Michael J. Spencer
2013-01-29
1
-1
/
+3
*
[ELF] Add support for IFUNC.
Michael J. Spencer
2013-01-29
1
-35
/
+43
*
[ELF] Give Chunk a ELFTargetInfo.
Michael J. Spencer
2013-01-29
1
-9
/
+9
*
[ELF] Remove OwningPtr from the Chunk::write interface.
Michael J. Spencer
2013-01-29
1
-3
/
+3
*
[ELF] Use entry point from LinkerOptions.
Michael J. Spencer
2013-01-28
1
-2
/
+2
*
add elf targethandler
Shankar Easwaran
2013-01-25
1
-1
/
+1
*
Move everything over to TargetInfo.
Michael J. Spencer
2013-01-23
1
-26
/
+28
*
no functionality changes(split WriterELF into multiple files)
Shankar Easwaran
2013-01-21
1
-1882
/
+1
*
[ELF] Update for LLVM Object/ELF changes.
Michael J. Spencer
2013-01-15
1
-319
/
+185
*
[ELF] Replace [...] x_{begin,end}() with range<[...]> x().
Michael J. Spencer
2013-01-15
1
-170
/
+112
*
[ELF] Fix use of LLVM RTTI.
Michael J. Spencer
2013-01-15
1
-51
/
+29
*
remove const from FindByName
Shankar Easwaran
2013-01-15
1
-1
/
+1
*
Fix shadowed variable warning
Nick Kledzik
2013-01-14
1
-3
/
+3
*
[ELF] Fix comment.
Michael J. Spencer
2013-01-11
1
-1
/
+1
*
[ELF] Add AtomLayout instead of using pair<Atom, pair<uint64_t, uint64_t>>.
Michael J. Spencer
2013-01-11
1
-19
/
+26
*
[ELF] Use the correct cast.
Michael J. Spencer
2013-01-11
1
-2
/
+1
*
[ELF] Simplify assert.
Michael J. Spencer
2013-01-11
1
-4
/
+2
*
better implementation for findOutputSection
Shankar Easwaran
2013-01-11
1
-16
/
+6
*
[ELF] Add support for __init_array_{start,end}.
Michael J. Spencer
2013-01-10
1
-1
/
+42
*
[ELF] Fixed -Wunused in -asserts mode.
Michael J. Spencer
2013-01-10
1
-5
/
+4
*
style changes
Shankar Easwaran
2013-01-10
1
-8
/
+8
*
support for adding linker defined symbols
Shankar Easwaran
2013-01-10
1
-47
/
+207
*
[ELF] Properly handle constant data.
Michael J. Spencer
2013-01-07
1
-0
/
+4
*
[ELF] Emit the file header and program headers at the beginning of the first ...
Michael J. Spencer
2013-01-07
1
-38
/
+44
*
[ELF] Change Segment to hold Chunks instead of Sections. No functionality cha...
Michael J. Spencer
2013-01-07
1
-4
/
+7
*
[ELF] Remove dead variable.
Michael J. Spencer
2013-01-07
1
-2
/
+0
*
[ELF] Emit zeroFill as STT_OBJECT in the final executable. ld does this.
Michael J. Spencer
2013-01-07
1
-1
/
+1
*
[ELF] Update to llvm change.
Michael J. Spencer
2013-01-06
1
-1
/
+1
*
Avoid MSVCRT assertion on comparing phdr iterators
Reid Kleckner
2013-01-05
1
-1
/
+3
*
[ELF][Writer] Don't infinite loop.
Michael J. Spencer
2013-01-05
1
-1
/
+1
*
[ELF] Handle misaligned ELF files properly.
Michael J. Spencer
2013-01-04
1
-389
/
+471
*
add Changes to ELF Writer to layout sections/segments in the output executable
Shankar Easwaran
2012-12-27
1
-1188
/
+1878
*
Populate entry point into ELF executable.
Hemant Kulkarni
2012-11-21
1
-19
/
+44
*
Add program header emission to ELF writer. This patch also rearranges section...
Hemant Kulkarni
2012-11-13
1
-105
/
+424
*
[ELF] Fix -Woverloaded-virtual
Michael J. Spencer
2012-11-01
1
-1
/
+1
*
This update does the following:
Sid Manning
2012-10-18
1
-5
/
+19
*
* Add relocation reference support for Hexagon and PowerPC.
Sid Manning
2012-10-09
1
-1
/
+2
*
Fix incorrect setting of EI_DATA
Sid Manning
2012-10-05
1
-1
/
+3
*
Added missing break in StockSectionChunk constructor.
Hemant Kulkarni
2012-10-03
1
-3
/
+2
*
Emit symbol tables.
Hemant Kulkarni
2012-10-01
1
-273
/
+449
*
Add case for typeConstant in SectionChunk
Sid Manning
2012-09-26
1
-1
/
+7
*
This patch makes use of recently added relocation reference data. The bulk
Sid Manning
2012-09-25
1
-2
/
+43
*
ELF support for LLD writer. The writer at present emits ELF header and section
Hemant Kulkarni
2012-09-14
1
-8
/
+835
*
Major refactoring: Remove Platform concept. In its place there are
Nick Kledzik
2012-05-31
1
-0
/
+35