aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430MCAsmInfo.cpp
AgeCommit message (Expand)Author
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.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-11-22Use semicolon as assembler comment stringAnton Korobeynikov
2009-11-07Some preliminary variable asmprintingAnton Korobeynikov
2009-11-07Use '.L' for global private prefix (as mspgcc)Anton Korobeynikov
2009-09-18Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner