aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsMachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-15/+7
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+11
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-15/+15
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+10
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+3
* [mips] Simplify and optimize code.Akira Hatanaka2013-10-081-10/+6
* MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>NAKAMURA Takumi2013-09-281-0/+1
* [mips] Define a derived class of PseudoSourceValue that represents a GOT entryAkira Hatanaka2013-09-271-0/+69
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-061-3/+3
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-301-0/+16
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-281-0/+13
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-231-4/+7
* Revert accidental commit.Akira Hatanaka2012-07-211-7/+4
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-211-4/+7
* Delete all functions that are no longer needed in MipsFunctionInfo, includingAkira Hatanaka2012-05-121-7/+0
* Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2012-04-251-2/+2
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-3/+3
* remove blanks, and some code formatJia Liu2012-02-281-1/+1
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-241-0/+36
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+14