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 |
2007-06-06 |
Evan Cheng | If a unconditional branch is added to branch to the... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Owen Anderson | Add simple full redundancy elimination. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Chris Lattner | Fix PR1495 and CodeGen/X86/2007-06-05-LSR-Dominator.ll |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Chris Lattner | add accessor |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Chris Lattner | new testcase for PR1495 |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Evan Cheng | Minor statistics counting bug. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Devang Patel | Break friendship. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Evan Cheng | Fix a couple of typos and be smarter about order of... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Devang Patel | Rename. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Devang Patel | Simplify class hierarchy. |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Devang Patel | Avoid non-trivial loop unswitching while optimizing... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Chris Lattner | Fix a user-reported error building with GCC 3.4.4 on... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | Fix diamond shape ifcvt bugs. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Owen Anderson | Fix a misunderstanding of the algorithm. Really, we... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Owen Anderson | Don't leak memory. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | ReplaceUsesOfBlockWith() can modify the predecessors... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | Do not ifcvt if either true / false path is a backedge... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Devang Patel | Fix PR 1497 |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | Print predicate of the second instruction of the two... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Owen Anderson | Fix a small bug, some 80 cols violations, and add some... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Dan Gohman | Allow insertelement, extractelement, and shufflevector... |
commit | commitdiff | tree | snapshot |
next |