Age | Commit message (Expand) | Author |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-06-14 | Fix a case where tailcallelim wouldn't set the changed bit when it made a cha... | Chris Lattner |
2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
2008-03-11 | Become multiple return value aware. | Devang Patel |
2008-02-20 | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-09-10 | Prevent tailcallelim from breaking "recursive" calls to builtins. | 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-22 | Change uses of Function::front to Function::getEntryBlock for readability. | Dan Gohman |
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 |
2006-12-19 | Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic | Chris Lattner |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-11-02 | For PR786: | Reid Spencer |
2006-10-22 | Add a workaround for PR962, disabling the more aggressive form of this | Chris Lattner |
2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner |
2005-11-05 | Implement Transforms/TailCallElim/return-undef.ll, a trivial case | Chris Lattner |
2005-08-08 | Use the new 'moveBefore' method to simplify some code. Really, which is | Chris Lattner |
2005-08-07 | Fix typoCVS: ----------------------------------------------------------------... | Chris Lattner |
2005-08-07 | * Use the new PHINode::hasConstantValue method to simplify some code | Chris Lattner |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-05-09 | If a function contains no allocas, all of the calls in it are trivially | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-02-04 | Adjust to the new BasicBlock ctor, which requires a function parameter | Chris Lattner |
2003-12-14 | Refactor code just a little bit, allowing us to implement TailCallElim/return... | Chris Lattner |
2003-12-08 | Implement: TailCallElim/accum_recursion_constant_arg.ll | Chris Lattner |
2003-12-08 | Implement: test/Regression/Transforms/TailCallElim/accum_recursion.ll | Chris Lattner |
2003-12-08 | Cleanup and restructure the code to make it easier to read and maintain. | Chris Lattner |
2003-11-21 | Minor cleanups and simplifications | Chris Lattner |
2003-11-20 | Start using the nicer terminator auto-insertion API | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-09-20 | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner |
2003-09-20 | Fix a really obvious huge gaping bug, add a comment | Chris Lattner |
2003-09-20 | Expose the TCE pass | Chris Lattner |
2003-09-20 | New transformation: tail recursion elimination | Chris Lattner |