aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes2011-03-041-0/+51
* Add testcase for r127032Bruno Cardoso Lopes2011-03-041-0/+13
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-042-3/+3
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-041-0/+26
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-032-3/+3
* Disable this test for now...Daniel Dunbar2011-02-111-0/+3
* Add mips o32 tests again with the hope that the buildbot won't complaint againBruno Cardoso Lopes2011-02-101-0/+322
* Remove the test to silence the buildbot, will check it in again with a proper...Bruno Cardoso Lopes2011-02-101-321/+0
* Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ...Bruno Cardoso Lopes2011-02-101-0/+321
* Add support for mips32 madd and msub instructions. Patch by Akira HatanakaBruno Cardoso Lopes2011-01-181-0/+65
* Update tests.Rafael Espindola2011-01-161-2/+2
* Add ROTR and ROTRV mips32 instructions. Patch by Akira HatanakaBruno Cardoso Lopes2010-12-091-0/+40
* Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes2010-12-071-0/+15
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-061-24/+19
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-121-0/+15
* Add a test to the previous added clo instruction. Patch by Akira againBruno Cardoso Lopes2010-11-101-0/+33
* Enable machine sinking critical edge splitting. e.g.Evan Cheng2010-09-201-3/+3
* Correct bogus module triple specifications.Duncan Sands2010-08-3021-21/+21
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-201-0/+33
* Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes2010-07-201-0/+21
* Start function numbering at 0.Dan Gohman2010-04-171-2/+2
* Split big test into multiple directories to cater toDale Johannesen2010-04-071-0/+33
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* Support PIC loading of constant pool entriesBruno Cardoso Lopes2009-11-251-1/+1
* Unbreak test, Bruno please check.Daniel Dunbar2009-11-191-1/+1
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-191-2/+1
* xfail for now. It has been failing.Evan Cheng2009-11-161-0/+1
* - Fix a small bug while handling target constant pools (one param was missing).Bruno Cardoso Lopes2009-11-161-0/+10
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-0926-27/+27
* Remove obsolete -f flags.Dan Gohman2009-08-2512-13/+13
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-131-0/+32
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-1/+1
* Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner2009-07-241-32/+0
* Revert commit 76707, it was breaking the llvm-gcc buildDuncan Sands2009-07-221-6/+3
* set the ELF "small" flag on objects that end up in .rodata.cst4 consistently,Chris Lattner2009-07-221-3/+6
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-045-9/+9
* This looks like it passes now.Bill Wendling2009-05-271-1/+0
* Add the private linkage.Rafael Espindola2009-01-151-0/+21
* The list-td and list-tdrr schedulers don't yet support physregDan Gohman2009-01-131-0/+1
* Fix PR2667: add soft float support for sint_to_fp/uint_to_fpDuncan Sands2008-11-101-0/+55