aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+13
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-10/+7
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+10
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-121-0/+5
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-301-0/+10
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-271-0/+10
* [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V...Daniel Sanders2013-09-241-0/+40
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-221-0/+1
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-281-0/+6
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-131-0/+6
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+2
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-1/+1
* [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka2013-04-111-1/+0
* Remove some unused variables to clean the Clang -Werror buildDavid Blaikie2013-03-141-2/+0
* [mips] Rename functions and variables to start with proper case.Akira Hatanaka2013-03-141-4/+4
* [mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is forAkira Hatanaka2013-03-141-646/+22
* [mips] Fix inefficient code generation.Akira Hatanaka2013-03-011-1/+1
* [mips] Remove SDNPWantParent from the list of SDNodeProperties.Akira Hatanaka2013-02-161-14/+11
* [mips] Split SelectAddr, which was used to match address patterns, into twoAkira Hatanaka2013-02-151-13/+26
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
* [mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka2012-11-151-2/+2
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-281-0/+146
* Implement carry for subtract/add for mips16Reed Kotler2012-10-261-4/+14
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-051-10/+22
* Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka2012-09-151-0/+9
* In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if itsAkira Hatanaka2012-08-241-2/+3
* Don't modify MO while use_iterator is still pointing to it.Jakob Stoklund Olesen2012-08-091-3/+4
* Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined asAkira Hatanaka2012-07-311-15/+2
* Eliminate the stack slot used to save the global base register.Akira Hatanaka2012-07-251-32/+12
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-231-8/+26
* Revert accidental commit.Akira Hatanaka2012-07-211-26/+8
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-211-8/+26
* Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.Akira Hatanaka2012-06-271-1/+1
* Fix bug in computation of stack size in MipsFrameLowering.cpp.Akira Hatanaka2012-06-271-0/+4
* 1. fix null program output after some other changesAkira Hatanaka2012-06-211-1/+8
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-141-3/+5
* In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object.Akira Hatanaka2012-06-141-3/+10
* Implement a DAGCombine in MipsISelLowering.cpp which transforms the followingAkira Hatanaka2012-06-131-4/+4
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-121-35/+52
* Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka2012-05-111-1/+2
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-1/+2
* Add T9 to the list of live-in registers of the entry basic block. Akira Hatanaka2012-03-271-0/+2
* This patch eliminates redundant instructions that produce 0.Akira Hatanaka2012-03-081-1/+50
* Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka2012-03-011-5/+19
* remove blanks, and some code formatJia Liu2012-02-281-10/+10
* Do not reserve $gp as a dedicated global base register if the target ABI is n...Akira Hatanaka2012-02-281-1/+2