oota-llvm.git
2007-06-19 Evan ChengNew test case: identity operation of RHS / LHS of a...
2007-06-19 Evan ChengLook for VECTOR_SHUFFLE that's identity operation on...
2007-06-18 Tanya LattnerUpdate docs for llvm.var.annotation intrinsic.
2007-06-18 Evan ChengFix some fragile code wrt CFG edge updating.
2007-06-18 Evan ChengMove CorrectExtraCFGEdges() from BranchFolding.cpp...
2007-06-18 Tanya LattnerModify annotate intrinsic to take 2 additional args...
2007-06-18 Chris Lattneradd helper
2007-06-18 Devang PatelFix quotes in debug messages.
2007-06-18 Chris Lattnermake ComputeTopDownOrdering significantly faster and...
2007-06-18 Dan GohmanIn SCEVAddExpr::get, skip over any cast operands before...
2007-06-18 Anton KorobeynikovMake BasicAliasAnalysis correctly register itself....
2007-06-18 Dan GohmanMake chain dependencies blue, in addition to being...
2007-06-18 Dan GohmanDefine the pushq instruction for x86-64.
2007-06-18 Dan GohmanAdd keyword explicit.
2007-06-18 Evan ChengProperly remove duplicate instructions as result of...
2007-06-18 Owen AndersonCache the results of dependsOnInvoke()
2007-06-18 Owen AndersonFix indentation.
2007-06-18 Owen AndersonDon't perform an expensive check if it's not necessary.
2007-06-17 Chris Lattnerensure we don't regress on these tests. We generate...
2007-06-16 Bill WendlingXFAILing until I can fix properly.
2007-06-16 Bill WendlingRevert patch. It regresses:
2007-06-16 Reid SpencerFix PR1517:
2007-06-16 Reid SpencerFix PR1516:
2007-06-16 Nick LewyckyCall the correct function name. Patch from Stephane...
2007-06-16 Evan ChengReally turn if-converter loose:
2007-06-16 Bill WendlingTestcase for MMX int to MMX register failure.
2007-06-16 Bill WendlingFix a failure to bit_convert from integer GPR to MMX...
2007-06-16 Owen AndersonFix test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll...
2007-06-16 Owen AndersonTestcase where GVNPRE was getting confused by invoke...
2007-06-15 Tanya LattnerCodegen support (stripped out) for the annotate attribute.
2007-06-15 Evan ChengNot every predicable block can be safely duplicated.
2007-06-15 Evan ChengInstructions with unique labels or embedded jumptables...
2007-06-15 Evan ChengAdded CanBeDuplicated(). It returns true if an instruct...
2007-06-15 Tanya Lattnertest case for annotate attribute
2007-06-15 Tanya LattnerAdd local var annotation intrinsic.
2007-06-15 Dan GohmanFold a binary operator with constant operands when...
2007-06-15 Chris LattnerFix CodeGen/X86/inline-asm-x-scalar.ll:test4, by retain...
2007-06-15 Chris Lattnermake this test harder, include a tied register.
2007-06-15 Evan ChengMachineInstr::isPredicable() is no longer needed.
2007-06-15 Evan ChengNo longer needed.
2007-06-15 Duncan SandsWorkaround for PR1508.
2007-06-15 Dan GohmanUse SCEVConstant::get instead of SCEVUnknown::get to...
2007-06-15 Owen AndersonFix test/Transforms/GVNPRE/2007-06-15-Looping.ll
2007-06-15 Owen AndersonAdd a testcase where GVNPRE what getting confused by...
2007-06-15 Evan ChengExtra edges are deleted later if needed.
2007-06-15 Duncan SandsUse "ignore" rather than grep tricks.
2007-06-15 Dan GohmanAdd a SCEV class and supporting code for sign-extend...
2007-06-15 Evan ChengAllow small blocks to be duplicated to enable if-conver...
2007-06-15 Chris LattnerGeneralize many transforms to work on ~ of vectors...
2007-06-15 Chris Lattneradd vector versions of this test
2007-06-15 Chris Lattnerm_not should match vector not
2007-06-15 Chris Lattneradd a Constant::getAllOnesValue helper function, which...
2007-06-15 Chris LattnerEnhance BinaryOperator::isNot to support vector not.
2007-06-15 Chris LattnerImplement two xforms:
2007-06-15 Chris Lattnertestcase for PR1510
2007-06-15 Chris Lattnerdelete some obviously dead vector operations, which...
2007-06-14 Evan ChengNo really, clear predcessors states.
2007-06-14 Evan ChengIf BB is predicated, invalidate its predecessor(s)...
2007-06-14 Dan GohmanRename MVT::getVectorBaseType to MVT::getVectorElementType.
2007-06-14 Dale JohannesenDo not treat FP_REG_KILL as terminator in branch analys...
2007-06-14 Evan ChengFix typo.
2007-06-14 Dan GohmanAdd a target hook to allow loads from constant pools...
2007-06-14 Evan ChengFix some stupid bugs that have effectively disabled...
2007-06-14 Dan GohmanEliminate some redundant newlines in asm output.
2007-06-14 Duncan SandsFix typos.
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.
next