oota-llvm.git
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Jim LaskeyAllows debugging llc self hosted.
2006-11-09 Jim LaskeyMerging dwarf info to a single compile unit.
2006-11-09 Rafael Espindolaimplement load effective address similar to the alpha...
2006-11-09 Jim Laskeymath.h creates ambiguity
2006-11-09 Jim Laskeymath.h for C's sake.
2006-11-09 Chris Lattnercompletely revert patrick's enhancement to bugpoint...
2006-11-09 Chris Lattneradd a new bugpoint mode -llc-safe. This uses LLC for...
2006-11-09 Chris Lattnersilence warnings
2006-11-09 Chris LattnerTeach ShrinkDemandedConstant how to handle X+C. This...
2006-11-09 Chris Lattnernew testcases
2006-11-09 Evan ChenggetPostIndexedAddressParts change: passes in load/store...
2006-11-09 Evan ChengRemove M_2_ADDR_FLAG.
2006-11-09 Reid SpencerDon't run bugpoint if we can't find a misoptimization.
2006-11-09 Reid SpencerPrint a usage message if too few arguments to program.
2006-11-09 Reid SpencerAdd a utility script to find a mis-optimization problem...
2006-11-08 Tanya LattnerShould be xfailed for llvmgcc3
2006-11-08 Tanya LattnerShould be xfailed for llvmgcc4 and NOT *. * means all...
2006-11-08 Evan ChengAdded indexed store node and patfrag's.
2006-11-08 Evan ChengDivide select methods into groups by SelectionDAG node...
2006-11-08 Reid SpencerEnsure we don't regress on reading version 6 bytecode.
2006-11-08 Reid SpencerBump the bytecode version number to 7. Implement upgrad...
2006-11-08 Evan ChengUse movl+xchgl instead of pushl+popl.
2006-11-08 Evan ChengMatch tblegen changes.
2006-11-08 Evan ChengAlways pass the root node to ComplexPattern isel matchi...
2006-11-08 Evan ChengMatch more post-indexed ops.
2006-11-08 Tanya LattnerShould be xfailed for llvm-gcc3.4
2006-11-08 Reid SpencerDocument correct opcodes for post 1.9 release.
2006-11-08 Reid SpencerUpdate the instruction opcodes for release 1.9
2006-11-08 Chris Lattnerreenable factoring of GEP expressions, being more preci...
2006-11-08 Chris Lattnermake this code more efficient by not creating a phi...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Chris Lattnerdisable this factoring optzn for GEPs for now, this...
2006-11-08 Jim LaskeyMake sure <cmath> comes first
2006-11-08 Jim LaskeyAdd backup support for HUGH_VALF.
2006-11-08 Rafael Espindolainitial implementation of addressing mode 2
2006-11-08 Jim LaskeyMake it work on Darwin.
2006-11-08 John CriswellInclude llvm/Support/DataTypes.h to define intptr_t.
2006-11-08 Jim LaskeyNow can re-enable debug label folding.
2006-11-08 Jim LaskeyWasn't handling case of when machine move labels were...
2006-11-08 Devang PatelSplit FunctionPassManager_New into FunctionPassManager_...
2006-11-08 Devang PatelSplit PassManager_New into PassManager_New and PassMana...
2006-11-08 Devang PatelMove BasicBlockPassManager_New, FunctionPassManager_New and
2006-11-08 Evan Cheng- When performing pre-/post- indexed load/store transfo...
2006-11-08 Evan ChengFixed a minor bug preventing some pre-indexed load...
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Reid SpencerXFAIL this on Linux until Jim gets Darwin ship shape.
2006-11-08 Chris Lattnernow that we handle single mbb loops better, one branch...
2006-11-08 Chris Lattnerregenerate
2006-11-08 Chris LattnerFix a bug noticed by Emil Mikulic.
2006-11-08 Evan ChengFix a obscure post-indexed load / store dag combine...
2006-11-08 Chris LattnerRefactor all the addressing mode selection stuff into...
2006-11-08 Chris Lattnercorrect the (currently unused) pattern for lwzu.
2006-11-08 Chris Lattnerpreincrement case we miss. xfail until we catch it
2006-11-08 Devang PatelBeautify.
2006-11-08 Reid SpencerFix the section headings.
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Chris Lattneroptimize single MBB loops better. In particular, produce:
2006-11-08 Devang PatelBeautify.
2006-11-07 Devang PatelUpdate new pass managers to use PassManagerAnalysisHelp...
2006-11-07 Devang PatelDerive new pass managers from PassManagerAnalysisHelper.
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-07 Devang PatelIntroduce PassManagerAnalysisHelper.
2006-11-07 Devang PatelAdd PassManager_New.
2006-11-07 Evan ChengNew test case.
2006-11-07 Evan ChengFixed a bug which causes x86 be to incorrectly match
2006-11-07 Devang PatelFix comment.
2006-11-07 Devang PatelAdd ModulePassManager_New.
2006-11-07 Jim LaskeyAccidently reran commit.
2006-11-07 Devang PatelAdd FunctionPassManager_New.
2006-11-07 Jim LaskeyMissed a label map, reverting till covered.
2006-11-07 Devang PatelAdd BasicBlockPassManager_New.
2006-11-07 Jim LaskeyMissed a label map, reverting till covered.
2006-11-07 Andrew LenharthOptionally allow comparison operations from affect...
2006-11-07 Andrew LenharthAllow loop detection during debug in forwarding nodes...
2006-11-07 Andrew Lenharthdebug type for DSA TD
2006-11-07 Jim Laskey1. Add a pass to fold debug label instructions so a...
2006-11-07 Chris Lattneradd a note from viterbi
2006-11-07 Chris LattnerEnable improved spilling costs by default. This speeds...
2006-11-07 Andrew LenharthGot a little ahead of myself here
2006-11-07 Andrew LenharthFix this test
2006-11-07 Jim LaskeyUse correct value for float HUGH_VAL.
2006-11-07 Evan ChengAdded target hook for post-indexed memory ops transform...
2006-11-07 Evan ChengAdd post-indexed load / store transformations.
2006-11-07 Reid SpencerMake some corrections to this test case.
2006-11-07 Reid SpencerIgnore the Output dir.
2006-11-07 Reid SpencerAdd a test case for making sure gdb can get a stack...
2006-11-07 Chris LattnerAdd a new llcbeta option. This speeds up viterbi from...
2006-11-07 Reid SpencerUnbreak X86/ELF Debugging. Somehow this line got lost...
2006-11-07 Tanya LattnerBumping version number
2006-11-07 Chris Lattnerwrong bug #
2006-11-07 Chris LattnerFix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicEx...
2006-11-07 Chris Lattnernew testcase
2006-11-07 Chris Lattnerfix encoding of BLR
2006-11-07 Chris Lattneremit TIED_TO correctly
2006-11-06 Chris LattnerMark predicate operands as such in operand info.
2006-11-06 Chris LattnerAdd a new operand flag to mark which operand is the...
2006-11-06 Chris Lattnersimplify the way operand flags and constraints are...
2006-11-06 Chris Lattnerrecognize ppc's blr instruction as predicated
next