aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsMCAsmInfo.cpp
AgeCommit message (Expand)Author
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-07Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka
2011-07-01Improve Mips back-end's handling of DBG_VALUE. Akira Hatanaka
2011-05-26Add support for C++ exception handling.Akira Hatanaka
2011-05-26Set HasSetDirective to true.Akira Hatanaka
2011-05-25Define WeakRefDirective.Akira Hatanaka
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner
2010-01-25rename MAI::PICJumpTableDirective to MAI::GPRel32Directive toChris Lattner
2010-01-25don't set value to its default.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-22Update CMake build, unbreak linux build.Benjamin Kramer
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner