aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMMCAsmInfo.cpp
AgeCommit message (Expand)Author
2010-04-04eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner
2010-04-04revert my patch, need to reconsider this and figure out what is really going on.Chris Lattner
2010-04-04fix pasto, this is the wrong setting for arm elf.Chris Lattner
2010-03-08don't reset defaults.Chris Lattner
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner
2010-01-26Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola
2010-01-26don't set to the default value.Chris Lattner
2010-01-25ARM does accept the .comm directive alignment.Jim Grosbach
2010-01-25Fix PR6134.Rafael Espindola
2010-01-23mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner
2010-01-20revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner
2010-01-19give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner
2009-08-22rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner