Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-20 Reed Kotlerset register class properly for mips16 here
2012-12-20 Reed KotlerThis assert is overly restrictive and does not work...
2012-12-15 Reed KotlerThis code implements most of mips16 hardfloat as it...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-13 Akira Hatanaka[mips] Do not copy GOT address to register $gp if the...
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-07 Akira Hatanaka[mips] Delete nodes and instructions for dynamic alloca...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-21 Akira Hatanaka[mips] Generate big GOT code.
2012-11-21 Akira Hatanaka[mips] Simplify lowering functions in MipsISelLowering...
2012-11-21 Akira Hatanaka[mips] Add helper functions that create nodes for compu...
2012-11-21 Akira Hatanaka[mips] Add command line option "-mxgot".
2012-11-21 Akira Hatanaka[mips] When a node which loads from a GOT is created...
2012-11-17 Akira HatanakaInitial implementation of MipsTargetLowering::isLegalAd...
2012-11-07 Akira Hatanaka[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
2012-11-07 Akira HatanakaDelete MipsFunctionInfo::NextStackOffset. No functional...
2012-11-02 Akira Hatanaka[mips] Add member field MipsFunctionInfo::IncomingArgSi...
2012-10-30 Akira Hatanaka[mips] Allow tail-call optimization for vararg function...
2012-10-30 Akira HatanakaAdd code for saving formal argument information to...
2012-10-30 Akira HatanakaAdd definition of function MipsTargetLowering::passArgO...
2012-10-30 Akira HatanakaDo not do tail-call optimization if target is mips16.
2012-10-29 Reed KotlerExpand all atomic ops for mips16.
2012-10-27 Akira Hatanaka[mips] Do not tail-call optimize vararg functions or...
2012-10-27 Akira Hatanaka[mips] Make sure FuncArg doesn't advance when OrigArgIn...
2012-10-27 Akira HatanakaUse the methods and classes that were added to simplify...
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::writeVarArgRegs which...
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::passByValArg.
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::copyByValRegs.
2012-10-26 Akira HatanakaAdd class MipsCC which provides methods used to analyze...
2012-10-26 Akira HatanakaDelete MipsFunctionInfo::InArgFIRange.
2012-10-24 Akira Hatanaka[mips] Make sure sret argument is returned in register V0.
2012-10-19 Akira Hatanaka[mips] Use 64-bit registers to return an sret pointer...
2012-10-19 Akira Hatanaka[mips] Add code to do tail call optimization.
2012-10-19 Akira Hatanaka[mips] Delete MipsFunctionInfo::MaxCallFrameSize which...
2012-10-19 Akira HatanakaAdd node and enum for mips tail call.
2012-10-10 Akira HatanakaImplement MipsTargetLowering::CanLowerReturn.
2012-10-05 Reed KotlerPatch for integer multiply, signed/unsigned, long/long...
2012-09-27 Akira HatanakaMIPS DSP: Branch on Greater Than or Equal To Value...
2012-09-27 Akira HatanakaMIPS DSP: all the remaining instructions which read...
2012-09-27 Akira HatanakaMIPS DSP: add support for extract-word instructions.
2012-09-21 Akira HatanakaAdd MIPS DSP register classes. Set actions of DSP vecto...
2012-09-21 Akira HatanakaSelectionDAG node enums for MIPS DSP nodes.
2012-09-15 Akira HatanakaHandled unaligned load/stores properly in Mips16
2012-09-12 Akira HatanakaMisc.
2012-09-12 Michael LiaoFix PR11985
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-08-22 Akira HatanakaAdd register Mips::GP to the list of reserved registers...
2012-07-31 Akira HatanakaExpand DYNAMIC_STACKALLOC nodes rather than doing custo...
2012-07-31 Akira HatanakaWhen store nodes or memcpy nodes are created to copy...
2012-07-31 Akira HatanakaFix type of LUXC1 and SUXC1. These instructions were...
2012-07-26 Akira HatanakaPass the correct call frame size to callseq_start node...
2012-07-26 Akira HatanakaFix call setup for PIC.
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-07-11 Akira HatanakaImplement MipsTargetLowering::LowerSELECT_CC to custom...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Eric ChristopherRevert " mips32 long long register inline asm constr...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-06-13 Akira HatanakaImplement a DAGCombine in MipsISelLowering.cpp which...
2012-06-13 Akira HatanakaSet a higher value for maxStoresPerMemcpy in MipsISelLo...
2012-06-13 Akira HatanakaSimplify CreateLoadLR and CreateStoreLR in MipsISelLowe...
2012-06-13 Akira HatanakaImplement fastcc calling convention for MIPS.
2012-06-04 Akira HatanakaFix a bug in MipsTargetLowering::LowerLOAD. A shift...
2012-06-04 Hans WennborgMIPS TLS: use the model selected by TargetMachine:...
2012-06-02 Chris Lattnerremove an unused variable.
2012-06-02 Akira HatanakaSet operation actions for load/store nodes in the Mips...
2012-06-02 Akira HatanakaDefine functions MipsTargetLowering::LowerLOAD and...
2012-06-02 Akira HatanakaDefine Mips specific unaligned load/store nodes.
2012-06-02 Akira HatanakaExpand unaligned i16 loads/stores for the Mips backend.
2012-05-31 Akira HatanakaCleanup and factoring of mips16 tablegen classes. Make...
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-12 Akira HatanakaMake the following changes in MipsISelLowering.cpp:
2012-05-09 Akira HatanakaExpand 64-bit shifts if target ABI is O32.
2012-05-07 Eric ChristopherAdd support for the 'x' constraint.
2012-05-07 Eric ChristopherAdd support for the 'l' constraint.
2012-05-07 Eric ChristopherAdd support for the 'c' constraint.
2012-05-07 Eric ChristopherAdd support for the 'P' constraint.
2012-05-07 Eric ChristopherAdd support for the 'O' constraint.
2012-05-07 Eric ChristopherAdd support for the 'N' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-05-07 Eric ChristopherAllow 64 bit integer values in gpu registers if arch...
2012-05-07 Eric ChristopherWhen using inline asm constraints representing
2012-05-04 Hans WennborgMake ARM and Mips use TargetMachine::getTLSModel()
2012-04-21 NAKAMURA Takumillvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostrea...
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-04-11 Akira HatanakaEmit neg.s or neg.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaEmit abs.s or abs.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaFix bugs in lowering of FCOPYSIGN nodes.
next