aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* testcase for PR908Chris Lattner2006-09-121-0/+215
* Testcase that crashes the C++ FE.Chris Lattner2006-09-121-0/+28
* new testcase for PR906Chris Lattner2006-09-111-0/+12
* new testcase for PR905Chris Lattner2006-09-111-0/+47
* Rename a test-not-cmp.ll to cmp-test.ll; add a test.Evan Cheng2006-09-112-14/+28
* add a testcase for this commit: http://lists.cs.uiuc.edu/pipermail/llvm-commi...Chris Lattner2006-09-101-0/+25
* Replace EquivalenceClasses with a custom-built data structure. Many commonNick Lewycky2006-09-101-0/+28
* new testcaseChris Lattner2006-09-091-0/+16
* new testcaseChris Lattner2006-09-091-0/+6
* (indirect) test for the __builtin_powi builtin which we now support.Chris Lattner2006-09-091-0/+7
* implement shl and sraRafael Espindola2006-09-081-0/+36
* fix select.ll to always test a select nodeRafael Espindola2006-09-081-11/+2
* implement unconditional branchesRafael Espindola2006-09-081-1/+0
* New test case.Evan Cheng2006-09-081-0/+14
* Add a new test case for 'undef' shuffles.Evan Cheng2006-09-081-0/+9
* new testcaseChris Lattner2006-09-071-0/+57
* This failsChris Lattner2006-09-071-0/+1
* New testcase for a switch lowering bug.Chris Lattner2006-09-071-0/+96
* testcase, ensure this never breaks.Chris Lattner2006-09-061-0/+29
* make this harderChris Lattner2006-09-051-1/+2
* add support for returning 64bit valuesRafael Espindola2006-09-041-0/+32
* add the SETULT condition codeRafael Espindola2006-09-031-1/+15
* Testcase (distilled from crafty) that crashed the local RA on X86.Chris Lattner2006-09-031-0/+115
* Make this testcase actually recursive. I accidentally committed the wrong co...Owen Anderson2006-09-021-1/+2
* Make ArgumentPromotion handle recursive functions that pass pointers in their...Owen Anderson2006-09-021-0/+16
* add more condition codesRafael Espindola2006-09-021-3/+33
* Improve handling of SelectInst.Nick Lewycky2006-09-022-1/+185
* Another "cyclic DAG" test case.Evan Cheng2006-09-011-0/+135
* Make this harderChris Lattner2006-09-011-0/+2
* simple multiclass exampleChris Lattner2006-09-011-0/+17
* This program crashes the PredicateSimplifier. Not marked XFAIL becauseNick Lewycky2006-08-311-0/+36
* Bugfix for recent coallescer crashChris Lattner2006-08-301-0/+115
* new testcase for pr687Chris Lattner2006-08-291-0/+11
* This is also a 32-bit only test. x86-64 would pass fp parameters through XMM ...Evan Cheng2006-08-291-0/+3
* Fix test case so it passes on x86-64.Evan Cheng2006-08-291-0/+3
* Undo xfail.Evan Cheng2006-08-291-5/+1
* Add PredicateSimplifier pass. Collapses equal variables into one formNick Lewycky2006-08-284-0/+223
* Update tests now that opt no longer reads .ll filesChris Lattner2006-08-2718-21/+21
* Adjust tests now that opt doesn't read .ll files.Chris Lattner2006-08-276-6/+6
* opt no longer reads .ll files. Run llvm-as explicitly.Chris Lattner2006-08-2713-13/+13
* Move this test from Codegen/PowerPC to CodeGen/Generic. It fails on ia64,Chris Lattner2006-08-271-0/+0
* Improved codegen due to Chris' live interval joining changes.Evan Cheng2006-08-261-1/+1
* test case for varargs functionsRafael Espindola2006-08-251-0/+33
* Implement unrolling of multiblock loops. This significantly improves theOwen Anderson2006-08-241-0/+18
* initial support for branchesRafael Espindola2006-08-241-0/+13
* run llc with -march=arm in select.llRafael Espindola2006-08-221-1/+1
* This passes.Chris Lattner2006-08-221-1/+1
* Use the correct syntax.Reid Spencer2006-08-221-2/+2
* Add a simple RUN line so this doesn't always fail. XFAIL this untilReid Spencer2006-08-221-0/+2
* Modified the RUN line from "analyze ..." to "opt -analyze ..." becauseBill Wendling2006-08-225-5/+5