oota-llvm.git
2006-12-18 Reid SpencerRemove some clutter and make it keep going instead...
2006-12-17 Chris LattnerFix PR1057 (compilation on macos 10.3), patch by Scott...
2006-12-17 Reid SpencerUse a predicate function to identify bitcast of fp...
2006-12-17 Reid SpencerFix PR1058:
2006-12-17 Bill WendlingAdded example of how to code print() methods so that...
2006-12-17 Bill WendlingFixed so that it dereferences the ostream pointer.
2006-12-17 Bill WendlingAccidental submission.
2006-12-17 Bill WendlingThis snuck in. Reverted.
2006-12-17 Reid SpencerFix problems in the CBE and InstructionCombining which...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-16 Reid SpencerAllow an --enable-pic option to turn on -fPIC compiler...
2006-12-16 Chris Lattnerwhen inserting a dummy argument to work-around the...
2006-12-16 Chris LattnerFix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
2006-12-16 Chris Lattnertestcase for pr1049
2006-12-16 Chris LattnerFix one more broken testcase
2006-12-16 Chris LattnerApply B. Scott Michel's patch for PR1054, thanks!
2006-12-16 Evan ChengCannot combine an indexed load / store any further.
2006-12-16 Evan ChengTypo.
2006-12-16 Chris LattnerFix borken testcase
2006-12-16 Chris Lattnerfix buggy testcase
2006-12-16 Chris Lattnertestcases for PR1042
2006-12-16 Chris LattnerFix PR1042, by tightening up the subtle rules with...
2006-12-16 Evan ChengExpand FP undef
2006-12-16 Jeff CohenThe best unbreakage yet, addressing Bill's concerns.
2006-12-16 Evan ChengAllow promoted FP_TO_UINT / FP_TO_SINT to expand operand.
2006-12-16 Devang PatelAdd getNumContainedPasses() and getContainedPass()...
2006-12-16 Evan ChengExpand fabs / fneg to and / xor.
2006-12-15 Devang PatelCosmetic changes, based on Chris's review.
2006-12-15 Jeff CohenAn even better unbreakage...
2006-12-15 Evan ChengFix select_cc, select expansion to soft-fp bugs.
2006-12-15 Jeff CohenComplete unbreak of VC++ (Chris identified the simple...
2006-12-15 Jeff CohenPartial unbreak of VC++ (stream stuff has no easy fix).
2006-12-15 Reid SpencerRemove an extraneous { at the end of a block.
2006-12-15 Jim LaskeyPatterns no longer needed due to fix in the DAG combiner.
2006-12-15 Jim LaskeyThis code was usurping the sextload expand in teh legal...
2006-12-15 Devang PatelMark dump* routines const routines.
2006-12-15 Evan ChengSome AT&T syntax assembler (e.g. Mac OS X) does not...
2006-12-15 Reid SpencerFix long standing issue with propagating error message...
2006-12-15 Reid SpencerFor PR1050:
2006-12-15 Devang PatelMove PMTopLevelManager and TImingInfo into anon namespace.
2006-12-15 Jim LaskeyNot all test cases are created equal. This fix is...
2006-12-15 Jim LaskeyNot needed. Misinterpreted error message from other...
2006-12-15 Andrew Lenharthextern_weak linkage. fixes PR1038
2006-12-15 Andrew Lenharthextern_weak link test
2006-12-15 Jim LaskeyMissing load/store relocations.
2006-12-15 Jim LaskeyProvide 64-bit support for i64 sextload<i8>.
2006-12-15 Jim LaskeyProvide support for FP_TO_UINT.
2006-12-15 Jim LaskeyPass html validation.
2006-12-15 Chris Lattnersilence a bogus warning
2006-12-15 Chris Lattnerreenable these
2006-12-15 Chris Lattnerre-enable a temporarily-reverted patch
2006-12-15 Chris LattnerNew testcase for llvm-gcc bugfix
2006-12-15 Evan ChengMinor clean up.
2006-12-15 Evan ChengSilly assertion. Forgot variable_ops instructions can...
2006-12-15 Evan ChengThis is done.
2006-12-15 Evan ChengExpand FP compares to soft-fp call(s)
2006-12-15 Devang Patels/ForcedLastUses/TransferLastUses/g
2006-12-14 Jim LaskeySimplify the fetching of relocation mode.
2006-12-14 Evan Chengf64 <-> i64 bit_convert using movq in 64-bit mode.
2006-12-14 Jim LaskeyFile missing from last check in.
2006-12-14 Evan ChengFix a couple of typo's.
2006-12-14 Evan ChengThis is done.
2006-12-14 Evan ChengAdded MOVSS2DIrr and MOVDI2SSrr to foldMemeoryOperand().
2006-12-14 Evan Cheng- Rename MOVDSS2DIrr to MOVSS2DIrr for consistency...
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-12-14 Rafael Espindolaavoid using a constant table when a constant can be...
2006-12-14 Chris Lattnerrandom minor typographical changes
2006-12-14 Jim LaskeyStart of PowerPC info.
2006-12-14 Rafael EspindolaAvoid creating invalid sub/add instructions on the...
2006-12-14 Evan ChengFix a long-standing spiller bug:
2006-12-14 Devang PatelAdd -time-passes support.
2006-12-14 Devang PatelAdd debug-pass=Details support to print Required and...
2006-12-14 Devang PatelAdd " Made Modification " messages in debug-pass=Execut...
2006-12-13 Devang PatelAdd debug-pass=Executions support in new pass manager.
2006-12-13 Devang PatelAdd -pass-debug=Arguments support in new manager.
2006-12-13 Chris Lattnerfit in 80 cols
2006-12-13 Devang PatelUsing PDL as a prefix for PassDebugLevel enums is not...
2006-12-13 Evan ChengAdd note.
2006-12-13 Evan ChengMore soft-fp work.
2006-12-13 Evan ChengAdd getTypeToExpandTo() which recursively walks Transfo...
2006-12-13 Devang PatelMove enum PassDebugLevel from PassManagerT.h to Pass.h.
2006-12-13 John CriswellRemove DSA.
2006-12-13 John CriswellRemove DSA header files.
2006-12-13 John CriswellChanged from PARALLEL_DIRS to DIRS since we're only...
2006-12-13 John CriswellRemove DSA.
2006-12-13 John CriswellRemove DSA tests.
2006-12-13 Reid SpencerFix a bug in EvaluateInDifferentType. The type of opera...
2006-12-13 John CriswellRemove DSA tests.
2006-12-13 Jim LaskeyUpdate version in safe guards.
2006-12-13 Chris Lattnerxfail these until I recommit the scalarrepl patch
2006-12-13 Reid SpencerImplement review feedback. Most of this has to do with...
2006-12-13 John CriswellRemove DSA tests.
2006-12-13 John CriswellRemove DSA.
2006-12-13 Reid SpencerFor mul transforms, when checking for a cast from bool...
2006-12-13 Reid SpencerFix and/or/xor (cast A), (cast B) --> cast (and/or...
2006-12-13 Reid SpencerRessurrect this needed file.
2006-12-13 Reid SpencerRessurrect the Stacker "st" configuration. Someday...
2006-12-13 Reid SpencerChange the interface to SCEVExpander::InsertCastOfTo...
2006-12-13 Reid SpencerFix some casts. isdigit(c) returns 0 or 1, not 0 or -1
2006-12-13 Reid SpencerUpdate for llvm-gcc4 build.
next