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
/
ReaderELF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Chop the ELF prefix off of most things.
Michael J. Spencer
2013-01-29
1
-147
/
+0
*
[ELF] Fix header sort order.
Michael J. Spencer
2013-01-29
1
-4
/
+4
*
add elf targethandler
Shankar Easwaran
2013-01-25
1
-299
/
+24
*
Move everything over to TargetInfo.
Michael J. Spencer
2013-01-23
1
-16
/
+10
*
[Core] Use LLVM's ErrorOr<T>.
Michael J. Spencer
2013-01-20
1
-1
/
+1
*
[ELF] Use operator new(std::size_t, BumpPtrAllocator).
Michael J. Spencer
2013-01-16
1
-16
/
+13
*
[ELF] clang-format ReaderELF.cpp
Michael J. Spencer
2013-01-16
1
-91
/
+78
*
[ELF] Never allocate content to weak symbols as they may be merged away.
Michael J. Spencer
2013-01-15
1
-0
/
+18
*
[ELF] Refactoring and style cleanup. No functionality change.
Michael J. Spencer
2013-01-15
1
-84
/
+80
*
[ELF] Update for LLVM Object/ELF changes.
Michael J. Spencer
2013-01-15
1
-35
/
+35
*
Factor File::addAtom out to MutableFile::addAtom.
Michael J. Spencer
2013-01-12
1
-4
/
+3
*
[ELF] STT_GNU_IFUNC is a known symbol type, so accept it. We do not yet imple...
Michael J. Spencer
2013-01-04
1
-0
/
+1
*
[ELF] Handle misaligned ELF files properly.
Michael J. Spencer
2013-01-04
1
-48
/
+76
*
changes for the ELF Reader : split up into AtomsELF.h/Adding new permissions ...
Shankar Easwaran
2012-12-27
1
-379
/
+3
*
[ELF][Reader] Ignore SHF_GROUP when switching on flags.
Michael J. Spencer
2012-12-20
1
-2
/
+2
*
Style fixes.
Michael J. Spencer
2012-12-20
1
-138
/
+79
*
Populate entry point into ELF executable.
Hemant Kulkarni
2012-11-21
1
-1
/
+4
*
Fix style violations.
Michael J. Spencer
2012-11-13
1
-39
/
+35
*
Adding support to resolve symbols with archive libraries in lld
Shankar Easwaran
2012-11-13
1
-26
/
+57
*
This update does the following:
Sid Manning
2012-10-18
1
-5
/
+17
*
* Return correct size and alignment for common symbols.
Sid Manning
2012-10-03
1
-4
/
+4
*
This change:
Sid Manning
2012-10-01
1
-9
/
+29
*
Add ELFReference class - parse relocations needed by that class and update De...
Sid Manning
2012-09-17
1
-160
/
+386
*
ELF support for LLD writer. The writer at present emits ELF header and section
Hemant Kulkarni
2012-09-14
1
-1
/
+1
*
Fix warnings.
Michael J. Spencer
2012-09-10
1
-5
/
+1
*
Fix warning from -Wshadow. Report errors back to caller rather than calling
Sid Manning
2012-07-27
1
-27
/
+20
*
Implement the ELF reader. The original implementation was by Hemant Kulkarni
Sid Manning
2012-07-25
1
-7
/
+526
*
Major refactoring: Remove Platform concept. In its place there are
Nick Kledzik
2012-05-31
1
-0
/
+41