Age | Commit message (Expand) | Author |
2006-08-03 | Fix PR867 (and maybe 868) and testcsae: | Chris Lattner |
2006-08-02 | Add special check to avoid isLoop call. Simple, but doesn't seem to speed | Chris Lattner |
2006-08-02 | Replace the SSA update code in LCSSA with a bottom-up approach instead of a top | Chris Lattner |
2006-07-18 | silence warnings in a release build | Chris Lattner |
2006-07-14 | eliminate some ugly code, using ConstantExpr::getWithOperands instead. | Chris Lattner |
2006-07-12 | Handle instructions in the map, but that map to a null pointer. | Chris Lattner |
2006-07-12 | In addition to deleting calls, the inliner can constant fold them as well. | Chris Lattner |
2006-07-12 | Change the callgraph representation to store the callsite along with the | Chris Lattner |
2006-07-09 | Fix typo in the comment. | Owen Anderson |
2006-07-09 | Add a fix for an issue where LCSSA would fail to insert undef's in some corner | Owen Anderson |
2006-06-28 | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner |
2006-06-28 | Shrink libllvmgcc.dylib by another 23K | Chris Lattner |
2006-06-14 | Use the PotDoms map to memoize 'dominating value' lookup. With this patch, | Chris Lattner |
2006-06-13 | Fix another instance where PHI nodes need special treatment. | Owen Anderson |
2006-06-13 | Fix a bug that was causing major slowdowns in povray. This was due to LCSSA | Owen Anderson |
2006-06-12 | Fix an infinite loop on Transforms/SimplifyCFG/2006-06-12-InfLoop.ll | Chris Lattner |
2006-06-12 | Fix for 2006-06-26-MultipleExitsSingleBlock. | Owen Anderson |
2006-06-11 | Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe... | Owen Anderson |
2006-06-11 | Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis... | Evan Cheng |
2006-06-09 | Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as... | Owen Anderson |
2006-06-08 | Update some comments, and expose LCSSAID in preparation for having other passes | Owen Anderson |
2006-06-06 | Fix some formatting, and use inLoop() when appropriate. | Owen Anderson |
2006-06-06 | Stop a memory leak, and update some comments. | Owen Anderson |
2006-06-04 | Some more clean-up, and squash an IDF-Phi related bug. | Owen Anderson |
2006-06-04 | Various clean-ups suggested by Chris. | Owen Anderson |
2006-06-03 | Fix a bug in Phi-noded insertion. Also, update some comments to reflect what's | Owen Anderson |
2006-06-02 | Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h | Chris Lattner |
2006-06-01 | Remove dead #include | Chris Lattner |
2006-06-01 | Make the "pruning cloner" smarter. As it propagates constants through the | Chris Lattner |
2006-06-01 | Remove a FIXME that was fixed with my last patch. | Owen Anderson |
2006-06-01 | More cleanups. Also, add a special case for updating PHI nodes, and | Owen Anderson |
2006-05-31 | Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs. | Owen Anderson |
2006-05-29 | Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSA | Owen Anderson |
2006-05-28 | Major think-o. Iterate over all live out-of-loop values, and perform the | Owen Anderson |
2006-05-27 | Make LCSSA insert proper Phi nodes throughout the rest of the CFG by computing | Owen Anderson |
2006-05-27 | Fix some regression from the inliner patch I committed last night. This fixes | Chris Lattner |
2006-05-27 | Switch the inliner over to using CloneAndPruneFunctionInto. This effectively | Chris Lattner |
2006-05-27 | Implement a new method, CloneAndPruneFunctionInto, as documented. | Chris Lattner |
2006-05-27 | Refactor some code to expose an interface to constant fold and instruction gi... | Chris Lattner |
2006-05-27 | A few small clean-ups, and the addition of an LCSSA statistic. | Owen Anderson |
2006-05-26 | Fix a copy-and-paste-o that would break some compilers. | Owen Anderson |
2006-05-26 | Clean up and refactor LCSSA a bunch. It should also run faster now, though | Owen Anderson |
2006-05-26 | Skeletal LCSSA pass. This is currently non-functional. Expect functionality | Owen Anderson |
2006-05-25 | Revert a patch that is unsafe, due to out of range array accesses in inner | Chris Lattner |
2006-05-24 | Patch for a new instcombine xform, patch contributed by Nick Lewycky! | Chris Lattner |
2006-05-19 | Fix a doxygen problem and break lines at 80 columns | Reid Spencer |
2006-05-17 | Declare that lowerinvoke doesn't interact with other lowering passes. | Chris Lattner |
2006-05-17 | Add a CloneModule call that exposes the mapping of values from the old module | Chris Lattner |
2006-05-14 | remove some dead code identified by coverity | Chris Lattner |
2006-05-14 | remove dead variables | Chris Lattner |