summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAge
* [mips] Add an IR transformation pass that optimizes calls to sqrt.Akira Hatanaka2013-06-11
* Fix a regression I introduced when I expanded the complex pseudos inReed Kotler2013-06-09
* Teach AsmPrinter how to print odd constants.Quentin Colombet2013-06-07
* [mips] brcond + setgt/setugt instruction selection patterns.Akira Hatanaka2013-06-05
* [mips] Big-endian code generation for atomic instructions.Akira Hatanaka2013-05-31
* Track IR ordering of SelectionDAG nodes 4/4.Andrew Trick2013-05-25
* [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 checks that the proper predeined stubs are being called to the test case.Reed Kotler2013-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
* [mips] Improve instruction selection for pattern (store (fp_to_sint $src), $p...Akira Hatanaka2013-05-16
* More addFrameMove test coverage.Rafael Espindola2013-05-16
* [mips] Test case for r182042. Add comment.Akira Hatanaka2013-05-16
* More test coverage for addFrameMove.Rafael Espindola2013-05-16
* Add more addFrameMove test coverage.Rafael Espindola2013-05-16
* Patch number 2 for mips16/32 floating point interoperability stubs.Reed Kotler2013-05-16
* This is the first of three patches which creates stubs used forReed Kotler2013-05-14
* StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka2013-05-14
* [mips] Add option -mno-ldc1-sdc1.Akira Hatanaka2013-05-13
* Add -mtriple=mipsel-linux-gnu to the test so that the compiler doesReed Kotler2013-05-11
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-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
* [mips] Split the DSP control register and define one register for each field ofAkira Hatanaka2013-05-03
* [mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka2013-05-02
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-30
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-30
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* [mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka2013-04-22
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-22
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-19
* [mips] Reapply r179420 and r179421.Akira Hatanaka2013-04-13
* Revert r179420 and r179421.Akira Hatanaka2013-04-12
* [mips] Instruction selection patterns for carry-setting and using addAkira Hatanaka2013-04-12
* [mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka2013-04-12
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-11
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-10
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-10
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-09
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-09
* [mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka2013-04-02
* [mips] Add patterns for DSP indexed load instructions.Akira Hatanaka2013-03-30
* [mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka2013-03-30
* [mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka2013-03-30
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-18
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-18
* Remove duplicate test contents.David Blaikie2013-03-11
* Test case hygiene.Benjamin Kramer2013-03-09