Fix a bug I introduced with my patch yesterday which broke Qt (I converted
[oota-llvm.git] / include /
2007-04-03 Bill WendlingAdd FEMMS and ADDQ. Renamed MMX recipes to prepend...
2007-04-03 Chris Lattneradd missing operator
2007-04-03 Chris Lattneradd a helper function to constantint.
2007-04-02 Evan ChengUgh. Copy coalescer does not update register numbers.
2007-04-02 Chris Lattneradd a helper function.
2007-04-02 Chris Lattneradd range version of insert()
2007-04-01 Zhou ShengRemove unused methods.
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-03-31 Chris LattnerSplit the sdisel code munging stuff out into its own...
2007-03-31 Chris Lattnerswitch TL::getValueType to use MVT::getValueType.
2007-03-31 Chris Lattneradd a method to turn a type into a VT.
2007-03-30 Chris Lattneradd one addressing mode description hook to rule them...
2007-03-30 Zhou ShengMake sure this method just return value equal or less...
2007-03-30 Duncan SandsCorrect typo.
2007-03-30 Zhou ShengRename and correct the method "greaterOrEqual".
2007-03-30 Zhou ShengAdd two utility methods into ConstantInt.
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Chris Lattneradd a hook to demat functions.
2007-03-29 Jeff CohenuniqueID is a uint64_t (caught by VC++)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerDon't forget to delete the FileStatus structure on...
2007-03-29 Reid SpencerFor PR789:
2007-03-28 Evan ChengRemove isLegalAddressImmediate.
2007-03-27 Bill WendlingAdd support for integer comparison builtins.
2007-03-26 Evan ChengChange findRegisterUseOperand() to return operand index...
2007-03-26 Dale JohannesenFix reversed logic in getRegsUsed. Rename RegStates...
2007-03-26 Bill WendlingAdd support for the v1i64 type. This makes better code...
2007-03-26 Chris LattnerStart value symbol tables out small (space for 16 elts...
2007-03-25 Reid SpencerCompute getLowBitsSet correctly. Using the complement...
2007-03-25 Anton KorobeynikovFirst step of switch lowering refactoring: perform...
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-25 Reid SpencerFix a typo in a comment.
2007-03-25 Reid SpencerActually, for getHighBitsSet and getLowBitsSet, don...
2007-03-24 Reid SpencerMake it illegal to set 0 bits in getHighBitsSet and...
2007-03-24 Reid SpencerIn the getBitsSet function, don't optimize for a common...
2007-03-24 Reid SpencerDon't invoke undefined behavior in shifts in the functi...
2007-03-24 Reid SpencerImplement the getBitsSet function.
2007-03-24 Reid SpencerImplement the getHighBitsSet and getLowBitsSet functions.
2007-03-24 Reid SpencerGet the signs in the right place!
2007-03-24 Reid SpencerUndo the last change and make this really implement...
2007-03-24 Reid SpencerCorrect the implementation of srem to be remainder...
2007-03-24 Reid SpencerClean up this interface:
2007-03-24 Chris Lattneradd a valuetype for v1i64, which is needed by mmx.
2007-03-23 Bill WendlingThis is dead. DEAD I tells you!!
2007-03-23 Bill WendlingPR1260:
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-03-22 Bill WendlingWe generate a shufflevector instruction, so we don...
2007-03-22 Jeff CohenBe more explicit concerning argument sizes.
2007-03-22 Bill WendlingSupport added for shifts and unpacking MMX instructions.
2007-03-22 Reid SpencerFor PR1145:
2007-03-21 Reid SpencerFix a comment.
2007-03-21 Dale Johannesenrepair x86 performance, dejagnu problems from previous...
2007-03-20 Dale Johannesendo not share old induction variables when this would...
2007-03-20 Dale Johannesenmaintain LiveIn when splitting blocks (register scaveng...
2007-03-20 Devang PatelLoopSimplify::FindPHIToPartitionLoops()
2007-03-20 Evan ChengFirst cut trivial re-materialization support.
2007-03-20 Evan ChengAdded MRegisterInfo hook to re-materialize an instruction.
2007-03-20 Zhou ShengCorrect the name: isStrictPositive --> isStrictlyPositive.
2007-03-20 Chris LattnerAdd a dtor to fix leaks from all clients of BitVector.
2007-03-19 Reid SpencerAllow ConstantInt::get(Ty, uint64_t) to interpret the...
2007-03-19 Reid SpencerAdd an indication of signedness to the uint64_t constru...
2007-03-19 Duncan SandsFix obvious typo in comment.
2007-03-19 Evan ChengAdd a TargetInstrDescriptor flag to mark an instruction...
2007-03-19 Zhou ShengAdd isStrictPositive() to APInt to determine if this...
2007-03-18 Evan ChengFix comment.
2007-03-17 Evan ChengTrack the BB's where each virtual register is used.
2007-03-16 Evan ChengAdded isLegalAddressExpression hook to test if the...
2007-03-16 Evan ChengThese forward declarations are not needed.
2007-03-15 Bill WendlingMultiplication support for MMX.
2007-03-14 Jeff CohenFix for VS 2005 problem supplied by Morten Ofstad.
2007-03-13 Zhou ShengAdd zextOrCopy() into APInt for convenience.
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-11 Zhou ShengAdd getSignBit() and operator<<= into APInt for conveni...
2007-03-10 Nick LewyckyAdd getter methods for the extremes of a ConstantRange.
2007-03-10 Bill WendlingAdding more arithmetic operators to MMX. This is an...
2007-03-08 Bill WendlingAdded "padd*" support for MMX. Added MMX move stuff...
2007-03-08 Evan ChengAdd ReadOnlySection directive.
2007-03-08 Evan ChengAdded ContainsRelocations() to check if a constant...
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-07 Evan ChengAdd a utility function to test whether a load is unindexed.
2007-03-07 Devang PatelNow IndVarSimplify is a LoopPass.
2007-03-07 Devang PatelNow LICM is a LoopPass.
2007-03-07 Anton KorobeynikovFix DWARF debugging information on x86/Linux and (hopef...
2007-03-07 Evan ChengAdd skipTo to set internal iterator. Useful when pointe...
2007-03-07 Devang PatelNow LoopUnroll is a LoopPass.
2007-03-07 Devang PatelNow LoopUnswitch is a LoopPass.
2007-03-06 Devang PatelNow LoopStrengthReduce is a LoopPass.
2007-03-06 Devang PatelUse schedulePass() instead of assignPassManager() to...
2007-03-06 Devang PatelAdd LPPassManager::insertLoop().
2007-03-06 Devang PatelLPPassManager::deleteLoopFromQueue() add meat. Cut...
2007-03-06 Devang PatelLPPassManager. Implement preparePassManager() hook.
2007-03-06 Devang PatelKeep track of higher level analysis.
2007-03-06 Devang PatelLPPassManager : Add initialization and finalizatino...
2007-03-06 Evan ChengMinor interface change.
2007-03-06 Evan ChengRegister scavenger is now capable of scavenging. It...
2007-03-06 Anton KorobeynikovEnumerate SDISel formal parameter attributes. Make...
2007-03-06 Anton KorobeynikovImplement PR1240
next