summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* new testcaseChris Lattner2006-09-13
* The sense of this branch was backwardsChris Lattner2006-09-13
* new testcaseChris Lattner2006-09-13
* New testcaseChris Lattner2006-09-13
* new testcaseChris Lattner2006-09-13
* testcase for PR908Chris Lattner2006-09-12
* Testcase that crashes the C++ FE.Chris Lattner2006-09-12
* new testcase for PR906Chris Lattner2006-09-11
* new testcase for PR905Chris Lattner2006-09-11
* Rename a test-not-cmp.ll to cmp-test.ll; add a test.Evan Cheng2006-09-11
* add a testcase for this commit: http://lists.cs.uiuc.edu/pipermail/llvm-commi...Chris Lattner2006-09-10
* Replace EquivalenceClasses with a custom-built data structure. Many commonNick Lewycky2006-09-10
* new testcaseChris Lattner2006-09-09
* new testcaseChris Lattner2006-09-09
* (indirect) test for the __builtin_powi builtin which we now support.Chris Lattner2006-09-09
* implement shl and sraRafael Espindola2006-09-08
* fix select.ll to always test a select nodeRafael Espindola2006-09-08
* implement unconditional branchesRafael Espindola2006-09-08
* New test case.Evan Cheng2006-09-08
* Add a new test case for 'undef' shuffles.Evan Cheng2006-09-08
* new testcaseChris Lattner2006-09-07
* This failsChris Lattner2006-09-07
* New testcase for a switch lowering bug.Chris Lattner2006-09-07
* testcase, ensure this never breaks.Chris Lattner2006-09-06
* make this harderChris Lattner2006-09-05
* add support for returning 64bit valuesRafael Espindola2006-09-04
* 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