- Apr 16, 2007
-
-
Reid Spencer authored
Un-XFAIL because this passes now. llvm-svn: 36145
-
Reid Spencer authored
llvm-svn: 36144
-
Reid Spencer authored
llvm-svn: 36143
-
Reid Spencer authored
Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
-
Lauro Ramos Venancio authored
llvm-svn: 36141
-
Lauro Ramos Venancio authored
llvm-svn: 36140
-
Reid Spencer authored
Thanks, Chris. llvm-svn: 36139
-
Duncan Sands authored
llvm-svn: 36138
-
Duncan Sands authored
llvm-svn: 36136
-
Duncan Sands authored
llvm-svn: 36135
-
Reid Spencer authored
Fix syntax of tests to ensure grep pattern is properly quoted. llvm-svn: 36134
-
Reid Spencer authored
Fix test syntax per new rules. llvm-svn: 36133
-
Reid Spencer authored
llvm-svn: 36132
-
Reid Spencer authored
llvm-svn: 36131
-
Reid Spencer authored
Rename test functions to not conflict with an instruction mnemonic. llvm-svn: 36130
-
Reid Spencer authored
Ignore case for instruction mnemonic comparison. llvm-svn: 36129
-
Reid Spencer authored
llvm-svn: 36128
-
Reid Spencer authored
Ignore case for register name compare. llvm-svn: 36127
-
Reid Spencer authored
Un-XFAIL as Alpha feature now specified in lower case. llvm-svn: 36126
-
Reid Spencer authored
Subtarget option names must be given in lower case in order to be recognized. Fixes test/CodeGen/Alpha/ctlz.ll llvm-svn: 36125
-
Duncan Sands authored
llvm-svn: 36124
-
Reid Spencer authored
llvm-svn: 36123
-
Reid Spencer authored
llvm-svn: 36122
-
Reid Spencer authored
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
-
Reid Spencer authored
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
-
Reid Spencer authored
llvm-svn: 36119
-
Chris Lattner authored
llvm-svn: 36118
-
Chris Lattner authored
llvm-svn: 36117
-
Chris Lattner authored
llvm-svn: 36116
-
Chris Lattner authored
llvm-svn: 36115
-
Chris Lattner authored
llvm-svn: 36114
-
Reid Spencer authored
llvm-svn: 36113
-
Reid Spencer authored
extract_* tests. They are also perniciously difficult to maintain because they depend on the bytecode format. llvm-svn: 36112
-
Reid Spencer authored
llvm-svn: 36111
-
Reid Spencer authored
llvm-svn: 36110
-
Reid Spencer authored
Rename the intrinsic so this can be upgraded properly. It still fails with an llc warning llvm-svn: 36109
-
Reid Spencer authored
Upgrade the intrinsic to its new form. llvm-svn: 36108
-
Reid Spencer authored
Un-XFAIL this test now that llvm-ugprade knows how to create functions with empty names. llvm-svn: 36107
-
Reid Spencer authored
llvm-svn: 36106
-
Reid Spencer authored
Functions without names deserve to be created too. This fixes: test/CodeGen/Generic/vector-constantexpr.ll llvm-svn: 36105
-