oota-llvm.git
2007-06-13 Christopher... Add support to tablegen for specifying subregister...
2007-06-13 Dale JohannesenHandle blocks with 2 unconditional branches in AnalyzeB...
2007-06-13 Duncan SandsOnly correctly lower exception handing intrinsics if...
2007-06-13 Dan GohmanIntroduce new SelectionDAG node opcodes VEXTRACT_SUBVEC...
2007-06-13 Dan GohmanWhen creating CopyFromReg nodes, always use legal types...
2007-06-13 Duncan SandsThe fix that was applied for PR1224 stops the compiler
2007-06-13 Evan ChengTypo
2007-06-12 Evan ChengNow if-converting all 4 variants of triangles.
2007-06-12 Owen AndersonFix test/Transforms/GVNPRE/2007-06-12-PhiTranslate.ll
2007-06-12 Owen AndersonAdd a test where phi translation was producing a null...
2007-06-12 Devang PatelisReachableFromEntry() is not suitable for post dominator.
2007-06-12 Devang PatelRemove redundant check.
2007-06-12 Devang PatelProtect updateDFSNumbers()
2007-06-12 Devang PatelCheck A dominates B and vise versa first while searchin...
2007-06-12 Chris Lattnerone final bugfix
2007-06-12 Chris Lattnermodernize example
2007-06-12 Owen AndersonRefactor some code, and fix test/Transforms/GVNPRE...
2007-06-12 Owen AndersonTestcase where GVNPRE crashes on functions with no...
2007-06-12 Dale JohannesenSink CmpInst's to their uses to reduce register pressure.
2007-06-12 Devang PatelMake DFS number manipulation methods private.
2007-06-12 Owen AndersonMake the run line for this test correct. Thanks to...
2007-06-12 Devang PatelBreak DominatorTree from ETNode.
2007-06-12 Owen AndersonFix a few more bugs, including an instance of walking...
2007-06-12 Owen AndersonAdd a GVN-PRE basic regression test.
2007-06-12 Devang PatelUse SmallPtrSet instaed of std::set
2007-06-12 Devang PatelCheck immediate dominators first while searching for...
2007-06-12 Devang PatelMaintain DFS number in DomTreeNode itself.
2007-06-11 Devang PatelAdd and use DominatorTreeBase::findNearestCommonDominat...
2007-06-11 Lauro Ramos... Fix a typo in bswap lowering.
2007-06-11 Evan ChengRestructure code to reduce ifcvt compile time cost.
2007-06-11 Devang PatelSimplify.
2007-06-11 Devang Patelsimplify
2007-06-11 Devang PatelSimplify. Dominator Tree is required so always available.
2007-06-11 Owen AndersonHandle functions with multiple exit blocks properly.
2007-06-11 Devang PatelUse DominatorTree instead of ETForest.
2007-06-10 Reid SpencerFix the build.
2007-06-09 Owen AndersonPerform PRE of comparison operators.
2007-06-09 Chris Lattnerrename C files to end with .c
2007-06-09 Chris Lattnerfix x86-64 mmx calling convention for real, which passe...
2007-06-09 Chris Lattnerfix mmx handling bug
2007-06-09 Nick LewyckyFix edge case.
2007-06-09 Evan ChengDon't change CFG during analysis stage. Do so during...
2007-06-08 Owen AndersonCollect statistics from GVN-PRE.
2007-06-08 Evan ChengCarefully remove extraneous CFG edges after each ifcvt.
2007-06-08 Evan ChengAdd a utility routine to check for unpredicated termina...
2007-06-08 Lauro Ramos... Define AsmTransCBE for ARM.
2007-06-08 Owen AndersonFix typo in a comment.
2007-06-08 Owen AndersonFix a bug that was causing the elimination phase not...
2007-06-08 Evan ChengCorrect transfer predicate information.
2007-06-08 Evan ChengHidden options to help debugging ifcvt issues.
2007-06-08 Devang PatelFix spelling.
2007-06-08 David GreeneAdd entry to CREDITS.
2007-06-08 David GreeneFactor live variable analysis so it does not do registe...
2007-06-08 Chris Lattnerwording fix noticed by Ivan Novick
2007-06-08 Evan ChengAllow more cmp / bcc to be predicated; clean up triangl...
2007-06-08 Evan ChengFix ARM condition code subsumission check.
2007-06-08 Evan ChengtBcc is not a barrier.
2007-06-08 Duncan SandsUse more realistically sized vectors. Reserve capacity...
2007-06-08 Owen AndersonSmall bugfix, and const-ify some methods (Thanks, Bill).
2007-06-08 Devang PatelUpdate LoopSimplify to require and preserve DominatorTr...
2007-06-08 Dale JohannesenMake throttle a hidden parameter, per review.
2007-06-08 Owen AndersonAdd partial redundancy elimination.
2007-06-08 Dale JohannesenThrottle tail merging; handling blocks with large numbe...
2007-06-08 Devang PatelAdd new method - nearestCommonDominator().
2007-06-08 Devang PatelUse DominatorTree instead of ETForest.
2007-06-08 Devang PatelDo not preserve ETForest.
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelAdd instruction level dominates(A,B) interface.
2007-06-07 Evan ChengOnly remove the edge from entry to false if false block...
2007-06-07 Devang PatelDo not require ETForest. Now it is unused by LICM.
2007-06-07 Devang PatelDo not use ETForest as well as DomiantorTree. Dominato...
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelAdd basic block level properlyDominates(A,B) interface.
2007-06-07 Dale JohannesenDo not change the size of function arguments. PR 1489.
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelAdd BasicBlock level dominates(A,B) interface.
2007-06-07 Devang PatelMaintain ETNode as part of DomTreeNode.
2007-06-07 Tanya LattnerFormating fixes.
2007-06-07 Tanya LattnerCorrect typo. Should be "not allowed"
2007-06-07 Duncan SandsMake the struct bigger, in an attempt to get a "struct...
2007-06-07 Duncan SandsMake this test pass if llvm-g++ was built without excep...
2007-06-07 Evan Chengifcvt a triangle: don't merge ifcvt block with rejoin...
2007-06-07 Zhou ShengAdd assert to check if the attributes ZExt/SExt, NoAlia...
2007-06-07 Evan ChengLots of bug fixes. Now finally in a reasonable state.
2007-06-07 Evan ChengStupid cut-n-paste bug caused me soooo much grief....
2007-06-06 Lauro Ramos... Fix bugpoint to run -llc-safe with -Xlinker.
2007-06-06 Lauro Ramos... Propagate alignment, section name and visibility when...
2007-06-06 Tanya LattnerInstruct the inliner to obey the noinline attribute...
2007-06-06 Tanya LattnerReally use attribute.
2007-06-06 Tanya LattnerTest case for noinline attribute.
2007-06-06 Chris Lattnersimplify this code and fix PR1493, now that llvm-gcc3...
2007-06-06 Chris Lattnerif internalize is disabled, don't run the pass at all!
2007-06-06 Tanya LattnerRevert changes for noinline.
2007-06-06 Devang PatelAdd new dominator tree node into dominator tree node...
2007-06-06 Chris Lattnerupdate to match latest changes
2007-06-06 Lauro Ramos... Add a test for PR1499.
2007-06-06 Lauro Ramos... Fix PR1499.
next