Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / Mips / MipsMachineFunction.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-07-23 Akira HatanakaAdd basic ability to setup call frame, and make procedu...
2012-07-21 Akira HatanakaRevert accidental commit.
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-05-12 Akira HatanakaDelete all functions that are no longer needed in MipsF...
2012-04-25 Akira HatanakaDo not use $gp as a dedicated global register if the...
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...