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
/
lib
/
Target
/
ARM
/
MCTargetDesc
/
ARMELFObjectWriter.cpp
Age
Commit message (
Expand
)
Author
2013-01-30
This patch reworks how llvm targets set
Jack Carter
2012-12-12
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-09
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-09-01
Fix Thumb2 fixup kind in the integrated-as.
Logan Chien
2012-06-19
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-03-30
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-02-27
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-28
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2012-01-26
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-12-22
Fix incorrect relocation generation. Patch by Kristof Beyls.
Rafael Espindola
2011-12-22
Make the virtual methods in ARMELFObjectWriter public.
Rafael Espindola
2011-12-22
Fix name in comments.
Rafael Espindola
2011-12-22
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola