- 6357bf2 Patches by Chuck Rose to unbreak V Studio builds. by Bill Wendling · 18 years ago
- bdd1aae s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g by Devang Patel · 18 years ago
- 0e8aa7b s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g by Devang Patel · 18 years ago
- e7da2d6 Fix typo in comment. by Nick Lewycky · 19 years ago
- 8c78a0b Drop 'const' by Devang Patel · 19 years ago
- e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
- 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
- 3178736 Using APInt more efficiently. by Zhou Sheng · 19 years ago
- 510fefc Undo my previous changes. Since my approach to this problem is being revised, by Owen Anderson · 19 years ago
- 64995e1 Make PredicateSimplifier not use DominatorTree. by Owen Anderson · 19 years ago
- 82fcf3c Make the operations of APInt variables more efficient. by Zhou Sheng · 19 years ago
- 28d921d fix long lines by Chris Lattner · 19 years ago
- d4f51a8 Add support for cast instructions. by Nick Lewycky · 19 years ago
- 93f5410 Support NE inequality in ValueRanges. by Nick Lewycky · 19 years ago
- 3bb6de8 Cleanup. Refactor out the applying of value ranges to its own method. by Nick Lewycky · 19 years ago
- 12d44ab Use TargetData to find the size of a type. by Nick Lewycky · 19 years ago
- eeb01b4 Strengthen icmp snuggling by doing 'compare-or-equal-to' to 'compare' by Nick Lewycky · 19 years ago
- b0da7ed Fix broken optimization disabled by a logic bug. by Nick Lewycky · 19 years ago
- db204ec Clean up this code and fix subtract miscompile. by Nick Lewycky · 19 years ago
- 17d20fd Propagate ValueRanges across equality. by Nick Lewycky · 19 years ago
- 22f436d Silence warning by Anton Korobeynikov · 19 years ago
- 4f73de2 Add more comments and update to new asm syntax. by Nick Lewycky · 19 years ago
- d9bd0bc Add value ranges. Currently inefficient in both execution time and by Nick Lewycky · 19 years ago
- b622c11 Unbreak VC++ build. by Jeff Cohen · 19 years ago
- db42295 Translate bit operations to English. by Nick Lewycky · 19 years ago
- c34dedf APIntify this pass. by Reid Spencer · 19 years ago
- 1524595 Fix indenting, remove tabs. by Nick Lewycky · 19 years ago
- 3f4e6e8 For PR1163: by Reid Spencer · 19 years ago
- 5663980 Simplify names of lattice values. SGTUNE becomes SGT, for example. by Nick Lewycky · 19 years ago
- a8a1547 For PR1094: by Reid Spencer · 19 years ago
- 6ce36cf Don't print address of ETNode. Print the DFSNumIn which uniquely identifies by Nick Lewycky · 19 years ago
- 4294446 "Default context" blocks can occur after a non-default one. This meant by Nick Lewycky · 19 years ago
- ee32ee0 If we know that it's a constant being casted, propagate through the cast by Nick Lewycky · 19 years ago
- 4a74a75 Clean up logic after ConstantBool removal. by Nick Lewycky · 19 years ago
- 542964f Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
- 75b871f For PR1043: by Zhou Sheng · 19 years ago
- 5d6ede5 Quiet compiler warning. The only reason the function is marked virtual by Nick Lewycky · 19 years ago
- 2fc338f New predicate simplifier! by Nick Lewycky · 19 years ago
- 266e42b For PR950: by Reid Spencer · 19 years ago
- 0e5255b Convert more Statistic's over to STATISTIC by Chris Lattner · 19 years ago
- 22e978a Removing even more <iostream> includes. by Bill Wendling · 19 years ago
- f06bb65 add missing #include by Chris Lattner · 19 years ago
- 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
- cc08c83 Unbreak VC++ build. by Jeff Cohen · 19 years ago
- 09b7e4d Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 19 years ago
- 7d6f3db Unbreak VC++ build. by Jeff Cohen · 19 years ago
- 67bad5a Remove commented line from earlier debugging. by Nick Lewycky · 19 years ago
- 7eb55b3 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
- 7e80b0b For PR950: by Reid Spencer · 19 years ago
- 5b979ae Fix 2006-10-25-AddSetCC. A relational operator (like setlt) can never by Nick Lewycky · 19 years ago
- 9d17c82 Resurrect r1.25. Fix and comment the "or", "and" and "xor" transformations. by Nick Lewycky · 19 years ago
- 53f53db hide symbols properly by Chris Lattner · 19 years ago
- dc7b9be Revert back to r1.21, which was the last revision of predsimplify that by Chris Lattner · 19 years ago
- 53b4158 Remove the Backwards operation. Resolving now works at the time when a by Nick Lewycky · 19 years ago
- 6f5c30f Fix similar missing optimization opportunity in XOR. by Nick Lewycky · 19 years ago
- af2b057 Whoops! Add missing NULL check. by Nick Lewycky · 19 years ago
- 2c734f3 Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed by Nick Lewycky · 19 years ago
- f345008 AllocaInst can't return a null pointer. Fixes missed optimization by Nick Lewycky · 19 years ago
- 77e030b Replace custom dispatch code with two uses of InstVisitor. Improves by Nick Lewycky · 19 years ago
- 58a910df Simplify logic further. by Nick Lewycky · 19 years ago
- 1d00f3e Simplify, now that predsimplify depends on break-crit-edges. by Nick Lewycky · 19 years ago
- 755f801 Move break-crit-edges before the predicate simplifier. Allows us to by Nick Lewycky · 19 years ago
- 6ab03f6 by Chris Lattner · 19 years ago
- 059c792 Style changes only. Remove dead code, fix a comment. by Nick Lewycky · 19 years ago
- fde9c30 Don't rewrite ConstantExpr::get. by Nick Lewycky · 19 years ago
- d74c55f Once we're down to "setcc type constant1, constant2", at least come up by Nick Lewycky · 19 years ago
- cfff1c3 Use a total ordering to compare instructions. Fixes infinite loop in resolve(). by Nick Lewycky · 19 years ago
- b9c5483 Walk down the dominator tree instead of the control flow graph. That means by Nick Lewycky · 19 years ago
- 12efffc Add some more consistency checks. by Nick Lewycky · 19 years ago
- 51ce8d6 Fix unionSets so that it can merge correctly. by Nick Lewycky · 19 years ago
- 3a4dc7b Erase dead instructions. by Nick Lewycky · 19 years ago
- e94f42a Skip the linear search if the answer is already known. by Nick Lewycky · 19 years ago
- 9a22d7b Replace EquivalenceClasses with a custom-built data structure. Many common by Nick Lewycky · 19 years ago
- 8e55993 Improve handling of SelectInst. by Nick Lewycky · 19 years ago
- f6f529d Don't confuse canonicalize and lookup. Fixes predsimplify.reg4.ll. Also by Nick Lewycky · 19 years ago
- 08674ab Properties where both Values weren't in the union (as being equal to by Nick Lewycky · 19 years ago
- 5f8f9af Move to using the EquivalenceClass ADT. Removes SynSets. by Nick Lewycky · 19 years ago
- b2e8ae1 Add PredicateSimplifier pass. Collapses equal variables into one form by Nick Lewycky · 19 years ago