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
/
ARMMachObjectWriter.cpp
Age
Commit message (
Expand
)
Author
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-09-25
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-07-30
Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp
Kevin Enderby
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-03-30
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-20
ARM non-scattered MachO relocations for movw/movt.
Jim Grosbach
2012-02-27
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-01-27
Better user diagnostics for more ARM MachO relocation errors.
Jim Grosbach
2012-01-26
Keep source information, if available, around for ARM Fixups.
Jim Grosbach
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-12-07
Nuke inadvertant debugging commit.
Jim Grosbach
2011-12-07
Darwin assembler improved relocs when w/o subsections_via_symbols.
Jim Grosbach
2011-11-29
Better fix for ARM MOVT relocation encoding of thumb bit.
Jim Grosbach
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
Sink ARM mc routines into MCTargetDesc.
Evan Cheng