summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsMachineFunction.cpp
Commit message (Expand)AuthorAge
* Use range loop.Rafael Espindola2014-05-07
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [mips] Simplify and optimize code.Akira Hatanaka2013-10-08
* MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>NAKAMURA Takumi2013-09-28
* [mips] Define a derived class of PseudoSourceValue that represents a GOT entryAkira Hatanaka2013-09-27
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-30
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-28
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-23
* Revert accidental commit.Akira Hatanaka2012-07-21
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-21
* Delete all functions that are no longer needed in MipsFunctionInfo, includingAkira Hatanaka2012-05-12
* Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2012-04-25
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* remove blanks, and some code formatJia Liu2012-02-28
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-24
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20