| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
llvm-svn: 62244
|
| |
|
|
|
|
|
| |
track individual leaf values in such cases, so it needs to treat
struct values as normal values in this case.
llvm-svn: 54760
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Remove the GetResultInst instruction. It is still accepted in LLVM assembly
and bitcode, where it is now auto-upgraded to ExtractValueInst. Also, remove
support for return instructions with multiple values. These are auto-upgraded
to use InsertValueInst instructions.
The IRBuilder still accepts multiple-value returns, and auto-upgrades them
to InsertValueInst instructions.
llvm-svn: 53941
|
| |
|
|
| |
llvm-svn: 51535
|
| |
|
|
| |
llvm-svn: 51349
|
| |
|
|
|
|
| |
renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too.
llvm-svn: 51328
|
| |
|
|
| |
llvm-svn: 51180
|
| |
|
|
|
|
|
| |
would turn every getresult instruction into undef. This helps with
rdar://5778210
llvm-svn: 50140
|
| |
|
|
| |
llvm-svn: 50128
|
| |
|
|
| |
llvm-svn: 48529
|
| |
|
|
| |
llvm-svn: 48210
|
| |
|
|
|
|
|
|
| |
way or the other. Rewriting the code itself prevents subsequent analysis
passes from making contradictory conclusions about the code that could
cause an infeasible path to be made feasible.
llvm-svn: 46427
|
| |
|
|
|
|
| |
representable to use hex format.
llvm-svn: 41722
|
| |
|
|
| |
llvm-svn: 37801
|
| |
|
|
| |
llvm-svn: 37184
|
| |
|
|
|
|
|
|
|
|
| |
Upgrade to use new Tcl exec based test harness. This exposes 3 bugs that
were previously not being reported:
test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
test/Transforms/GlobalOpt/memset.ll
test/Transforms/IndVarsSimplify/exit_value_tests.llx
llvm-svn: 36065
|
| |
|
|
|
|
|
|
|
| |
turned up some regressions that have since been fixed. We don't want to
loose the regression tests.
Test cases by Guoling Han.
llvm-svn: 35974
|
| |
|
|
|
|
|
|
| |
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Makefile and llvm-dg.exp)
instead of touching every single dg.exp file.
llvm-svn: 35918
|
| |
|
|
|
|
|
| |
Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and
PackedTyID -> VectorTyID. No functional changes.
llvm-svn: 34293
|
|
|
llvm-svn: 33296
|