aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Check that the function prototypes are correct before assuming that the Nick Lewycky2008-12-271-0/+19
* add testcase for type parsing.Chris Lattner2008-12-271-0/+21
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-277-25/+361
* add PR #Chris Lattner2008-12-251-0/+1
* Add a simple pattern for matching 'bt'.Chris Lattner2008-12-251-0/+20
* Revert the changes in this testcase until Anton can fix them.Bill Wendling2008-12-241-11/+15
* Fix a compiler-abort on a testcase where the stack-pointer is added toDan Gohman2008-12-241-0/+33
* Add another permutation where we should get rid of a-a.Dale Johannesen2008-12-231-0/+24
* Update testAnton Korobeynikov2008-12-231-15/+11
* Testcase to show we can tie together integers and pointers ofChris Lattner2008-12-231-0/+9
* Added shuffle and splat test cases for r61365.Mon P Wang2008-12-233-0/+192
* One more permutation of subtracting off a base value.Dale Johannesen2008-12-231-0/+14
* Use ignore & grep instead of XFAIL.Mikhail Glushenkov2008-12-211-4/+2
* Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2).Nick Lewycky2008-12-211-0/+10
* Fix fast-isel to not emit invalid assembly when presented with aDan Gohman2008-12-201-0/+7
* Use the correct Preds and Succs lists in setHeightDirty()Dan Gohman2008-12-202-1/+30
* More precise XFAIL.Bill Wendling2008-12-191-0/+1
* Un-XFAIL this test because it's passing and John doesn't seem interested in u...Bill Wendling2008-12-191-1/+0
* Fix PR3149. If an early clobber def is a physical register and it is tied to ...Evan Cheng2008-12-192-1/+33
* This test works again for Darwin because a patch was reverted.Bill Wendling2008-12-191-4/+2
* - CodeGenPrepare does not split loop back edges but it only knows about back ...Evan Cheng2008-12-192-1/+51
* Fix bug 3202.Rafael Espindola2008-12-192-0/+22
* Resubmit support for the 'nocapture' attribute.Nick Lewycky2008-12-191-0/+14
* Fix test to account for generating some vector code for mul v2i64 insteadMon P Wang2008-12-181-2/+2
* Re-XFAIL this test until debug stuff settles down.Bill Wendling2008-12-181-1/+4
* Added some basic test cases for r61209Mon P Wang2008-12-1818-0/+564
* Make all the vector elements positive in an srem of constant vector.Nick Lewycky2008-12-181-0/+7
* XFAIL on Linux.Bill Wendling2008-12-181-1/+1
* Do not XFAIL.Bill Wendling2008-12-181-1/+0
* XFAIL for now.Devang Patel2008-12-171-0/+1
* Xfail these tests for now.Devang Patel2008-12-174-0/+4
* Enhance heap sra to be substantially more aggressive w.r.t PHIChris Lattner2008-12-171-0/+41
* Fix for PR3225: disable a broken optimization inEli Friedman2008-12-171-0/+19
* A new dag combine; several permutations of thisDale Johannesen2008-12-161-0/+14
* Fix another crash found by inspection. If we have a PHI node mergingChris Lattner2008-12-161-0/+24
* fix a crash found by inspection.Chris Lattner2008-12-162-8/+29
* Add a helper to remove a branch and DCE the condition, and use it Eli Friedman2008-12-161-0/+46
* Remove empty test.Bill Wendling2008-12-161-0/+0
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-161-13/+0
* We have decided not to support inline asm where an output operand with a matc...Evan Cheng2008-12-161-0/+1
* add testcase for -print-dbginfoTorok Edwin2008-12-161-0/+136
* Generalize support for analyzing loops to include SLE/SGE loop exit conditionsNick Lewycky2008-12-164-2/+41
* fix PR3217: fully cached queries need to be verified against the Chris Lattner2008-12-161-0/+28
* Enable anti-dependence breaking by default when post-RA scheduling is enabled.Dan Gohman2008-12-161-1/+1
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-161-4/+2
* add testcase for r61051Chris Lattner2008-12-151-0/+42
* Added support for splitting and scalarizing vector shifts.Mon P Wang2008-12-152-0/+22
* add a basic test for heap-sraChris Lattner2008-12-151-0/+34
* Teach basicaa to use the nocapture attribute when possible. When theChris Lattner2008-12-151-0/+13
* Add a testcase for GCC PR 23455, which lpre handles now. Add someChris Lattner2008-12-152-1/+40