Age | Commit message (Expand) | Author |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
2009-07-03 | Second batch of passes using LLVMContext. | Owen Anderson |
2009-07-02 | fix inverted logic pointed out by John McCall, noticed by inspection. | Chris Lattner |
2009-07-02 | Fix a bunch of other places that used operator[] to test whether | Dan Gohman |
2009-06-19 | make jump threading handle lexically identical compare instructions | Chris Lattner |
2009-06-19 | Teach jump threading to look at comparisons between phi nodes and non-constants. | Nick Lewycky |
2009-05-04 | Restore minor deletion. | Mike Stump |
2009-03-17 | Fix a debug info dependency in jump threading. | Dale Johannesen |
2009-03-06 | this wasn't intended to go in. | Chris Lattner |
2009-03-06 | Change various llvm utilities to use PrettyStackTraceProgram in | Chris Lattner |
2009-01-19 | Fix PR3353, infinitely jump threading an infinite loop make from switches. | Chris Lattner |
2009-01-09 | Fix PR3298, a crash in Jump Threading. Apparently even | Chris Lattner |
2008-12-08 | remove DebugIterations option. Despite the accusations, | Chris Lattner |
2008-12-04 | Start simplifying a switch that has a successor that is a switch. | Chris Lattner |
2008-12-04 | add a debugging option to help track down j-t problems. | Chris Lattner |
2008-12-03 | Teach jump threading some more simple tricks: | Chris Lattner |
2008-12-01 | switch a couple more calls to use array_pod_sort. | Chris Lattner |
2008-12-01 | Teach jump threading to clean up after itself, DCE and constfolding the | Chris Lattner |
2008-11-28 | don't call MergeBasicBlockIntoOnlyPred on a block whose only | Chris Lattner |
2008-11-27 | Fix PR3138: if we merge the entry block into another block, make sure to | Chris Lattner |
2008-11-27 | move FindAvailableLoadedValue from JumpThreading to Transforms/Utils. | Chris Lattner |
2008-11-27 | move MergeBasicBlockIntoOnlyPred to Transforms/Utils. | Chris Lattner |
2008-11-27 | rename ThreadBlock to ProcessBlock, since it does other things than | Chris Lattner |
2008-11-27 | Make jump threading substantially more powerful, in the following ways: | Chris Lattner |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
2008-05-27 | Fix some constructs that gcc-4.4 warns about. | Duncan Sands |
2008-05-23 | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman |
2008-05-20 | Fix typo. | Matthijs Kooijman |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-05-09 | restore doxygen comment. | Chris Lattner |
2008-05-08 | Improve pass documentation and comments. | Gordon Henriksen |
2008-05-06 | fix typo Duncan noticed | Chris Lattner |
2008-05-05 | Fix a crash when threading a block that includes a MRV call result. | Chris Lattner |
2008-04-25 | Don't infininitely thread branches when a threaded edge | Chris Lattner |
2008-04-22 | Start doing the significantly useful part of jump threading: handle cases | Chris Lattner |
2008-04-22 | Dig through multiple levels of AND to thread jumps if needed. | Chris Lattner |
2008-04-22 | Teach jump threading to thread through blocks like: | Chris Lattner |
2008-04-22 | refactor some code, no functionality change. | Chris Lattner |
2008-04-21 | fix grammar-o, thanks to Duncan for noticing. | Chris Lattner |
2008-04-21 | Use the new SplitBlockPredecessors to implement a todo. | Chris Lattner |
2008-04-20 | finish the first cut of a jump threading pass implementation. | Chris Lattner |
2008-04-20 | we can only thread blocks when there is a pred we can determine the succ of. | Chris Lattner |
2008-04-20 | improve comments, infrastructure, and add some validity checks for threading. | Chris Lattner |
2008-04-20 | Add a new Jump Threading pass, which will handle cases | Chris Lattner |