[mips] Improve instruction selection for pattern (store (fp_to_sint $src), $ptr).
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.cpp
2013-05-16 Akira Hatanaka[mips] Improve instruction selection for pattern (store...
2013-05-16 Akira Hatanaka[mips] Factor out unaligned store lowering code.
2013-05-16 Akira Hatanaka[mips] Delete unused enum value.
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...
2013-04-30 Akira Hatanaka[mips] Fix handling of instructions which copy to/from...
2013-04-30 Akira Hatanaka[mips] Instruction selection patterns for DSP-ASE vecto...
2013-04-30 Akira Hatanaka[mips] Simplify code.
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-19 Akira Hatanaka[mips] Instruction selection patterns for DSP-ASE vecto...
2013-04-18 Akira Hatanaka[mips] Rename function.
2013-04-13 Akira Hatanaka[mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and
2013-04-11 Akira Hatanaka[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLoweri...
2013-03-30 Akira Hatanaka[mips] Fix DSP instructions to have explicit accumulato...
2013-03-30 Akira Hatanaka[mips] Move the code which does dag-combine for multipl...
2013-03-30 Akira Hatanaka[mips] Fix definitions of multiply, multiply-add/sub...
2013-03-30 Akira Hatanaka[mips] Remove function getFPBranchCodeFromCond. Rename...
2013-03-30 Akira HatanakaFix indentation.
2013-03-30 Akira Hatanaka[mips] Add mips-specific nodes which will be used to...
2013-03-13 Akira Hatanaka[mips] Define two subclasses of MipsTargetLowering...
2013-03-12 Akira Hatanaka[mips] Rename function and variable names to start...
2013-03-08 Tom StellardDAGCombiner: Use correct value type for checking legali...
2013-03-06 Akira Hatanaka[mips] Custom-legalize BR_JT.
2013-03-05 Akira Hatanaka[mips] Fix MipsCC::analyzeReturn so that, in soft-float...
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCallResult and...
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCall to pass fp128...
2013-03-05 Akira Hatanaka[mips] Correct handling of fp128 (long double) formals...
2013-03-04 Jack CarterMips specific inline assembler constraint 'R'
2013-03-04 Jia LiuMips ISD typo
2013-02-25 Reed KotlerMake pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into...
2013-02-24 Reed Kotler Make psuedo FEXT_T8I816_ins into a custom emitter.
2013-02-24 Reed KotlerMake psuedo FEXT_T8I816_ins a custom inserter. It shoul...
2013-02-23 Reed KotlerExpand pseudos/macros for Selt. This is the last of...
2013-02-22 Akira Hatanaka[mips] Emit call16 operator instead of got_disp. The...
2013-02-22 Reed KotlerFix a nomenclature mistake. Slt->Slti in the functions...
2013-02-22 Reed KotlerExpand mips16 SelT form pseudso/macros.
2013-02-21 Reed KotlerExpand the sel pseudo/macro. This generates basic block...
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-15 Akira Hatanaka[mips] Clean up class MipsCCInfo.
2013-02-05 Akira Hatanaka[mips] Do not use function CC_MipsN_VarArg unless the...
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to Mips return instructions.
2013-01-30 Akira Hatanaka[mips] Lower EH_RETURN.
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-28 Craig TopperRemove addToNoHelperNeeded function that was left unuse...
2013-01-28 Reed KotlerMake some code a little simpler.
2013-01-26 Reed Kotlerfix use of std::std. it's ordered set.
2013-01-24 NAKAMURA TakumiMipsISelLowering.cpp: Fill unreachable paths to fix...
2013-01-24 NAKAMURA TakumiMipsISelLowering.cpp: Fix a warning, take two. [-Wunuse...
2013-01-24 NAKAMURA TakumiMipsISelLowering.cpp: Fix a warning. [-Wunused-variable]
2013-01-24 Reed KotlerThe next phase of Mips16 hard float implementation.
2013-01-22 Akira Hatanaka[mips] Clean up code in MipsTargetLowering::LowerCall...
2013-01-04 Akira Hatanaka[mips] MipsTargetLowering::getSetCCResultType should...
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.
next