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
/
RelocVisitor.h
Age
Commit message (
Expand
)
Author
2013-05-03
[SystemZ] Add ELF relocation support
Richard Sandiford
2013-04-25
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-02-11
AArch64: Add basic relocation processing for llvm-dwarfdump.
Tim Northover
2013-01-26
Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.
NAKAMURA Takumi
2013-01-26
Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.
NAKAMURA Takumi
2013-01-26
RelocVisitor::visit(): Set hasError in the default path.
NAKAMURA Takumi
2013-01-19
Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely
Jakub Staszak
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-12-27
Right now all of the relocations are 32-bit dwarf, and the relocation
Eric Christopher
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-20
Remove some dead code.
Eric Christopher
2012-11-19
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-11-07
Add a relocation visitor to lib object. This works via caching relocated
Eric Christopher