summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAge
* This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,Bruno Cardoso Lopes2011-05-31
* This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes2011-05-31
* Fix PR10046 by updating LiveVariables kill info when splitting live ranges.Jakob Stoklund Olesen2011-05-29
* Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka2011-05-28
* Add support for C++ exception handling.Akira Hatanaka2011-05-26
* Define WeakRefDirective.Akira Hatanaka2011-05-25
* Custom-lower FCOPYSIGN nodes.Akira Hatanaka2011-05-25
* Fix lowering of DYNAMIC_STACKALLOC nodes.Akira Hatanaka2011-05-25
* Test case for r132003.Akira Hatanaka2011-05-24
* Fix test case.Akira Hatanaka2011-05-24
* Revision 131986 test case.Akira Hatanaka2011-05-24
* Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.Akira Hatanaka2011-05-23
* Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka2011-05-23
* Make $fp and $ra callee-saved registers and let PrologEpilogInserter handleAkira Hatanaka2011-05-20
* Fix bug in which nodes that write to argument registers do not get glued with...Akira Hatanaka2011-05-20
* Align i64 arguments to 64 bit boundaries.Akira Hatanaka2011-05-19
* Remove LLVM IR metadata in test case committed in r130847.Akira Hatanaka2011-05-04
* Prevent instructions using $gp from being placed between a jalr and the instr...Akira Hatanaka2011-05-04
* Don't run this test through -regalloc=basic.Jakob Stoklund Olesen2011-05-04
* Lower BlockAddress node when relocation-model is static.Akira Hatanaka2011-04-25
* Make tests register allocation independent again.Jakob Stoklund Olesen2011-04-19
* Re-enable test o32_cc_vararg.ll.Akira Hatanaka2011-04-15
* Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka2011-04-15
* Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick2011-04-13
* Fix handling of functions with internal linkage.Akira Hatanaka2011-04-07
* These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen2011-04-05
* Add code for analyzing FP branches. Clean up branch Analysis functions.Akira Hatanaka2011-04-01
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-31
* Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka2011-03-31
* Revert "Re-enable test and hope to silence the buildbots", still broken.Daniel Dunbar2011-03-09
* Add a testcase for the addc improvements introduced some commits ago. Patch b...Bruno Cardoso Lopes2011-03-09
* Re-enable test and hope to silence the buildbotsBruno Cardoso Lopes2011-03-09
* try to make o32 cc tests less specific to silence some buildbots. The test is...Bruno Cardoso Lopes2011-03-09
* Improve varags handling, with testcases. Patch by Sasa StankovicBruno Cardoso Lopes2011-03-09
* Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes2011-03-04
* Add testcase for r127032Bruno Cardoso Lopes2011-03-04
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-04
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-04
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-03
* Disable this test for now...Daniel Dunbar2011-02-11
* Add mips o32 tests again with the hope that the buildbot won't complaint againBruno Cardoso Lopes2011-02-10
* Remove the test to silence the buildbot, will check it in again with a proper...Bruno Cardoso Lopes2011-02-10
* Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ...Bruno Cardoso Lopes2011-02-10
* Add support for mips32 madd and msub instructions. Patch by Akira HatanakaBruno Cardoso Lopes2011-01-18
* Update tests.Rafael Espindola2011-01-16
* Add ROTR and ROTRV mips32 instructions. Patch by Akira HatanakaBruno Cardoso Lopes2010-12-09
* Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes2010-12-07
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-06
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-12
* Add a test to the previous added clo instruction. Patch by Akira againBruno Cardoso Lopes2010-11-10