aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* alignment of 0 is not valid.Chris Lattner2009-01-051-2/+2
* CellSPU:Scott Michel2009-01-052-172/+307
* CellSPU:Scott Michel2009-01-051-0/+25
* CellSPU:Scott Michel2009-01-052-59/+289
* Run a post-pass that marks known function declarations by name.Nick Lewycky2009-01-041-0/+12
* XFAIL this test. The xform was removed.Bill Wendling2009-01-041-0/+1
* Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.Dan Gohman2009-01-031-0/+17
* CellSPU:Scott Michel2009-01-031-1/+1
* Don't try to analyze this "backward" case. This is overly conservative Nick Lewycky2009-01-021-0/+40
* When calculating 'nocapture' argument attributes, allowDuncan Sands2009-01-021-0/+23
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-0222-34/+27
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-021-0/+2
* Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng2009-01-027-15/+15
* Remove the cyclic part of this test, it was passing for the wrong Nick Lewycky2009-01-021-11/+1
* Make adding nocapture a bit stronger. FreeInst is nocapture. Also, Nick Lewycky2009-01-021-1/+23
* rename a file to follow naming conventions.Chris Lattner2009-01-021-0/+0
* Add tests for two types of traps that escape analysisDuncan Sands2009-01-021-0/+23
* * Quoted the executable 'runtest' to emphasize the binary needed;Misha Brukman2009-01-011-1/+1
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-011-0/+31
* Add transformation:Bill Wendling2009-01-011-0/+11
* Look through phi nodes and select instructions whenDuncan Sands2008-12-311-15/+22
* This is not failing on Darwin for some reason. XFAIL for other platforms.Bill Wendling2008-12-311-1/+1
* Removed extra spaces.Misha Brukman2008-12-311-2/+2
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-318-6/+40
* XFAIL test caused by r61493. Apparently, this is expected?Bill Wendling2008-12-311-0/+4
* XFAIL this for now until I can figure out what's going on.Scott Michel2008-12-311-1/+3
* Fix test erratum (which is wierd: works locally for me?)Scott Michel2008-12-301-1/+1
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-305-18/+126
* Allow readnone functions to read (and write!) globalDuncan Sands2008-12-291-0/+8
* 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