aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
* Add another test case which tests Mips' unaligned load/store instructions.Akira Hatanaka2012-06-021-0/+29
* Fix test cases in test/CodeGen/Mips.Akira Hatanaka2012-06-023-25/+17
* Add support for the mips inline asm 'm' output modifier.Eric Christopher2012-05-301-0/+6
* Turn on mips16 pseudo op when compiling for mips16.Akira Hatanaka2012-05-241-0/+3
* Enable Mips16 compiler to compile a null program.Akira Hatanaka2012-05-241-0/+10
* Add support for the 'd' mips inline asm output modifier.Eric Christopher2012-05-191-0/+6
* Add support for the mips 'x' inline asm modifier.Eric Christopher2012-05-181-0/+6
* Fix test cases.Akira Hatanaka2012-05-1213-76/+76
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-122-5/+5
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-121-2/+2
* Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka2012-05-111-0/+16
* Use regular expression to match register names. Akira Hatanaka2012-05-111-1/+1
* Add support for the 'X' inline asm operand modifier.Eric Christopher2012-05-101-0/+15
* Add another peephole pattern for conditional moves.Akira Hatanaka2012-05-091-0/+20
* Make register FP allocatable if the compiled function does not have dynamicAkira Hatanaka2012-05-091-0/+39
* Expand 64-bit shifts if target ABI is O32.Akira Hatanaka2012-05-091-0/+29
* Add support for the 'l' constraint.Eric Christopher2012-05-071-0/+11
* Add support for the 'c' constraint.Eric Christopher2012-05-071-1/+7
* Add support for the 'P' constraint.Eric Christopher2012-05-072-0/+22
* Add support for the 'O' constraint.Eric Christopher2012-05-072-0/+22
* Add support for the 'N' inline asm constraint.Eric Christopher2012-05-072-0/+23
* Add support for the 'L' inline asm constraint.Eric Christopher2012-05-072-1/+22
* Add support for the inline asm constraint 'K'.Eric Christopher2012-05-072-0/+22
* Support the 'J' constraint.Eric Christopher2012-05-072-0/+22
* Add support for the 'I' inline asm constraint. Also add testsEric Christopher2012-05-075-0/+99
* Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2012-04-252-5/+6
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-163-5/+5
* Revert changes that were accidentally committed.Akira Hatanaka2012-04-111-2/+1
* Fix string that is being checked.Akira Hatanaka2012-04-111-5/+6
* Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka2012-04-111-0/+17
* Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka2012-04-111-0/+52
* Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka2012-04-112-43/+92
* Have TargetLowering::getPICJumpTableRelocBase return a node that points to theAkira Hatanaka2012-04-091-0/+4
* Add lines in global-address.ll to test N32 and N64 code generation.Akira Hatanaka2012-04-061-0/+4
* Reapply test case in 154038, this time with triple to prevent the backendAkira Hatanaka2012-04-051-0/+42
* Reapply 154038 without the failing test.Akira Hatanaka2012-04-042-15/+15
* Revert r154038. It was causing make check failures.Owen Anderson2012-04-043-61/+15
* Fix LowerGlobalAddress to produce instructions with the correct relocationAkira Hatanaka2012-04-043-15/+61
* Fix LowerConstantPool to produce instructions with the correct relocationAkira Hatanaka2012-04-041-5/+18
* Fix LowerBlockAddress to produce instructions with the correct relocationAkira Hatanaka2012-04-041-10/+30
* Expand FREM.Akira Hatanaka2012-03-291-0/+13
* Fix test case.Akira Hatanaka2012-03-281-0/+2
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Remove the no longer existent psp triple from a test.Benjamin Kramer2012-03-081-2/+1
* Test case for r152280, r152285 and r152290.Akira Hatanaka2012-03-081-0/+27
* Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka2012-03-012-0/+82
* Add support for floating point base register + offset register addressing modeAkira Hatanaka2012-02-282-0/+126
* Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka2012-02-251-0/+88
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-242-1/+29
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13