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
/
test
/
MC
/
ELF
/
alias-reloc.s
Age
Commit message (
Expand
)
Author
2013-04-12
Replace coff-/elf-dump with llvm-readobj
Nico Rieck
2011-08-04
Fix the bitwidth of the remaining fields.
Rafael Espindola
2011-08-04
print st_shndx with the correct number of bits.
Rafael Espindola
2011-08-04
print st_other with the correct number of bits.
Rafael Espindola
2011-08-04
print st_type with the correct number of bits.
Rafael Espindola
2011-08-04
Print st_bind with the correct number of bits.
Rafael Espindola
2011-08-04
Another counter goes decimal.
Rafael Espindola
2011-08-04
Change anther counter to decimal.
Rafael Espindola
2011-08-04
Print all the bits in the addend.
Rafael Espindola
2011-03-20
Write the section table and the section data in the same order that
Rafael Espindola
2010-12-20
Print all 64bits for st_value and st_size. Adjust tests accordingly.
Roman Divacky
2010-11-15
Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original
Rafael Espindola
2010-11-14
Move the logic to decide with which symbol we produce a relocation (if any) to
Rafael Espindola
2010-10-21
Do not recurse into symbol refs that have a variant kind. This prevents us
Rafael Espindola