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
/
ARMMCAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-05-06
Dead code elimination.
Rafael Espindola
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2010-04-04
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
revert my patch, need to reconsider this and figure out what is really going on.
Chris Lattner
2010-04-04
fix pasto, this is the wrong setting for arm elf.
Chris Lattner
2010-03-08
don't reset defaults.
Chris Lattner
2010-01-26
Eliminate SetDirective, and replace it with HasSetDirective.
Chris Lattner
2010-01-26
Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.
Rafael Espindola
2010-01-26
don't set to the default value.
Chris Lattner
2010-01-25
ARM does accept the .comm directive alignment.
Jim Grosbach
2010-01-25
Fix PR6134.
Rafael Espindola
2010-01-23
mcize lcomm, simplify .comm, extend both to support 64-bit sizes.
Chris Lattner
2010-01-20
revert 93934, removing the MCAsmInfo endianness bit. I can't
Chris Lattner
2010-01-19
give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
Chris Lattner
2009-08-22
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner