Stop using getValues().
[oota-llvm.git] / lib / Transforms / Scalar / InstructionCombining.cpp
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-01 Chris LattnerFix a regression in InstCombine/xor.ll
2004-07-30 Misha BrukmanFix De Morgan's name.
2004-07-30 Chris LattnerStart using the PatternMatcher a bit.
2004-07-27 Robert BocchinoThis change fixed a bug in the function visitMul. ...
2004-07-27 Brian GaekeMake the create...() functions for some of these passes...
2004-07-21 Chris Lattner* Further cleanup.
2004-07-21 Chris LattnerMake cast-cast code a bit more defensive
2004-07-21 Chris LattnerRemove special casing of pointers and treat them generi...
2004-07-20 Chris LattnerImplement Transforms/InstCombine/IntPtrCast.ll
2004-07-20 Chris LattnerImplement InstCombine/GEPIdxCanon.ll
2004-07-20 Chris LattnerRewrite cast->cast elimination code completely based...
2004-07-18 Chris LattnerMinor cleanup, no functionality change
2004-07-18 Reid SpencerDelete a no-op loop.
2004-07-18 Reid Spencerbug 122:
2004-07-13 Chris LattnerFactor some code to handle "load (constantexpr cast...
2004-07-06 Chris LattnerCheck to make sure types are sized before calling getTy...
2004-07-06 Chris LattnerImplement rem.ll:test3
2004-07-06 Chris LattnerFix a minor bug where we would go into infinite loops...
2004-07-06 Chris LattnerImplement InstCombine/sub.ll:test15: X % -Y === X % Y
2004-07-03 Chris LattnerImplement add.ll:test22, a common case in MSIL files
2004-07-02 Chris LattnerDo not call getTypeSize on a type that has no size
2004-06-27 Chris LattnerImplement InstCombine/add.ll:test21
2004-06-18 Chris LattnerImplement Transforms/InstCombine/and.ll:test17, a commo...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-10 Chris LattnerFix a bug in my checkin from last night that caused...
2004-06-10 Chris LattnerMore minor cleanups
2004-06-10 Chris LattnerEliminate many occurrances of Instruction::
2004-06-09 Chris LattnerImplement InstCombine/select.ll:test15*
2004-06-09 Chris LattnerBe more careful about the order we put stuff onto the...
2004-06-09 Chris LattnerImplement select.ll:test14*
2004-05-27 Chris LattnerFix InstCombine/load.ll & PR347.
2004-05-25 Chris LattnerImplement InstCombine:shift.ll:test16, which turns...
2004-05-25 Chris LattnerImplement instcombine/cast.ll:test16:
2004-05-13 Chris LattnerThis was not meant to be committed
2004-05-13 Chris LattnerFix a nasty bug that caused us to unroll EXTREMELY...
2004-05-08 Chris LattnerFix stupid bug in my checkin yesterday
2004-05-07 Chris LattnerImplement folding of GEP's like:
2004-05-07 Chris LattnerFix PR336: The instcombine pass asserts when visiting...
2004-05-04 Chris LattnerMinor efficiency tweak, suggested by Patrick Meredith
2004-05-01 Chris LattnerMake sure to reprocess instructions used by deleted...
2004-05-01 Chris LattnerMake sure the instruction combiner doesn't lose track...
2004-04-30 Chris LattnerFix a major pessimization in the instcombiner. If...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-26 Chris LattnerInstcombine X/-1 --> 0-X
2004-04-17 Chris LattnerFix a HUGE pessimization on X86. The indvars pass...
2004-04-16 Chris LattnerFix some really nasty dominance bugs that were exposed...
2004-04-14 Chris LattnerADd a trivial instcombine: load null -> null
2004-04-11 Chris LattnerFix a bug in my select transformation
2004-04-10 Chris LattnerImplement InstCombine/select.ll:test13*
2004-04-10 Chris LattnerImplement InstCombine/add.ll:test20
2004-04-10 Chris LattnerFix spurious warning in release mode
2004-04-09 Chris LattnerImplement select.ll:test12*
2004-04-09 Chris LattnerFold binary operators with a constant operand into...
2004-04-09 Chris LattnerImplement select.ll:test11
2004-04-08 Chris LattnerImplement InstCombine/cast-propagate.ll
2004-04-08 Chris LattnerImplement InstCombine/select.ll:test[7-10]
2004-04-07 Chris LattnerImplement test/Regression/Transforms/InstCombine/getele...
2004-04-05 Chris LattnerFix a bug in yesterdays checkins which broke siod....
2004-04-05 Chris LattnerFix InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-30 Chris LattnerImplement select.ll:test[3-6]
2004-03-26 Chris LattnerX % -1 == X % 1 == 0
2004-03-25 Chris LattnerTwo changes:
2004-03-19 Chris LattnerTeach the optimizer to delete zero sized alloca's ...
2004-03-13 Chris LattnerAdd some debugging output
2004-03-13 Chris LattnerImplement sub.ll:test14
2004-03-12 Chris LattnerImplement InstCombine/sub.ll:test12 & test13
2004-03-12 Chris LattnerAdd trivial optimizations for select instructions
2004-02-28 Chris LattnerRename AddUsesToWorkList -> AddUsersToWorkList, as...
2004-02-28 Chris LattnerTurn 'free null' into nothing
2004-02-27 Chris LattnerImplement test/Regression/Transforms/InstCombine/canoni...
2004-02-24 Chris LattnerFix a faulty optimization on FP values
2004-02-23 Chris LattnerGenerate much more efficient code in programs like...
2004-02-23 Chris LattnerFix a small typeo in my checkin last night that broke...
2004-02-23 Chris LattnerFix InstCombine/2004-02-23-ShiftShiftOverflow.ll
2004-02-23 Chris LattnerImplement cast.ll::test14/15
2004-02-23 Chris LattnerRefactor some code. In the mul - setcc folding case...
2004-02-23 Chris LattnerImplement mul.ll:test11
2004-02-23 Chris LattnerImplement "strength reduction" of X <= C and X >= C
2004-02-23 Chris LattnerImplement InstCombine/mul.ll:test10, which is a case...
2004-02-22 Chris LattnerImplement Transforms/InstCombine/cast.ll:test13, a...
2004-02-16 Chris LattnerFold PHI nodes of constants which are only used by...
2004-02-16 Chris LattnerTeach LLVM to unravel the "swap idiom". This implements:
2004-02-16 Chris LattnerImplement Transforms/InstCombine/xor.ll:test19
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-02-02 Chris LattnerDisable (x - (y - z)) => (x + (z - y)) optimization...
2004-01-14 Chris LattnerFix InstCombine/2004-01-13-InstCombineInvokePHI.ll...
2004-01-12 Chris LattnerFix bug in previous checkin
2004-01-12 Chris LattnerEliminate use of ConstantHandling and ConstantExpr...
2004-01-12 Chris LattnerDo not hack on volatile loads. I'm not sure what the...
2003-12-19 Chris LattnerFactor code out into the Utils library
2003-12-07 Chris Lattner* Finegrainify namespacification
2003-11-13 Chris LattnerImplement feature: InstCombine/2003-11-13-ConstExprCast...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerFix flawed logic that was breaking several SPEC benchma...
2003-11-05 Chris LattnerFix bug with previous implementation:
2003-11-04 Chris LattnerMinor cleanup, plus implement InstCombine/xor.ll:test17
2003-11-04 Chris LattnerImplement InstCombine/xor.ll:test(15|16)
next