summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka2013-04-11
* Remove some unused variables to clean the Clang -Werror buildDavid Blaikie2013-03-14
* [mips] Rename functions and variables to start with proper case.Akira Hatanaka2013-03-14
* [mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is forAkira Hatanaka2013-03-14
* [mips] Fix inefficient code generation.Akira Hatanaka2013-03-01
* [mips] Remove SDNPWantParent from the list of SDNodeProperties.Akira Hatanaka2013-02-16
* [mips] Split SelectAddr, which was used to match address patterns, into twoAkira Hatanaka2013-02-15
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka2012-11-15
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-28
* Implement carry for subtract/add for mips16Reed Kotler2012-10-26
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-05
* Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka2012-09-15
* In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if itsAkira Hatanaka2012-08-24
* Don't modify MO while use_iterator is still pointing to it.Jakob Stoklund Olesen2012-08-09
* Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined asAkira Hatanaka2012-07-31
* Eliminate the stack slot used to save the global base register.Akira Hatanaka2012-07-25
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-23
* Revert accidental commit.Akira Hatanaka2012-07-21
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-21
* Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.Akira Hatanaka2012-06-27
* Fix bug in computation of stack size in MipsFrameLowering.cpp.Akira Hatanaka2012-06-27
* 1. fix null program output after some other changesAkira Hatanaka2012-06-21
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object.Akira Hatanaka2012-06-14
* Implement a DAGCombine in MipsISelLowering.cpp which transforms the followingAkira Hatanaka2012-06-13
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-12
* Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka2012-05-11
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Add T9 to the list of live-in registers of the entry basic block. Akira Hatanaka2012-03-27
* This patch eliminates redundant instructions that produce 0.Akira Hatanaka2012-03-08
* Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka2012-03-01
* remove blanks, and some code formatJia Liu2012-02-28
* Do not reserve $gp as a dedicated global base register if the target ABI is n...Akira Hatanaka2012-02-28
* Add support for floating point base register + offset register addressing modeAkira Hatanaka2012-02-28
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-24
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added. Akira Hatanaka2012-01-25
* Fix uninitialized variable warning.Chad Rosier2012-01-06
* Add function MipsDAGToDAGISel::SelectMULT and factor out code that generatesAkira Hatanaka2011-12-20
* Fix indentation.Akira Hatanaka2011-12-20
* Add code in MipsDAGToDAGISel for selecting constant +0.0.Akira Hatanaka2011-12-20
* Revert part of r146995 that was accidentally commmitted.Akira Hatanaka2011-12-20
* 32-to-64-bit sign extension pattern.Akira Hatanaka2011-12-20
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-19
* Remove the restriction on the first operand of the add node in SelectAddr.Akira Hatanaka2011-12-19
* Rename WrapperPIC. It is now used for both pic and static.Akira Hatanaka2011-12-09