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 |
2007-06-05 |
Evan Cheng | PIC label asm printing cosmetic changes. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | I had a senior moment. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Zhou Sheng | Commit first round work of PR1373. "noalias" is now... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | If the predicated block requires an early exit, end... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Evan Cheng | Fix some subtle bugs: bug during succeessor copying... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Bill Wendling | Patches by Chuck Rose to unbreak V Studio builds. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Dale Johannesen | Tail merging wasn't working for predecessors of landing... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Devang Patel | s/ETNode::getChildren/ETNode::getETNodeChildren/g |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Owen Anderson | Don't use std::set_difference when the two sets are... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Owen Anderson | Fix a bunch of small bugs, and improve the debugging... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Chris Lattner | When rebuilding constant structs, make sure to honor... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Chris Lattner | new testcase for PR1491 |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Evan Cheng | Global ctors / dtors alignment shouldn't be hard-coded... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Evan Cheng | Forgot to check for if iterator reached the end. |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Evan Cheng | Misuse of hasExternalLinkage(), should be checking... |
commit | commitdiff | tree | snapshot |
next |