aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMMCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-041-1/+0
* revert my patch, need to reconsider this and figure out what is really going on.Chris Lattner2010-04-041-0/+1
* fix pasto, this is the wrong setting for arm elf.Chris Lattner2010-04-041-1/+0
* don't reset defaults.Chris Lattner2010-03-081-1/+0
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+0
* Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola2010-01-261-0/+3
* don't set to the default value.Chris Lattner2010-01-261-1/+0
* ARM does accept the .comm directive alignment.Jim Grosbach2010-01-251-1/+0
* Fix PR6134.Rafael Espindola2010-01-251-3/+1
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-231-1/+1
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-2/+2
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-2/+2
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-221-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-0/+72