index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
PredicateSimplifier
Age
Commit message (
Expand
)
Author
2007-09-20
Excuse me.
Nick Lewycky
2007-09-20
Fix optimization. %x = sub %x, %y does not imply that %y is zero.
Nick Lewycky
2007-08-15
Convert tests using "grep -c ... | grep ..." to use the count script.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-16
fix incorrectly upgraded test
Chris Lattner
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-03-18
Propagate ValueRanges across equality.
Nick Lewycky
2007-01-11
New predicate simplifier!
Nick Lewycky
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-22
Update to new predicate simplifier VRP design. Fixes PR966 and PR967.
Nick Lewycky
2006-10-28
Emitting raw bytecode is awfully rude. Add -disable-output.
Nick Lewycky
2006-10-27
Improve cvs ignoring of test results.
Reid Spencer
2006-10-26
Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes
Nick Lewycky
2006-10-26
This testcase was logically wrong! Fixing, and including the test for the
Nick Lewycky
2006-10-22
Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed
Nick Lewycky
2006-10-22
AllocaInst can't return a null pointer. Fixes missed optimization
Nick Lewycky
2006-10-03
Move break-crit-edges before the predicate simplifier. Allows us to
Nick Lewycky
2006-09-20
Once we're down to "setcc type constant1, constant2", at least come up
Nick Lewycky
2006-09-20
Use a total ordering to compare instructions.
Nick Lewycky
2006-09-19
Enable dejagnu tests for predicate simplifier.
Nick Lewycky
2006-09-10
Replace EquivalenceClasses with a custom-built data structure. Many common
Nick Lewycky
2006-09-02
Improve handling of SelectInst.
Nick Lewycky
2006-08-31
This program crashes the PredicateSimplifier. Not marked XFAIL because
Nick Lewycky
2006-08-28
Add PredicateSimplifier pass. Collapses equal variables into one form
Nick Lewycky