Test commit
[oota-llvm.git] / lib / Target / Mips / MipsMachineFunction.cpp
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-07-14 Daniel Sanders[mips] For the FP64A ABI, odd-numbered double-precision...
2014-07-14 Sasa Stankovic[mips] Expand BuildPairF64 to a spill and reload when...
2014-05-07 Rafael EspindolaUse range loop.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2013-10-08 Akira Hatanaka[mips] Simplify and optimize code.
2013-09-28 NAKAMURA TakumiMipsMachineFunction.cpp: Add missing #include <raw_ostr...
2013-09-27 Akira Hatanaka[mips] Define a derived class of PseudoSourceValue...
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-01-30 Akira Hatanaka[mips] Lower EH_RETURN.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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...