summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the syntax for these tests. Noticed by Duncan Sands.Reid Spencer2007-04-1617-18/+20
| | | | llvm-svn: 36132
* Syntax upgrade and fix for PR1336.Reid Spencer2007-04-161-4/+5
| | | | llvm-svn: 36131
* For PR1336:Reid Spencer2007-04-161-3/+2
| | | | | | Rename test functions to not conflict with an instruction mnemonic. llvm-svn: 36130
* For PR1336:Reid Spencer2007-04-162-4/+2
| | | | | | Ignore case for instruction mnemonic comparison. llvm-svn: 36129
* Wrap long line.Reid Spencer2007-04-161-1/+2
| | | | llvm-svn: 36128
* For PR1336:Reid Spencer2007-04-161-2/+1
| | | | | | Ignore case for register name compare. llvm-svn: 36127
* For PR1336:Reid Spencer2007-04-161-1/+0
| | | | | | Un-XFAIL as Alpha feature now specified in lower case. llvm-svn: 36126
* For PR1336:Reid Spencer2007-04-161-1/+1
| | | | | | | Subtarget option names must be given in lower case in order to be recognized. Fixes test/CodeGen/Alpha/ctlz.ll llvm-svn: 36125
* Fix typos.Duncan Sands2007-04-161-3/+3
| | | | llvm-svn: 36124
* Fix test/CodeGen/Generic/vector-constantexpr.llReid Spencer2007-04-161-0/+2
| | | | llvm-svn: 36123
* Regenerate.Reid Spencer2007-04-163-1207/+1049
| | | | llvm-svn: 36122
* For PR1328:Reid Spencer2007-04-161-0/+8
| | | | | | | | Use the new parameter on Function::getIntrinsicID to identify cases where a function is being called with an "llvm." name but it isn't actually an intrinsic. In such cases generate an error. llvm-svn: 36121
* For PR1328:Reid Spencer2007-04-163-6/+5
| | | | | | | | Don't assert everytime an intrinsic name isn't recognized. Instead, make the assert optional when callin getIntrinsicID(). This allows the assembler to handle invalid intrinsic names gracefully. llvm-svn: 36120
* Test case for PR1328.Reid Spencer2007-04-161-0/+9
| | | | llvm-svn: 36119
* make this test more portable.Chris Lattner2007-04-161-6/+1
| | | | llvm-svn: 36118
* fix incorrectly upgraded testChris Lattner2007-04-161-2/+1
| | | | llvm-svn: 36117
* remove a bogus testChris Lattner2007-04-161-61/+0
| | | | llvm-svn: 36116
* update testChris Lattner2007-04-161-2/+1
| | | | llvm-svn: 36115
* fix incorrectly upgraded test, add PR#Chris Lattner2007-04-161-3/+2
| | | | llvm-svn: 36114
* This needs to stay in the old bytecode format.Reid Spencer2007-04-161-0/+0
| | | | llvm-svn: 36113
* This tests aren't particularly interesting. They are redundant with theReid Spencer2007-04-165-34/+0
| | | | | | | extract_* tests. They are also perniciously difficult to maintain because they depend on the bytecode format. llvm-svn: 36112
* Update for 2.0 bytecode format.Reid Spencer2007-04-161-0/+0
| | | | llvm-svn: 36111
* Fix an intrinsic name.Reid Spencer2007-04-161-3/+2
| | | | llvm-svn: 36110
* For PR1336:Reid Spencer2007-04-161-2/+2
| | | | | | | Rename the intrinsic so this can be upgraded properly. It still fails with an llc warning llvm-svn: 36109
* For PR1336:Reid Spencer2007-04-161-3/+2
| | | | | | Upgrade the intrinsic to its new form. llvm-svn: 36108
* For PR1336:Reid Spencer2007-04-161-1/+0
| | | | | | | Un-XFAIL this test now that llvm-ugprade knows how to create functions with empty names. llvm-svn: 36107
* Regenerate.Reid Spencer2007-04-163-274/+286
| | | | llvm-svn: 36106
* For PR1336:Reid Spencer2007-04-161-0/+5
| | | | | | | Functions without names deserve to be created too. This fixes: test/CodeGen/Generic/vector-constantexpr.ll llvm-svn: 36105
* For PR1336:Reid Spencer2007-04-161-1/+0
| | | | | | Un-XFAIL this since it now passes with fix to llvm-upgrade. llvm-svn: 36104
* For PR1336:Reid Spencer2007-04-161-3/+4
| | | | | | | When upgrading global vars, look for conflicts with functions as well. This fixes test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll llvm-svn: 36103
* Revert last patch. It was already fixed.Reid Spencer2007-04-161-6/+1
| | | | llvm-svn: 36102
* For PR1336:Reid Spencer2007-04-161-2/+1
| | | | | | Correct this test case. It was passing a uint where a ubyte was expected. llvm-svn: 36101
* For PR1336:Reid Spencer2007-04-161-1/+0
| | | | | | Un-XFAIL this now that its working. llvm-svn: 36100
* For PR1336:Reid Spencer2007-04-161-1/+6
| | | | | | | Fix a div-by-zero bug noticed by APInt. This fixes: test/Transforms/IndVarsSimplify/exit_value_tests.llx llvm-svn: 36099
* For PR1336:Reid Spencer2007-04-161-2/+2
| | | | | | | This test was failing because of signlessness and a difference in the way the AsmWriter prints arguments. llvm-svn: 36098
* For PR1336:Reid Spencer2007-04-163-3/+0
| | | | | | De-XFAIL tests now passing. llvm-svn: 36097
* Regenerate.Reid Spencer2007-04-163-346/+400
| | | | llvm-svn: 36096
* For PR1336:Reid Spencer2007-04-161-39/+66
| | | | | | | | | Rewrite the upgrade of GEP indices to be a little less obtuse. This fixes test/Assembler/2002-08-19-BytecodeReader.llx test/Assembler/2003-08-21-ConstantExprCast-Fold.llx test/Assembler/2004-01-11-getelementptrfolding.llx llvm-svn: 36095
* Tabs -> SpacesOwen Anderson2007-04-154-22/+22
| | | | llvm-svn: 36094
* For PR1336:Reid Spencer2007-04-1531-7/+38
| | | | | | XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. llvm-svn: 36093
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-155-18/+22
| | | | llvm-svn: 36092
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-1555-91/+133
| | | | llvm-svn: 36091
* Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.llChris Lattner2007-04-151-4/+5
| | | | llvm-svn: 36090
* testcase for PR1335Chris Lattner2007-04-151-0/+49
| | | | llvm-svn: 36089
* this test isn't testing what it thought it wasChris Lattner2007-04-151-17/+0
| | | | llvm-svn: 36088
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-1527-129/+272
| | | | llvm-svn: 36087
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-1510-18/+18
| | | | llvm-svn: 36086
* Two changes:Reid Spencer2007-04-151-2/+2
| | | | | | | | | | 1. Don't bother truncating reading of the file. It doesn't save that much time and we should support putting RUN lines anywhere in the file. For example, someone might want to put the grep match before each function in the test file which would sprinkle the RUN: lines throughout the file. 2. Fix a bug with llvmgcc version match .. global var wasn't declared as such llvm-svn: 36085
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-1512-22/+29
| | | | llvm-svn: 36084
* Some tests have really long RUN line sets. Read the first 4096 bytes insteadReid Spencer2007-04-151-1/+1
| | | | | | of 1024. llvm-svn: 36083
OpenPOWER on IntegriCloud