oota-llvm.git
2006-10-27 Jim LaskeySwitch over from SelectionNodeCSEMap to FoldingSet.
2006-10-27 Devang PatelUse doc_code class.
2006-10-27 Jim LaskeyClean up
2006-10-27 Devang PatelDocument removeModule().
2006-10-27 Chris Lattnerthis doesn't occur any more in mason
2006-10-27 Chris Lattnerthe code in question is now:
2006-10-27 Devang PatelDocument getAlignment()
2006-10-27 Chris Lattnerremove debug code
2006-10-27 Chris LattnerCodegen cond&cond with two branches. This compiles...
2006-10-27 Chris Lattnernew testcase
2006-10-27 Chris LattnerTurn conditions like x<Y|z==q into multiple blocks.
2006-10-27 Chris Lattnernew testcase
2006-10-27 Evan ChengFixed a significant bug where unpcklpd is incorrectly...
2006-10-27 Evan ChengAdd a new vextract test case.
2006-10-27 Bill WendlingForgot a }
2006-10-27 Bill WendlingRe-added the part where it tries to remove all global...
2006-10-27 Jim LaskeySmallVector append not insert.
2006-10-27 Jim LaskeyGrrr.
2006-10-27 Jim LaskeyTemp patch for missing functionality.
2006-10-27 Reid SpencerMake the Value and Type methods print a newline so...
2006-10-27 Evan ChengFix for PR968: expand vector sdiv, udiv, srem, urem.
2006-10-27 Bill WendlingMathExtras isn't in the llvm/ADT directory but in the...
2006-10-27 Jim LaskeyApply editorials.
2006-10-27 Reid SpencerImprove cvs ignoring of test results.
2006-10-27 Jim LaskeyBreakout folding hash set from SelectionDAGCSEMap.
2006-10-27 Reid SpencerInitialize CStringSection member var.
2006-10-27 Reid SpencerAdd a run line to this test.
2006-10-26 Evan ChengChange load PatFrag to ignore indexed load.
2006-10-26 Evan ChenggetPreIndexedLoad -> getIndexedLoad.
2006-10-26 Evan ChengIndexed load / store changes.
2006-10-26 Evan ChengPlace cstrings in .cstring section.
2006-10-26 Evan ChengSpeed up isCString()
2006-10-26 Devang PatelSave temp. bc files when saveTemps flag is true. Use...
2006-10-26 Reid SpencerSimplify code a bit by changing instances of:
2006-10-26 Evan ChengPut cstrings in .cstring section when compiling for...
2006-10-26 Evan ChengAdded CStringSection.
2006-10-26 Evan ChengAdd isCString() - returns true if a ConstantArray is...
2006-10-26 Chris LattnerFix Transforms/InstCombine/2006-10-26-VectorReassoc.ll
2006-10-26 Chris Lattnernew testcase, should not reassoc fp vector
2006-10-26 Chris LattnerAdd isFPOrFPVector() method, which indicates if a type...
2006-10-26 Rafael Espindolainitial support for frame pointers
2006-10-26 Reid SpencerEnclose a case in { and } so that the pickier compilers...
2006-10-26 Reid SpencerFor PR950:
2006-10-26 Nick LewyckyFix 2006-10-25-AddSetCC. A relational operator (like...
2006-10-26 Nick LewyckyHandling of setlt/le/gt/ge is broken at the moment...
2006-10-26 Reid SpencerMake the makefile tell us when Intrinsics.gen is being...
2006-10-26 Nick LewyckyThis testcase was logically wrong! Fixing, and includin...
2006-10-25 Nick LewyckyResurrect r1.25.
2006-10-25 Chris Lattnersimplify code
2006-10-25 Evan ChengNew shuffle test case.
2006-10-25 Evan ChengDuring vector shuffle lowering, we sometimes commute...
2006-10-25 Evan ChengX86ISD::PEXTRW 3rd operand type is always target pointe...
2006-10-25 Chris Lattnerhide symbols properly
2006-10-25 Evan ChengRemove -disable-x86-shuffle-opti
2006-10-25 Bill WendlingFix for PR960. Improves bugpoint so that it removes...
2006-10-25 Devang PatelSupply alignment info to linker through LLVMSymbol.
2006-10-25 Chris Lattnerturn off tail merging for now
2006-10-25 Chris Lattnerbe more aggressive about matching identical instructions.
2006-10-25 Chris LattnerAllow this to pass on ppc
2006-10-25 Chris LattnerModernize the testcase, allow it to pass on ppc
2006-10-24 Devang PatelTargetData is not subclassed. So no need to have virtua...
2006-10-24 Chris LattnerTargets should depend on all the intrinsics.td files...
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Rafael Espindolaexpand ISD::VACOPY
2006-10-24 John CriswellRemoved extraneous semi-colon; this was prevening the...
2006-10-24 Devang PatelInstead of hard coding global prefix, use TargetAsmInfo.
2006-10-24 Chris LattnervisitSwitchCase knows how to insert conditional branche...
2006-10-24 Chris LattnerGeneralize CaseBlock a bit more:
2006-10-24 Chris Lattnerupdate comment
2006-10-24 Chris LattnerFix CodeGen/IA64/ret-0.ll, which has apparently been...
2006-10-24 Chris Lattnernew testcase
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnergeneralize 'CaseBlock'. It really allows any compariso...
2006-10-24 Chris Lattnerimplement uncond branch insertion, mark branches with...
2006-10-24 Chris Lattnerimplement uncond branch insertion for the branch foldin...
2006-10-24 Chris Lattnerimplement uncond branch insertion so alpha works work...
2006-10-24 Chris Lattnerimplement uncond branch insertion for sparc to fix...
2006-10-24 Chris Lattnernew bad case
2006-10-24 Jim LaskeyDon't do dead block elimination in fast mode.
2006-10-24 Rafael Espindolafix assert comment
2006-10-24 Jim LaskeyLinearScanner hotspot.
2006-10-24 Jim LaskeyTighter data structure for deleted debug labels.
2006-10-24 Chris LattnerFix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll
2006-10-24 Chris LattnerNew testcase that crashes scalarrepl
2006-10-24 Chris Lattnermove single basic blocks that are neither fallen into...
2006-10-24 Chris LattnerAdd intrinsics for the rest of the DCB* instructions.
2006-10-24 Chris Lattneradd missing dcb* intrinsics
2006-10-24 Chris LattnerRevert back to r1.21, which was the last revision of...
2006-10-24 Chris Lattneradd moveBefore/moveAfter helper methods
2006-10-23 Devang PatelFix typo. Add more comment. Avoid extra hash_map search.
2006-10-23 Chris Lattneradd two helper methods
2006-10-23 Devang PatelAdd removeModule().
2006-10-23 Chris LattnerEnable tail merging by default.
2006-10-23 Evan ChengUpdate test case.
2006-10-23 Rafael Espindolaimplement STRB and STRH
2006-10-23 Rafael Espindolaexpand ISD::MEMSET
2006-10-23 Andrew LenharthMake these hack flags hidden, like other dsa hack flags
2006-10-23 Andrew LenharthRevert the aggressive inlining for now, it doesn't...
2006-10-23 Andrew Lenharthchange this back
2006-10-23 Andrew Lenharthrestore these tests
next