| Commit message (Expand) | Author | Age | Files | Lines |
* | Add methods to MipsFunctionInfo for initializing and accessing the stack frame | Akira Hatanaka | 2012-06-14 | 1 | -1/+23 |
* | Delete all functions that are no longer needed in MipsFunctionInfo, including | Akira Hatanaka | 2012-05-12 | 1 | -8/+1 |
* | Add member EmitNOAT and its setter and getter functions to class MipsFunction... | Akira Hatanaka | 2012-03-27 | 1 | -1/+6 |
* | Prune some includes | Craig Topper | 2012-03-27 | 1 | -1/+0 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -1/+1 |
* | remove blanks, and some code format | Jia Liu | 2012-02-28 | 1 | -4/+4 |
* | Add an option to use a virtual register as the global base register instead of | Akira Hatanaka | 2012-02-24 | 1 | -2/+3 |
* | Remove VectorExtras. This unused helper was written for a type of API that is... | Benjamin Kramer | 2012-01-07 | 1 | -1/+0 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -1/+1 |
* | Remove variable that keeps the size of area used to save byval or variable | Akira Hatanaka | 2011-11-14 | 1 | -10/+1 |
* | Define functions that get or set the size of area on callee's stack frame which | Akira Hatanaka | 2011-11-07 | 1 | -1/+10 |
* | Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from | Akira Hatanaka | 2011-07-18 | 1 | -8/+1 |
* | Re-apply 132758 and 132768 which were speculatively reverted in 132777. | Akira Hatanaka | 2011-06-21 | 1 | -3/+15 |
* | Speculatively revert 132758 and 132768 to try to fix the Windows buildbots. | Eric Christopher | 2011-06-09 | 1 | -15/+3 |
* | Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the | Akira Hatanaka | 2011-06-08 | 1 | -3/+15 |
* | This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor, | Bruno Cardoso Lopes | 2011-05-31 | 1 | -1/+10 |
* | Use MachineFrameInfo::hasCalls instead of MipsFunctionInfo::hasCall to check if | Akira Hatanaka | 2011-05-26 | 1 | -6/+1 |
* | Change initial value of MaxCallFrameSize. MipsFI::getMaxCallFrameSize() should | Akira Hatanaka | 2011-05-25 | 1 | -4/+4 |
* | Fix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove functions and variables | Akira Hatanaka | 2011-05-23 | 1 | -15/+1 |
* | Change StackDirection from StackGrowsUp to StackGrowsDown. | Akira Hatanaka | 2011-05-23 | 1 | -59/+4 |
* | Define functions that get/set maximum call frame size. | Akira Hatanaka | 2011-05-20 | 1 | -1/+6 |
* | Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle | Akira Hatanaka | 2011-05-20 | 1 | -15/+1 |
* | Remove noisy semicolons. | Benjamin Kramer | 2011-05-20 | 1 | -1/+1 |
* | Define variables and functions in MipsFunctionInfo. | Akira Hatanaka | 2011-05-20 | 1 | -1/+30 |
* | Reverse unnecessary changes made in r129606 and r129608. There is no change i... | Akira Hatanaka | 2011-04-15 | 1 | -3/+3 |
* | Fix lines that have incorrect indentation or exceed 80 columns. There is no c... | Akira Hatanaka | 2011-04-15 | 1 | -3/+3 |
* | Remove trailing spaces of MipsMachineFunction.h | Che-Liang Chiou | 2010-09-28 | 1 | -17/+17 |
* | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 1 | -1/+8 |
* | Fix PR5149. | Bruno Cardoso Lopes | 2009-11-09 | 1 | -0/+1 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -2/+2 |
* | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman | 2009-06-03 | 1 | -1/+9 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+1 |
* | Added support for fp callee saved registers. | Bruno Cardoso Lopes | 2008-08-06 | 1 | -11/+20 |
* | Several changes to Mips backend, experimental fp support being the most | Bruno Cardoso Lopes | 2008-07-05 | 1 | -18/+23 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Added support for PIC code with "explicit relocations" *only*. | Bruno Cardoso Lopes | 2007-11-05 | 1 | -8/+12 |
* | Position Independent Code (PIC) support [2] | Bruno Cardoso Lopes | 2007-10-09 | 1 | -0/+8 |
* | Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS | Bruno Cardoso Lopes | 2007-08-28 | 1 | -3/+53 |
* | Added MipsMachineFunction class, to hold Mips dinamic stack info when inserti... | Bruno Cardoso Lopes | 2007-07-11 | 1 | -0/+54 |