aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
* Lower memory barriers to sync instructions.Akira Hatanaka2011-07-191-0/+19
* Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL orAkira Hatanaka2011-07-191-16/+16
* Remove redundant instructions.Akira Hatanaka2011-07-191-10/+5
* Do not treat atomic.load.sub differently than other atomic binary intrinsics.Akira Hatanaka2011-07-181-3/+2
* Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from Akira Hatanaka2011-07-181-24/+18
* Change the chain input of nodes that load the address of a function. This changeAkira Hatanaka2011-06-243-8/+6
* Prevent generation of redundant addiu instructions that compute address of Akira Hatanaka2011-06-243-5/+5
* Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka2011-06-212-6/+98
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-171-2/+0
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-2/+2
* Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher2011-06-092-98/+6
* Initial support for inline asm memory operand constraints.Akira Hatanaka2011-06-091-0/+23
* Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of theAkira Hatanaka2011-06-081-6/+75
* Add test case for C++ exception handling and fix the following mistakes in Mi...Akira Hatanaka2011-06-071-0/+78
* Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr. Patch by Sasa Stankovic.Akira Hatanaka2011-06-022-20/+11
* Test case for r132444.Akira Hatanaka2011-06-021-0/+12
* This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,Bruno Cardoso Lopes2011-05-311-0/+253
* This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes2011-05-311-0/+46
* Fix PR10046 by updating LiveVariables kill info when splitting live ranges.Jakob Stoklund Olesen2011-05-291-0/+43
* Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka2011-05-281-1/+17
* Add support for C++ exception handling.Akira Hatanaka2011-05-261-8/+8
* Define WeakRefDirective.Akira Hatanaka2011-05-251-0/+12
* Custom-lower FCOPYSIGN nodes.Akira Hatanaka2011-05-252-0/+59
* Fix lowering of DYNAMIC_STACKALLOC nodes.Akira Hatanaka2011-05-251-0/+31
* Test case for r132003.Akira Hatanaka2011-05-241-0/+23
* Fix test case.Akira Hatanaka2011-05-241-3/+3
* Revision 131986 test case.Akira Hatanaka2011-05-241-0/+136
* Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.Akira Hatanaka2011-05-231-0/+8
* Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka2011-05-231-40/+34
* Make $fp and $ra callee-saved registers and let PrologEpilogInserter handleAkira Hatanaka2011-05-201-2/+2
* Fix bug in which nodes that write to argument registers do not get glued with...Akira Hatanaka2011-05-201-5/+5
* Align i64 arguments to 64 bit boundaries.Akira Hatanaka2011-05-191-0/+34
* Remove LLVM IR metadata in test case committed in r130847.Akira Hatanaka2011-05-041-6/+3
* Prevent instructions using $gp from being placed between a jalr and the instr...Akira Hatanaka2011-05-042-1/+36
* Don't run this test through -regalloc=basic.Jakob Stoklund Olesen2011-05-041-1/+0
* Lower BlockAddress node when relocation-model is static.Akira Hatanaka2011-04-251-5/+10
* Make tests register allocation independent again.Jakob Stoklund Olesen2011-04-191-10/+6
* Re-enable test o32_cc_vararg.ll.Akira Hatanaka2011-04-151-3/+0
* Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka2011-04-152-0/+30
* Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick2011-04-131-13/+13
* Fix handling of functions with internal linkage.Akira Hatanaka2011-04-071-0/+52
* These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen2011-04-051-6/+2
* Add code for analyzing FP branches. Clean up branch Analysis functions.Akira Hatanaka2011-04-012-2/+48
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-314-31/+39
* Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka2011-03-316-3/+349
* Revert "Re-enable test and hope to silence the buildbots", still broken.Daniel Dunbar2011-03-091-0/+3
* Add a testcase for the addc improvements introduced some commits ago. Patch b...Bruno Cardoso Lopes2011-03-091-0/+13
* Re-enable test and hope to silence the buildbotsBruno Cardoso Lopes2011-03-091-3/+0
* try to make o32 cc tests less specific to silence some buildbots. The test is...Bruno Cardoso Lopes2011-03-091-26/+26
* Improve varags handling, with testcases. Patch by Sasa StankovicBruno Cardoso Lopes2011-03-091-0/+277