2009-11-07 |
Nick Lewycky | Improve tail call elimination to handle the switch... |
blob | commitdiff | raw |
2009-11-07 |
Nick Lewycky | Oops, FunctionContainsEscapingAllocas is really used... |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Nick Lewycky | Dust off tail recursion elimination. Fix a fixme by... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Chris Lattner | eliminate VISIBILITY_HIDDEN from Transforms/Scalar... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Chris Lattner | Improve tail call elim to move loads above readonly... |
blob | commitdiff | raw | diff to current |
2009-05-06 |
Duncan Sands | Allow readonly functions to unwind exceptions. Teach |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
blob | commitdiff | raw | diff to current |
2008-06-14 |
Chris Lattner | Fix a case where tailcallelim wouldn't set the changed... |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Gabor Greif | Fix a bunch of 80col violations that arose from the... |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
blob | commitdiff | raw | diff to current |
2008-03-11 |
Devang Patel | Become multiple return value aware. |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Anton Korobeynikov | Make Transforms to be 4.3 warnings-clean |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Chris Lattner | Prevent tailcallelim from breaking "recursive" calls... |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Nick Lewycky | Fix typo in comment. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Dan Gohman | Change uses of Function::front to Function::getEntryBlo... |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Chris Lattner | Simplify code by using value::takename |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Reid Spencer | Apply the VISIBILITY_HIDDEN field to the remaining... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Chris Lattner | Switch over Transforms/Scalar to use the STATISTIC... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Chris Lattner | Detemplatize the Statistic class. The only type it... |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Reid Spencer | For PR786: |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Chris Lattner | Add a workaround for PR962, disabling the more aggressi... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Chris Lattner | eliminate RegisterOpt. It does the same thing as Regis... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
Chris Lattner | Implement Transforms/TailCallElim/return-undef.ll,... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Chris Lattner | Use the new 'moveBefore' method to simplify some code... |
blob | commitdiff | raw | diff to current |
2005-08-07 |
Chris Lattner | Fix typoCVS: -------------------------------------... |
blob | commitdiff | raw | diff to current |
2005-08-07 |
Chris Lattner | * Use the new PHINode::hasConstantValue method to simpl... |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Jeff Cohen | Eliminate all remaining tabs and trailing spaces. |
blob | commitdiff | raw | diff to current |
2005-05-09 |
Chris Lattner | If a function contains no allocas, all of the calls... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Chris Lattner | This mega patch converts us from using Function::a... |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-02-04 |
Chris Lattner | Adjust to the new BasicBlock ctor, which requires a... |
blob | commitdiff | raw | diff to current |
2003-12-14 |
Chris Lattner | Refactor code just a little bit, allowing us to impleme... |
blob | commitdiff | raw | diff to current |
2003-12-08 |
Chris Lattner | Implement: TailCallElim/accum_recursion_constant_arg.ll |
blob | commitdiff | raw | diff to current |
2003-12-08 |
Chris Lattner | Implement: test/Regression/Transforms/TailCallElim... |
blob | commitdiff | raw | diff to current |
2003-12-08 |
Chris Lattner | Cleanup and restructure the code to make it easier... |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Chris Lattner | Minor cleanups and simplifications |
blob | commitdiff | raw | diff to current |
2003-11-20 |
Chris Lattner | Start using the nicer terminator auto-insertion API |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Chris Lattner | Rename Function::getEntryNode -> getEntryBlock |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Chris Lattner | Fix a really obvious huge gaping bug, add a comment |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Chris Lattner | Expose the TCE pass |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Chris Lattner | New transformation: tail recursion elimination |
blob | commitdiff | raw | diff to current |
|