summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* add the SETULT condition codeRafael Espindola2006-09-03
* Testcase (distilled from crafty) that crashed the local RA on X86.Chris Lattner2006-09-03
* Make this testcase actually recursive. I accidentally committed the wrong co...Owen Anderson2006-09-02
* Make ArgumentPromotion handle recursive functions that pass pointers in their...Owen Anderson2006-09-02
* add more condition codesRafael Espindola2006-09-02
* Improve handling of SelectInst.Nick Lewycky2006-09-02
* Another "cyclic DAG" test case.Evan Cheng2006-09-01
* Make this harderChris Lattner2006-09-01
* simple multiclass exampleChris Lattner2006-09-01
* This program crashes the PredicateSimplifier. Not marked XFAIL becauseNick Lewycky2006-08-31
* Bugfix for recent coallescer crashChris Lattner2006-08-30
* new testcase for pr687Chris Lattner2006-08-29
* This is also a 32-bit only test. x86-64 would pass fp parameters through XMM ...Evan Cheng2006-08-29
* Fix test case so it passes on x86-64.Evan Cheng2006-08-29
* Undo xfail.Evan Cheng2006-08-29
* Add PredicateSimplifier pass. Collapses equal variables into one formNick Lewycky2006-08-28
* Update tests now that opt no longer reads .ll filesChris Lattner2006-08-27
* Adjust tests now that opt doesn't read .ll files.Chris Lattner2006-08-27
* opt no longer reads .ll files. Run llvm-as explicitly.Chris Lattner2006-08-27
* Move this test from Codegen/PowerPC to CodeGen/Generic. It fails on ia64,Chris Lattner2006-08-27
* Improved codegen due to Chris' live interval joining changes.Evan Cheng2006-08-26
* test case for varargs functionsRafael Espindola2006-08-25
* Implement unrolling of multiblock loops. This significantly improves theOwen Anderson2006-08-24
* initial support for branchesRafael Espindola2006-08-24
* run llc with -march=arm in select.llRafael Espindola2006-08-22
* This passes.Chris Lattner2006-08-22
* Use the correct syntax.Reid Spencer2006-08-22
* Add a simple RUN line so this doesn't always fail. XFAIL this untilReid Spencer2006-08-22
* Modified the RUN line from "analyze ..." to "opt -analyze ..." becauseBill Wendling2006-08-22
* initial support for selectRafael Espindola2006-08-21
* Added a check so that if we have two machine instructions in this formBill Wendling2006-08-21
* For PR872:Reid Spencer2006-08-18
* Temporarily xfail this test, evan will look at it in a week or so.Chris Lattner2006-08-18
* add a "load effective address"Rafael Espindola2006-08-17
* Another cyclic dag test case.Evan Cheng2006-08-17
* New testcaseChris Lattner2006-08-15
* new testcase from PR877Chris Lattner2006-08-14
* select code likeRafael Espindola2006-08-14
* New testcase, this used to take hours to loopsimplify.Chris Lattner2006-08-12
* New testcaseChris Lattner2006-08-11
* fix the spill codeRafael Espindola2006-08-09
* initial support for variable number of argumentsRafael Espindola2006-08-08
* New test case.Evan Cheng2006-08-07
* converge on the right number of %'s :)Chris Lattner2006-08-04
* Use the %llvm-gcc% variable to find llvm-gcc for those of us that don'tReid Spencer2006-08-04
* use a 'register pressure reducing' schedulerRafael Espindola2006-08-04
* new testcase for pr867Chris Lattner2006-08-03
* Applying for all.Jim Laskey2006-08-03
* Make all the schedulers continue to work.Jim Laskey2006-08-03
* If dejagnu is not found, tell the user instead of bombing out with anChris Lattner2006-08-01