look for the verboten argument slot access in any order, thanks to Frits
[oota-llvm.git] / test / CodeGen / Mips /
2011-04-07 Akira HatanakaFix handling of functions with internal linkage.
2011-04-05 Jakob Stoklund OlesenThese tests no longer require linear scan because reser...
2011-04-01 Akira HatanakaAdd code for analyzing FP branches. Clean up branch...
2011-03-31 Jakob Stoklund OlesenFix Mips, Sparc, and XCore tests that were dependent...
2011-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-09 Daniel DunbarRevert "Re-enable test and hope to silence the buildbot...
2011-03-09 Bruno Cardoso LopesAdd a testcase for the addc improvements introduced...
2011-03-09 Bruno Cardoso LopesRe-enable test and hope to silence the buildbots
2011-03-09 Bruno Cardoso Lopestry to make o32 cc tests less specific to silence some...
2011-03-09 Bruno Cardoso LopesImprove varags handling, with testcases. Patch by Sasa...
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesAdd testcase for r127032
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-04 Bruno Cardoso LopesLowers block address. Currently asserts when relocation...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-02-11 Daniel DunbarDisable this test for now...
2011-02-10 Bruno Cardoso LopesAdd mips o32 tests again with the hope that the buildbo...
2011-02-10 Bruno Cardoso LopesRemove the test to silence the buildbot, will check...
2011-02-10 Bruno Cardoso LopesFix a lot of o32 CC issues and add a bunch of tests...
2011-01-18 Bruno Cardoso LopesAdd support for mips32 madd and msub instructions....
2011-01-16 Rafael EspindolaUpdate tests.
2010-12-09 Bruno Cardoso LopesAdd ROTR and ROTRV mips32 instructions. Patch by Akira...
2010-12-07 Bruno Cardoso LopesMatch a pattern generated by a dag combiner opt where:
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-11-12 Bruno Cardoso LopesEnable mips32 mul instruction. Patch by Akira Hatanaka...
2010-11-10 Bruno Cardoso LopesAdd a test to the previous added clo instruction. Patch...
2010-09-20 Evan ChengEnable machine sinking critical edge splitting. e.g.
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-07-20 Bruno Cardoso LopesFix PR7174, a couple o Mips fixes:
2010-07-20 Bruno Cardoso LopesFix Mips PR7473. Patch by stetorvs@gmail.com
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-11-25 Bruno Cardoso LopesSupport PIC loading of constant pool entries
2009-11-19 Daniel DunbarUnbreak test, Bruno please check.
2009-11-19 Bruno Cardoso Lopes- Add sugregister logic to handle f64=(f32,f32).
2009-11-16 Evan Chengxfail for now. It has been failing.
2009-11-16 Bruno Cardoso Lopes- Fix a small bug while handling target constant pools...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-13 Chris Lattnerreintroduce support for Mips "small" section handling...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-07-24 Chris LattnerRemove SectionKind::Small*. This was only used on...
2009-07-22 Duncan SandsRevert commit 76707, it was breaking the llvm-gcc build
2009-07-22 Chris Lattnerset the ELF "small" flag on objects that end up in...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-27 Bill WendlingThis looks like it passes now.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-13 Dan GohmanThe list-td and list-tdrr schedulers don't yet support...
2008-11-10 Duncan SandsFix PR2667: add soft float support for sint_to_fp/uint_...
2008-10-27 Duncan SandsTurn on LegalizeTypes, the new type legalization
2008-10-13 Evan ChengFIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduce...
2008-09-15 Bruno Cardoso LopesAdded testcase for bswap allegrexel intrinsic
2008-08-08 Bruno Cardoso LopesSupport added for ctlz intrinsic, test case added.
2008-08-08 Bruno Cardoso Lopes[Last] Batch 7 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 6 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 5 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 4 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 3 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 2 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 1 of Mips CodeGen tests, more coming...