2007-06-12 |
Chris Lattner | modernize example |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Owen Anderson | Refactor some code, and fix test/Transforms/GVNPRE... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Owen Anderson | Testcase where GVNPRE crashes on functions with no... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Dale Johannesen | Sink CmpInst's to their uses to reduce register pressure. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Devang Patel | Make DFS number manipulation methods private. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Owen Anderson | Make the run line for this test correct. Thanks to... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Devang Patel | Break DominatorTree from ETNode. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Owen Anderson | Fix a few more bugs, including an instance of walking... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Owen Anderson | Add a GVN-PRE basic regression test. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Devang Patel | Use SmallPtrSet instaed of std::set |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Devang Patel | Check immediate dominators first while searching for... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Devang Patel | Maintain DFS number in DomTreeNode itself. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Devang Patel | Add and use DominatorTreeBase::findNearestCommonDominat... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Lauro Ramos... | Fix a typo in bswap lowering. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Evan Cheng | Restructure code to reduce ifcvt compile time cost. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Devang Patel | simplify |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Devang Patel | Simplify. Dominator Tree is required so always available. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Owen Anderson | Handle functions with multiple exit blocks properly. |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Devang Patel | Use DominatorTree instead of ETForest. |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Reid Spencer | Fix the build. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Owen Anderson | Perform PRE of comparison operators. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Chris Lattner | rename C files to end with .c |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Chris Lattner | fix x86-64 mmx calling convention for real, which passe... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Chris Lattner | fix mmx handling bug |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Nick Lewycky | Fix edge case. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Evan Cheng | Don't change CFG during analysis stage. Do so during... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Owen Anderson | Collect statistics from GVN-PRE. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Evan Cheng | Carefully remove extraneous CFG edges after each ifcvt. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Evan Cheng | Add a utility routine to check for unpredicated termina... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Lauro Ramos... | Define AsmTransCBE for ARM. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Owen Anderson | Fix typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Owen Anderson | Fix a bug that was causing the elimination phase not... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Evan Cheng | Correct transfer predicate information. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Evan Cheng | Hidden options to help debugging ifcvt issues. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Devang Patel | Fix spelling. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
David Greene | Add entry to CREDITS. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
David Greene | Factor live variable analysis so it does not do registe... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Chris Lattner | wording fix noticed by Ivan Novick |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Evan Cheng | Allow more cmp / bcc to be predicated; clean up triangl... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Evan Cheng | Fix ARM condition code subsumission check. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Evan Cheng | tBcc is not a barrier. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Duncan Sands | Use more realistically sized vectors. Reserve capacity... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Owen Anderson | Small bugfix, and const-ify some methods (Thanks, Bill). |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Devang Patel | Update LoopSimplify to require and preserve DominatorTr... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Dale Johannesen | Make throttle a hidden parameter, per review. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Owen Anderson | Add partial redundancy elimination. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Dale Johannesen | Throttle tail merging; handling blocks with large numbe... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Devang Patel | Add new method - nearestCommonDominator(). |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Devang Patel | Use DominatorTree instead of ETForest. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Devang Patel | Do not preserve ETForest. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Use DominatorTree instead of ETForest. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Add instruction level dominates(A,B) interface. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Evan Cheng | Only remove the edge from entry to false if false block... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Do not require ETForest. Now it is unused by LICM. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Do not use ETForest as well as DomiantorTree. Dominato... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Use DominatorTree instead of ETForest. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Use DominatorTree instead of ETForest. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Use DominatorTree instead of ETForest. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Add basic block level properlyDominates(A,B) interface. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Dale Johannesen | Do not change the size of function arguments. PR 1489. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Use DominatorTree instead of ETForest. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Use DominatorTree instead of ETForest. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Add BasicBlock level dominates(A,B) interface. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Devang Patel | Maintain ETNode as part of DomTreeNode. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Tanya Lattner | Formating fixes. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Tanya Lattner | Correct typo. Should be "not allowed" |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Duncan Sands | Make the struct bigger, in an attempt to get a "struct... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Duncan Sands | Make this test pass if llvm-g++ was built without excep... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Evan Cheng | ifcvt a triangle: don't merge ifcvt block with rejoin... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Zhou Sheng | Add assert to check if the attributes ZExt/SExt, NoAlia... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Evan Cheng | Lots of bug fixes. Now finally in a reasonable state. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Evan Cheng | Stupid cut-n-paste bug caused me soooo much grief.... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Lauro Ramos... | Fix bugpoint to run -llc-safe with -Xlinker. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Lauro Ramos... | Propagate alignment, section name and visibility when... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Tanya Lattner | Instruct the inliner to obey the noinline attribute... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Tanya Lattner | Really use attribute. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Tanya Lattner | Test case for noinline attribute. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Chris Lattner | simplify this code and fix PR1493, now that llvm-gcc3... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Chris Lattner | if internalize is disabled, don't run the pass at all! |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Tanya Lattner | Revert changes for noinline. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Devang Patel | Add new dominator tree node into dominator tree node... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Chris Lattner | update to match latest changes |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Lauro Ramos... | Add a test for PR1499. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Lauro Ramos... | Fix PR1499. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Owen Anderson | Quick patch to fix the build, based on what it appears... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Duncan Sands | Fold the exception actions table harder: if two typeid... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Nick Lewycky | Optimize this test. Firstly, only Instructions may... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Evan Cheng | Mark these instructions clobbersPred. They modify the... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Evan Cheng | Lots of bug fixes. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Evan Cheng | Added clobbersPred. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Evan Cheng | Add clobbersPred - instruction that clobbers condition... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Evan Cheng | Add a machine instruction flag indicating the instructi... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Duncan Sands | Additional fix for PR1422: make sure the landing pad... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Duncan Sands | "Simplified" testcase for PR1422. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Bruno Cardoso... | Initial Mips support, here we go! =) |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Tanya Lattner | Ignore llvm.noinline |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Nick Lewycky | Fix PR1487 and Transforms/IndVar/2007-06-06-DeleteDangl... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Nick Lewycky | new testcase for PR1487 |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Nick Lewycky | Inform ScalarEvolutions that we're deleting Values. |
commit | commitdiff | tree | snapshot |
next |