2009-07-09 |
Owen Anderson | This started as a small change, I swear. Unfortunately... |
blob | commitdiff | raw |
2009-07-06 |
Owen Anderson | "LLVMContext* " --> "LLVMContext *" |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Owen Anderson | Thread LLVMContext through the constant folding APIs... |
blob | commitdiff | raw | diff to current |
2009-07-03 |
Owen Anderson | Second batch of passes using LLVMContext. |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Chris Lattner | fix inverted logic pointed out by John McCall, noticed... |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Dan Gohman | Fix a bunch of other places that used operator[] to... |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Chris Lattner | make jump threading handle lexically identical compare... |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Nick Lewycky | Teach jump threading to look at comparisons between... |
blob | commitdiff | raw | diff to current |
2009-05-04 |
Mike Stump | Restore minor deletion. |
blob | commitdiff | raw | diff to current |
2009-03-17 |
Dale Johannesen | Fix a debug info dependency in jump threading. |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Chris Lattner | this wasn't intended to go in. |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Chris Lattner | Fix PR3353, infinitely jump threading an infinite loop... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Chris Lattner | Fix PR3298, a crash in Jump Threading. Apparently... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Chris Lattner | remove DebugIterations option. Despite the accusations, |
blob | commitdiff | raw | diff to current |
2008-12-04 |
Chris Lattner | Start simplifying a switch that has a successor that... |
blob | commitdiff | raw | diff to current |
2008-12-04 |
Chris Lattner | add a debugging option to help track down j-t problems. |
blob | commitdiff | raw | diff to current |
2008-12-03 |
Chris Lattner | Teach jump threading some more simple tricks: |
blob | commitdiff | raw | diff to current |
2008-12-01 |
Chris Lattner | switch a couple more calls to use array_pod_sort. |
blob | commitdiff | raw | diff to current |
2008-12-01 |
Chris Lattner | Teach jump threading to clean up after itself, DCE... |
blob | commitdiff | raw | diff to current |
2008-11-28 |
Chris Lattner | don't call MergeBasicBlockIntoOnlyPred on a block whose... |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Chris Lattner | Fix PR3138: if we merge the entry block into another... |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Chris Lattner | move FindAvailableLoadedValue from JumpThreading to... |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Chris Lattner | move MergeBasicBlockIntoOnlyPred to Transforms/Utils. |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Chris Lattner | rename ThreadBlock to ProcessBlock, since it does other... |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Chris Lattner | Make jump threading substantially more powerful, in... |
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-07-23 |
Dan Gohman | Enable first-class aggregates support. |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Duncan Sands | Fix some constructs that gcc-4.4 warns about. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Dan Gohman | Tidy up BasicBlock::getFirstNonPHI, and change a bunch... |
blob | commitdiff | raw | diff to current |
2008-05-20 |
Matthijs Kooijman | Fix typo. |
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-05-09 |
Chris Lattner | restore doxygen comment. |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Gordon Henriksen | Improve pass documentation and comments. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Chris Lattner | fix typo Duncan noticed |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Chris Lattner | Fix a crash when threading a block that includes a... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Chris Lattner | Don't infininitely thread branches when a threaded... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Chris Lattner | Start doing the significantly useful part of jump threa... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Chris Lattner | Dig through multiple levels of AND to thread jumps... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Chris Lattner | Teach jump threading to thread through blocks like: |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Chris Lattner | refactor some code, no functionality change. |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Chris Lattner | fix grammar-o, thanks to Duncan for noticing. |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Chris Lattner | Use the new SplitBlockPredecessors to implement a todo. |
blob | commitdiff | raw | diff to current |
2008-04-20 |
Chris Lattner | finish the first cut of a jump threading pass implement... |
blob | commitdiff | raw | diff to current |
2008-04-20 |
Chris Lattner | we can only thread blocks when there is a pred we can... |
blob | commitdiff | raw | diff to current |
2008-04-20 |
Chris Lattner | improve comments, infrastructure, and add some validity... |
blob | commitdiff | raw | diff to current |
2008-04-20 |
Chris Lattner | Add a new Jump Threading pass, which will handle cases |
blob | commitdiff | raw | diff to current |
|