Fix tests.
[oota-llvm.git] / lib /
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 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 VenancioDefine 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 David GreeneFactor live variable analysis so it does not do registe...
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 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 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 PatelMaintain ETNode as part of DomTreeNode.
2007-06-07 Tanya LattnerFormating fixes.
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 VenancioPropagate alignment, section name and visibility when...
2007-06-06 Tanya LattnerInstruct the inliner to obey the noinline attribute...
2007-06-06 Chris Lattnersimplify this code and fix PR1493, now that llvm-gcc3...
2007-06-06 Devang PatelAdd new dominator tree node into dominator tree node...
2007-06-06 Lauro Ramos VenancioFix PR1499.
2007-06-06 Owen AndersonQuick patch to fix the build, based on what it appears...
2007-06-06 Duncan SandsFold the exception actions table harder: if two typeid...
2007-06-06 Nick LewyckyOptimize this test. Firstly, only Instructions may...
2007-06-06 Evan ChengMark these instructions clobbersPred. They modify the...
2007-06-06 Evan ChengLots of bug fixes.
2007-06-06 Evan ChengAdded clobbersPred.
2007-06-06 Duncan SandsAdditional fix for PR1422: make sure the landing pad...
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)
2007-06-06 Nick LewyckyFix PR1487 and Transforms/IndVar/2007-06-06-DeleteDangl...
2007-06-06 Nick LewyckyInform ScalarEvolutions that we're deleting Values.
2007-06-06 Evan ChengIf a unconditional branch is added to branch to the...
2007-06-06 Owen AndersonAdd simple full redundancy elimination.
2007-06-06 Chris LattnerFix PR1495 and CodeGen/X86/2007-06-05-LSR-Dominator.ll
2007-06-06 Evan ChengMinor statistics counting bug.
2007-06-06 Evan ChengFix a couple of typos and be smarter about order of...
2007-06-06 Devang PatelAvoid non-trivial loop unswitching while optimizing...
2007-06-05 Chris LattnerFix a user-reported error building with GCC 3.4.4 on...
2007-06-05 Evan ChengFix diamond shape ifcvt bugs.
2007-06-05 Owen AndersonFix a misunderstanding of the algorithm. Really, we...
2007-06-05 Owen AndersonDon't leak memory.
2007-06-05 Evan ChengReplaceUsesOfBlockWith() can modify the predecessors...
2007-06-05 Evan ChengDo not ifcvt if either true / false path is a backedge...
2007-06-05 Devang PatelFix PR 1497
2007-06-05 Evan ChengPrint predicate of the second instruction of the two...
2007-06-05 Owen AndersonFix a small bug, some 80 cols violations, and add some...
2007-06-05 Dan GohmanAllow insertelement, extractelement, and shufflevector...
2007-06-05 Evan ChengPIC label asm printing cosmetic changes.
2007-06-05 Evan ChengI had a senior moment.
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-06-05 Evan ChengIf the predicated block requires an early exit, end...
2007-06-05 Evan ChengFix some subtle bugs: bug during succeessor copying...
2007-06-04 Bill WendlingPatches by Chuck Rose to unbreak V Studio builds.
2007-06-04 Dale JohannesenTail merging wasn't working for predecessors of landing...
2007-06-04 Devang Patels/ETNode::getChildren/ETNode::getETNodeChildren/g
2007-06-04 Owen AndersonDon't use std::set_difference when the two sets are...
2007-06-04 Owen AndersonFix a bunch of small bugs, and improve the debugging...
2007-06-04 Chris LattnerWhen rebuilding constant structs, make sure to honor...
2007-06-04 Evan ChengGlobal ctors / dtors alignment shouldn't be hard-coded...
2007-06-04 Evan ChengForgot to check for if iterator reached the end.
2007-06-04 Evan ChengMisuse of hasExternalLinkage(), should be checking...
2007-06-04 Owen AndersonMake phi_translate correct.
2007-06-04 Devang PatelAdd FIXMEs.
2007-06-04 Devang Patels/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
2007-06-04 Devang PatelAdd basic block level interface to change immediate...
2007-06-04 Dan GohmanPass the DAG to SDNode::dump to let it do more detailed...
2007-06-04 Dan GohmanResolve implicit alignment before computing the Folding...
2007-06-04 Devang PatelFix LLVM build on NetBSD. Patch by Neil Booth.
2007-06-04 Evan ChengLet IfConverter loose. Allow more aggressive subsumptio...
2007-06-04 Evan ChengMove ReplaceUsesOfBlockWith() out of BranchFolding...
2007-06-04 Devang Patels/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
2007-06-03 Owen AndersonDon't use the custom comparator where it's not necessary.
next