Age | Commit message (Expand) | Author |
2009-10-06 | remove predicate simplifier, it never got the last bugs beaten | Chris Lattner |
2009-09-02 | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner |
2009-08-23 | eliminate uses of cerr() | Chris Lattner |
2009-08-23 | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner |
2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
2009-08-19 | Make SROA and PredicateSimplifier cope if TargetData is not | Dan Gohman |
2009-08-15 | Don't try to get the context from an erased Instruction. | Benjamin Kramer |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-31 | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-21 | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson |
2009-07-21 | Move a bit more state over to the LLVMContext. | Owen Anderson |
2009-07-18 | Replace intersectWith with maximalIntersectWith. The latter guarantees that | Nick Lewycky |
2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-13 | Move more functionality over to LLVMContext. | Owen Anderson |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-11 | Move a method that creates constant ranges relative to another constant range | Nick Lewycky |
2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
2009-06-26 | Constify this value. | Owen Anderson |
2009-06-06 | Use cast<> instead of dyn_cast<> for things that are known to be | Jay Foad |
2008-11-21 | Silence unused variable warnings. | Devang Patel |
2008-11-09 | fix leakage of ValueNumbering | Nuno Lopes |
2008-10-24 | Add value range analyzing of Add and Sub. | Nick Lewycky |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
2008-05-27 | InequalityGraph::node() can create new nodes, invalidating iterators across | Nick Lewycky |
2008-05-26 | Grammaro. | Nick Lewycky |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-04-14 | Remove unnecessary <sstream> includes. | Dan Gohman |
2008-03-30 | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner |
2008-02-26 | De-tabify. | Bill Wendling |
2008-02-20 | Add explicit keywords. | Dan Gohman |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
2007-09-20 | Fix optimization. %x = sub %x, %y does not imply that %y is zero. | Nick Lewycky |
2007-08-18 | Oops, remove assert that wasn't meant to be committed. | Nick Lewycky |
2007-08-18 | Never insert duplicate edges. | Nick Lewycky |
2007-08-04 | Clean up comments, fix up some confusing code logic. | Nick Lewycky |
2007-07-16 | Start adding and cleaning up comments. | Nick Lewycky |
2007-07-14 | Use maximal intersection algorithm exclusively. Fixes miscompile bug. | Nick Lewycky |
2007-07-10 | Update the ValueRanges interface to use value numbers instead of Value*s. | Nick Lewycky |
2007-07-05 | Break "variable canonicalization" out of InequalityGraph and into its own class | Nick Lewycky |
2007-06-24 | Fix value ranges. | Nick Lewycky |
2007-06-24 | Remove tabs. | Nick Lewycky |
2007-06-24 | Remove use of ETForest. Also cleaned up issues around unreachable basic | Nick Lewycky |