summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Mips: Remove global set.Benjamin Kramer2013-06-13
* Fix CMakeLists.Akira Hatanaka2013-06-11
* [mips] Add an IR transformation pass that optimizes calls to sqrt.Akira Hatanaka2013-06-11
* [mips] Use function TargetInstrInfo::getRegClass.Akira Hatanaka2013-06-11
* Fix a regression I introduced when I expanded the complex pseudos inReed Kotler2013-06-09
* [mips] Use a helper function which compares the size of the source andAkira Hatanaka2013-06-08
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* [mips] brcond + setgt/setugt instruction selection patterns.Akira Hatanaka2013-06-05
* Test commit for user vmedic, to verify commit access. One line of comment is ...Vladimir Medic2013-06-04
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* [mips] Big-endian code generation for atomic instructions.Akira Hatanaka2013-05-31
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Mips assembler: Improve set register alias handlingJack Carter2013-05-28
* Make helper functions static.Rafael Espindola2013-05-27
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* Mips16 does not use register scavenger from TargetRegisterInfo. It allocatesReed Kotler2013-05-21
* [mips] Rename option to make it compatible with gcc.Akira Hatanaka2013-05-21
* [mips] Add instruction selection patterns for blez and bgez.Akira Hatanaka2013-05-21
* Add some additional functions to the list of helper functions forReed Kotler2013-05-21
* [mips] Add (setne $lhs, 0) instruction selection pattern.Akira Hatanaka2013-05-20
* [mips] Trap on integer division by zero.Akira Hatanaka2013-05-20
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* [mips] Improve instruction selection for pattern (store (fp_to_sint $src), $p...Akira Hatanaka2013-05-16
* Remove addFrameMove.Rafael Espindola2013-05-16
* [mips] Factor out unaligned store lowering code.Akira Hatanaka2013-05-16
* Mips assembler: Add TwoOperandConstraint definitionsJack Carter2013-05-16
* Mips td file formatting: white space and long linesJack Carter2013-05-16
* [mips] Test case for r182042. Add comment.Akira Hatanaka2013-05-16
* [mips] Fix instruction selection pattern for sint_to_fp node to avoid emittin...Akira Hatanaka2013-05-16
* Mips assembler: Add branch macro definitionsJack Carter2013-05-16
* [mips] Fix indentation.Akira Hatanaka2013-05-16
* [mips] Delete unused enum value.Akira Hatanaka2013-05-16
* Patch number 2 for mips16/32 floating point interoperability stubs.Reed Kotler2013-05-16
* Fix typo.Reed Kotler2013-05-14
* Removed an unnamed namespace and forgot to make two of the functions insideReed Kotler2013-05-14
* This is the first of three patches which creates stubs used forReed Kotler2013-05-14
* Mips assembler: Assembler macro ADDIU $rs,immJack Carter2013-05-13
* [mips] Add option -mno-ldc1-sdc1.Akira Hatanaka2013-05-13
* [mips] Define a helper function which creates an instruction with the sameAkira Hatanaka2013-05-13
* [mips] Rename functions. No functionality changes.Akira Hatanaka2013-05-13
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-10
* Remove unused argument.Rafael Espindola2013-05-10
* [mips] Add instruction selection pattern for (seteq $LHS, 0).Akira Hatanaka2013-05-08
* Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler2013-05-03