aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsMCAsmInfo.cpp
AgeCommit message (Expand)Author
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