summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* Merging MIPS JIT/MCJIT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* Merging MIPS GOT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka2012-11-07
* Delete MipsFunctionInfo::NextStackOffset. No functionality change intended. Akira Hatanaka2012-11-07
* [mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka2012-11-03
* [mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka2012-11-03
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* [mips] Do not reserve all 64-bit registers, but only the ones which need to beAkira Hatanaka2012-11-02
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-02
* [mips] Add function MipsFrameLowering::estimateStackSize.Akira Hatanaka2012-11-02
* [mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the sizeAkira Hatanaka2012-11-02
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-02
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-31
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-31
* [mips] Allow tail-call optimization for vararg functions and functions whichAkira Hatanaka2012-10-30
* Add code for saving formal argument information to MipsFunctionInfo. ThisAkira Hatanaka2012-10-30
* Add definition of function MipsTargetLowering::passArgOnStack which emits nodesAkira Hatanaka2012-10-30
* Do not do tail-call optimization if target is mips16.Akira Hatanaka2012-10-30
* Change mips16 delay slot jumps to non delay slot forms by default.Reed Kotler2012-10-30
* Implement patterns for extloadi8 and extloadi16Reed Kotler2012-10-29
* Expand all atomic ops for mips16.Reed Kotler2012-10-29
* Implement brind operator for mips16.Reed Kotler2012-10-28
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-28
* Implement MipsHi for mips16Reed Kotler2012-10-27
* [mips] Do not tail-call optimize vararg functions or functions with byvalAkira Hatanaka2012-10-27
* [mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in theAkira Hatanaka2012-10-27
* Use the methods and classes that were added to simplify LowerCall and Akira Hatanaka2012-10-27
* Add method MipsTargetLowering::writeVarArgRegs which copies argument registersAkira Hatanaka2012-10-27
* Add method MipsTargetLowering::passByValArg.Akira Hatanaka2012-10-27
* Add method MipsTargetLowering::copyByValRegs.Akira Hatanaka2012-10-27
* Add class MipsCC which provides methods used to analyze formal and callAkira Hatanaka2012-10-26
* Delete MipsFunctionInfo::InArgFIRange. Akira Hatanaka2012-10-26
* implement mips16 tls global addrReed Kotler2012-10-26
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166780 91177308-0d34...Reed Kotler2012-10-26
* Implement carry for subtract/add for mips16Reed Kotler2012-10-26
* implement large (>16 bit) constant loading.Reed Kotler2012-10-26
* implement mips16 patterns for select nodesReed Kotler2012-10-25
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* [mips] Make sure sret argument is returned in register V0.Akira Hatanaka2012-10-24
* implement setXX patternsReed Kotler2012-10-23
* [mips] Use 64-bit registers to return an sret pointer if target ABI is N64.Akira Hatanaka2012-10-19
* [mips] Add code to do tail call optimization.Akira Hatanaka2012-10-19
* [mips] Fix TAILCALL's operand node type.Akira Hatanaka2012-10-19
* [mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.Akira Hatanaka2012-10-19
* [mips] Add tail call instructions.Akira Hatanaka2012-10-19
* [mips] Make the branch nodes used in jump instructions a template parameter.Akira Hatanaka2012-10-19
* Add node and enum for mips tail call.Akira Hatanaka2012-10-19
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18