| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 36132
|
|
|
|
| |
llvm-svn: 36131
|
|
|
|
|
|
| |
Rename test functions to not conflict with an instruction mnemonic.
llvm-svn: 36130
|
|
|
|
|
|
| |
Ignore case for instruction mnemonic comparison.
llvm-svn: 36129
|
|
|
|
| |
llvm-svn: 36128
|
|
|
|
|
|
| |
Ignore case for register name compare.
llvm-svn: 36127
|
|
|
|
|
|
| |
Un-XFAIL as Alpha feature now specified in lower case.
llvm-svn: 36126
|
|
|
|
|
|
|
| |
Subtarget option names must be given in lower case in order to be
recognized. Fixes test/CodeGen/Alpha/ctlz.ll
llvm-svn: 36125
|
|
|
|
| |
llvm-svn: 36124
|
|
|
|
| |
llvm-svn: 36123
|
|
|
|
| |
llvm-svn: 36122
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 36119
|
|
|
|
| |
llvm-svn: 36118
|
|
|
|
| |
llvm-svn: 36117
|
|
|
|
| |
llvm-svn: 36116
|
|
|
|
| |
llvm-svn: 36115
|
|
|
|
| |
llvm-svn: 36114
|
|
|
|
| |
llvm-svn: 36113
|
|
|
|
|
|
|
| |
extract_* tests. They are also perniciously difficult to maintain because
they depend on the bytecode format.
llvm-svn: 36112
|
|
|
|
| |
llvm-svn: 36111
|
|
|
|
| |
llvm-svn: 36110
|
|
|
|
|
|
|
| |
Rename the intrinsic so this can be upgraded properly. It still fails with
an llc warning
llvm-svn: 36109
|
|
|
|
|
|
| |
Upgrade the intrinsic to its new form.
llvm-svn: 36108
|
|
|
|
|
|
|
| |
Un-XFAIL this test now that llvm-ugprade knows how to create functions with
empty names.
llvm-svn: 36107
|
|
|
|
| |
llvm-svn: 36106
|
|
|
|
|
|
|
| |
Functions without names deserve to be created too. This fixes:
test/CodeGen/Generic/vector-constantexpr.ll
llvm-svn: 36105
|
|
|
|
|
|
| |
Un-XFAIL this since it now passes with fix to llvm-upgrade.
llvm-svn: 36104
|
|
|
|
|
|
|
| |
When upgrading global vars, look for conflicts with functions as well. This
fixes test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
llvm-svn: 36103
|
|
|
|
| |
llvm-svn: 36102
|
|
|
|
|
|
| |
Correct this test case. It was passing a uint where a ubyte was expected.
llvm-svn: 36101
|
|
|
|
|
|
| |
Un-XFAIL this now that its working.
llvm-svn: 36100
|
|
|
|
|
|
|
| |
Fix a div-by-zero bug noticed by APInt. This fixes:
test/Transforms/IndVarsSimplify/exit_value_tests.llx
llvm-svn: 36099
|
|
|
|
|
|
|
| |
This test was failing because of signlessness and a difference in the
way the AsmWriter prints arguments.
llvm-svn: 36098
|
|
|
|
|
|
| |
De-XFAIL tests now passing.
llvm-svn: 36097
|
|
|
|
| |
llvm-svn: 36096
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 36094
|
|
|
|
|
|
| |
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed.
llvm-svn: 36093
|
|
|
|
| |
llvm-svn: 36092
|
|
|
|
| |
llvm-svn: 36091
|
|
|
|
| |
llvm-svn: 36090
|
|
|
|
| |
llvm-svn: 36089
|
|
|
|
| |
llvm-svn: 36088
|
|
|
|
| |
llvm-svn: 36087
|
|
|
|
| |
llvm-svn: 36086
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 36084
|
|
|
|
|
|
| |
of 1024.
llvm-svn: 36083
|