Age | Commit message (Expand) | Author |
2006-04-18 | new testcase | Chris Lattner |
2006-04-18 | Add tests for v8i16 and v16i8 | Chris Lattner |
2006-04-18 | new testcase | Chris Lattner |
2006-04-17 | New testcase, shouldn't touch vrsave | Chris Lattner |
2006-04-17 | New testcase | Chris Lattner |
2006-04-17 | Some more cases that can be generated with two instructions | Chris Lattner |
2006-04-17 | New testcases | Chris Lattner |
2006-04-17 | new testcase | Chris Lattner |
2006-04-17 | New testcase | Chris Lattner |
2006-04-17 | new testcase, these shuffles can be implemented with discrete instructions, | Chris Lattner |
2006-04-16 | Better way to splat v2f64 | Evan Cheng |
2006-04-14 | New testcase, checking to see we can turn this code: | Chris Lattner |
2006-04-14 | Force a specific config, because this test fails in certain configs otherwise. | Chris Lattner |
2006-04-14 | new testcase, vector operations should be CSE'd | Chris Lattner |
2006-04-14 | Remove this test, there is no need to test GCC's bugs | Chris Lattner |
2006-04-13 | My addition of the xfail marker threw off the line #. move it. | Chris Lattner |
2006-04-13 | Use quotes properly so that the possibility of a null variable set is | Reid Spencer |
2006-04-13 | from the linux kernel | Andrew Lenharth |
2006-04-13 | Fix this regex to match what llvmgcc4 produces also | Chris Lattner |
2006-04-13 | Try xfailing this | Chris Lattner |
2006-04-13 | fix this for the more restrictive linkage | Andrew Lenharth |
2006-04-13 | These tests are now xfailed for llvmgcc4. This is PR735, unlikely to be | Chris Lattner |
2006-04-13 | Only look at .ll files in this directory | Chris Lattner |
2006-04-13 | This file is an invalid C file, test that it is properly rejected | Chris Lattner |
2006-04-13 | Another case where a dead cast was causing the test to spuriously | Chris Lattner |
2006-04-13 | Don't get confused by dead casts. | Chris Lattner |
2006-04-13 | Fix an accidental commit. | Chris Lattner |
2006-04-13 | This test fails and I don't know why, xfail it until andrew gets a chance to | Chris Lattner |
2006-04-13 | Oops, move misplaced test | Chris Lattner |
2006-04-13 | These are only XFAILs with llvmgcc3, they pass with llvmgcc4 | Chris Lattner |
2006-04-13 | Add a run with an unusual target triple, revert the patch that sent output to | Chris Lattner |
2006-04-13 | Update a count, this test now passes. | Chris Lattner |
2006-04-12 | Added the ability to xfail based on llvmgcc version | Tanya Lattner |
2006-04-12 | Don't dump the llc assembly output to stdout. | Reid Spencer |
2006-04-12 | new testcase | Chris Lattner |
2006-04-12 | Added llvmgcc version to allow tests to be xfailed by frontend version. | Tanya Lattner |
2006-04-12 | These casts should turn into gep instructions | Chris Lattner |
2006-04-12 | two equivalent vsplti*s in different types should be CSEd. | Chris Lattner |
2006-04-12 | Rename this file | Chris Lattner |
2006-04-12 | Make this test more interesting by checking that the 0.0 used to implement ve... | Chris Lattner |
2006-04-12 | new testcase | Chris Lattner |
2006-04-12 | new testcase | Chris Lattner |
2006-04-10 | new testcase | Chris Lattner |
2006-04-10 | New testcase | Chris Lattner |
2006-04-10 | Add a vselect test case. | Evan Cheng |
2006-04-08 | add new testcase | Chris Lattner |
2006-04-08 | new testcase for shufflevector | Chris Lattner |
2006-04-07 | Doh! | Evan Cheng |
2006-04-07 | Added more shuffle tests | Evan Cheng |
2006-04-06 | Add testcases for vpku[hw]um(x,x) | Chris Lattner |