summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430MCAsmInfo.cpp
Commit message (Expand)AuthorAge
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-26
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-20
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-19
* Use semicolon as assembler comment stringAnton Korobeynikov2009-11-22
* Some preliminary variable asmprintingAnton Korobeynikov2009-11-07
* Use '.L' for global private prefix (as mspgcc)Anton Korobeynikov2009-11-07
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-18
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22