index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Object
/
ELF.h
Age
Commit message (
Expand
)
Author
2013-05-03
Revert r181009.
Amara Emerson
2013-05-03
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
[SystemZ] Add ELF relocation support
Richard Sandiford
2013-04-29
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-25
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-17
Two small cleanups for ELF's templates.
Rafael Espindola
2013-04-12
Add missing relocation names
Nico Rieck
2013-04-12
Support MIPS64EL relocation type names
Nico Rieck
2013-04-07
Remove unused argument.
Rafael Espindola
2013-04-03
Implement the "mips endian" for r_info.
Rafael Espindola
2013-04-03
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
Implement sectionContainsSymbol for ELF.
Eric Christopher
2013-04-03
When dumping clear the arm/thumb flag for now.
Eric Christopher
2013-04-01
Mips direct object exception handling regression
Jack Carter
2013-03-30
Object: Turn a couple of degenerate for loops into while loops.
Benjamin Kramer
2013-03-28
Revert "Updated ELF relocation test for .eh_frame section"
Michael Gottesman
2013-03-27
Updated ELF relocation test for .eh_frame section
Jack Carter
2013-03-25
[ELF] dont compute symbolname size in every loop
Shankar Easwaran
2013-03-25
reflect comment to the official reference
Shankar Easwaran
2013-03-25
[ELF] add elf_hash function to compute the hash value of a symbol in the dyna...
Shankar Easwaran
2013-02-20
[llvm-readobj] Add ELF .dynamic table dumping.
Michael J. Spencer
2013-02-14
include/llvm/Object/ELF.h: do debug checks only when NDEBUG
Dmitry Vyukov
2013-02-07
[Object][ELF] Add a way to get the dynamic symbol table section.
Michael J. Spencer
2013-02-07
[Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate ov...
Michael J. Spencer
2013-02-07
[Object][ELF] Fix crash on no dynamic section.
Michael J. Spencer
2013-02-07
80-col
Michael J. Spencer
2013-02-07
[Object][ELF] Do the actual devirtualization.
Michael J. Spencer
2013-02-07
[Object][ELF] Devirtualize and simplify dynamic table iteration.
Michael J. Spencer
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-26
Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.
NAKAMURA Takumi
2013-01-21
Revert "[Object] .bss sections have no content. PR15005."
Michael J. Spencer
2013-01-21
[Object] .bss sections have no content. PR15005.
Michael J. Spencer
2013-01-18
Fixing behavior of ELFObjectFile::getSymbolFileOffset().
Andrew Kaylor
2013-01-16
Improve r172577 by using the correct type when declaring constants
Dmitri Gribenko
2013-01-15
Avoid Enum Compare Warnings
David Greene
2013-01-15
[Object][ELF] Fix -Wenum-compare.
Michael J. Spencer
2013-01-15
[Object][ELF] Simplify ELFObjectFile by using ELFType.
Michael J. Spencer
2013-01-08
Allow ELF64 relocation type to be more than 8 bits.
Tim Northover
2013-01-06
[Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.
Michael J. Spencer
2013-01-06
[Object][ELF] Add program header iterator.
Michael J. Spencer
2013-01-06
[Object][ELF] Refactor ELFRelocationIterator into ELFEntityIterator. No funct...
Michael J. Spencer
2013-01-05
Make this an integer so we have enumeral types in the conditional
Eric Christopher
2013-01-04
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...
Michael J. Spencer
2012-12-31
Fix bits check in ELFObjectFile::isSectionZeroInit().
Rafael Espindola
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-13
Adding convenience function to ELF Header
Shankar Easwaran
2012-10-29
Add interface for querying object files for symbol values.
Tim Northover
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-10
This patch adds new functions to the SectionRef and ObjectFile interfaces to ...
Andrew Kaylor
2012-10-05
Add ELF program header.
Hemant Kulkarni
[next]