| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 216022
|
|
|
|
|
|
|
| |
Change the default for `-num-shuffles` to 5 and better document the
algorithm in the header docs of `verify-uselistorder`.
llvm-svn: 214419
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add RUN line for `verify-uselistorder` to every test in `test/Assembly`,
unless it's a negative check (assembler rejects it) or verification
fails.
There are three files that verification fails on (so I've left out the
RUN lines):
- 2002-08-22-DominanceProblem.ll
- ConstantExprFold.ll
- ConstantExprFoldCast.ll
This is part of PR5680.
llvm-svn: 214365
|
|
|
|
| |
llvm-svn: 154281
|
|
|
|
|
|
|
| |
shift constant expressions, and add support for folding vector
shift constant expressions. This fixes PR3802.
llvm-svn: 67010
|
|
CodeGen & Clang work coming next.
llvm-svn: 54161
|