Age | Commit message (Expand) | Author |
2009-08-17 | Fix debug output to include a newline after printing a Value, now | Dan Gohman |
2009-08-12 | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
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-13 | These don't really need contexts either. | 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-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
2009-07-03 | Even more passes being LLVMContext'd. | Owen Anderson |
2009-03-31 | Make the key of ValueRankMap an AssertingVH, so that we die violently | Chris Lattner |
2009-03-19 | This pass keeps a map of Instructions to Rank numbers, | Dale Johannesen |
2009-03-06 | Don't assign rank numbers to debug intrinsic "calls". | Dale Johannesen |
2008-11-21 | Fix build failure. | Devang Patel |
2008-11-21 | Silence unused variable warnings. | Devang Patel |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-19 | don't use the result of WriteAsOperand | Chris Lattner |
2008-05-16 | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-03-21 | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman |
2008-02-18 | simplify some code, BreakUpSubtract always returns nonnull now. | Chris Lattner |
2008-02-17 | fix pasto | Chris Lattner |
2008-02-17 | Split up subtracts into add+negate if they have a reassociable use or operand | Chris Lattner |
2008-02-17 | make the logic for breaking up subtracts more explicit, no | Chris Lattner |
2008-01-29 | Use empty() instead of comparing size() with zero. | Dan Gohman |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-05-06 | Fix typo in comment. | Nick Lewycky |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-03-02 | Prefer non-virtual calls to ConstantInt::isZero over virtual calls to | Reid Spencer |
2007-03-01 | Use isUnitValue() instead of getZExtValue() == 1 which will prevent an | Reid Spencer |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-11 | Simplify code by using value::takename | Chris Lattner |
2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |
2007-01-21 | For PR970: | Reid Spencer |
2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
2007-01-11 | For PR1043: | Zhou Sheng |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-19 | Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic | Chris Lattner |
2006-12-07 | Removing even more <iostream> includes. | Bill Wendling |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-12-06 | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner |
2006-11-02 | For PR950: | Reid Spencer |
2006-10-26 | For PR950: | Reid Spencer |
2006-10-20 | For PR950: | Reid Spencer |
2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner |
2006-04-28 | Fix Transforms/Reassociate/2006-04-27-ReassociateVector.ll | Chris Lattner |