oota-llvm.git
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.
2006-12-13 Evan ChengUpdate comments.
2006-12-13 Evan ChengUpdate comments.
2006-12-13 Chris Lattneronly check non-external functions
2006-12-13 Chris LattnerReject attempts to define intrinsics. This fixes PR104...
2006-12-13 Chris LattnerNew testcase for PR1047
2006-12-13 Evan ChengExpand (f64 extload f32) to (f64 fp_ext (load f32)...
2006-12-13 Evan ChengExpand fsqrt, fsin, and fcos to libcalls.
2006-12-13 Devang PatelAdd #ifdef switch toggle between old and new pass manag...
2006-12-13 Chris Lattnerrevert my recent int<->fp and vector union promotion...
2006-12-13 Evan ChengExpand f32 / f64 to i32 / i64 conversion to soft-fp...
2006-12-13 Chris LattnerFix a regression that completely broke make install.
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-12-13 Reid SpencerChange createInferredCast calls to more accurate cast...
2006-12-13 Devang PatelFunctionPassManager does not support runOnModule().
2006-12-13 Devang PatelMove getAnalysis() and getAnalysisID() definitions...
2006-12-13 Devang PatelImplement PassManager_New destructors.
2006-12-12 Devang PatelRemove unused constructor.
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-12 Devang PatelAdd routines to dump pass manager queue.
2006-12-12 Devang PatelFunctionPassManager()
2006-12-12 Devang PatelDo not runOnFunction on external functions.
2006-12-12 Devang PatelInitialize AnalysisImpls for each pass before executing...
2006-12-12 Devang PatelcollectRequiredAnalysisPasses().
2006-12-12 Devang PatelremoveNotPreservedAnalysis().
2006-12-12 Devang PatelInitialize activeManager.
2006-12-12 Devang PatelRemove unused constructor.
2006-12-12 Devang PatelMaintain ImmutablePasses list at top level only. Do...
2006-12-12 Devang PatelfindAnalysisPass().
2006-12-12 Devang PatelFix thinko.
2006-12-12 Devang Patelo s/OtherPassManagers/IndirectPassManagers
2006-12-12 Devang PatelInitialize AnalysisImpls for ImmutablePass.
2006-12-12 Evan ChengExpand FP constant to integers if FP types are not...
2006-12-12 Devang PatelSet top level manager.
2006-12-12 Evan ChengSoft fp FNEG, SINT_TO_FP, UINT_TO_FP libcall expansion.
2006-12-12 Evan ChengExpand ConstantFP to load from CP if float types are...
2006-12-12 Evan ChengExpand i32/i64 CopyToReg f32/f64 to BIT_CONVERT + CopyT...
2006-12-12 Jim LaskeyHonor cpu directive, take two.
2006-12-12 Jim LaskeyIgnore entries with blank names.
2006-12-12 Evan Cheng- When expanding a bit_convert whose src operand is...
2006-12-12 Jim LaskeyRemove unneeded include.
2006-12-12 Jim LaskeyRollback changes to take a different tack.
2006-12-12 Chris Lattnerthis can be trunc or bitcast, per line 3092.
2006-12-12 Chris LattnerFix regression on 400.perlbench last night.
2006-12-12 Rafael Espindolamore general matching of the MVN instruction
2006-12-12 Jim LaskeyHonor the command line specification for machine type.
2006-12-12 Rafael Espindoladon't use "ordinary" addressing mode 1 when mvn is...
2006-12-12 Jim LaskeyReduce number of instructions to load 64-bit constants.
2006-12-12 Reid SpencerFix numerous inferred casts.
next