Don't forget to delete the FileStatus structure on destruction of Path.
[oota-llvm.git] / include /
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
2007-03-06 Reid SpencerMake StoreValueToMemory a little more efficient by...
2007-03-06 Reid SpencerMake GenericeValue into a struct with a union instead...
2007-03-06 Devang PatelUse std::deque to manage loop queue inside LPPassManager.
2007-03-06 Devang PatelKeep track of inherited analysis. For example, if a...
2007-03-06 Devang PatelAdd preparePassManager() hook. This allows each pass...
2007-03-05 Bill WendlingAdd the emms intrinsic for MMX support.
2007-03-05 Reid SpencerDocument the use of getValueType() more accurately...
2007-03-05 Devang PatelCurrent pass manager, not the parent pass manager,...
2007-03-05 Devang PatelAvoid constructing std::strings unless pass debugging...
2007-03-05 Jeff CohenThe hack won't work on VS 2005, and it might not be...
2007-03-05 Zhou ShengCorrect the calculation in APInt::logBase2().
2007-03-05 Jeff CohenElminate tabs and improve comments.
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-04 Chris Lattneradd a getSignBit method, elimiante virtual method from...
2007-03-04 Chris Lattnerfix 80 col violations, mark arrays static
2007-03-04 Chris Lattneradd a new node
2007-03-04 Chris Lattneradd iterator range version of ctor.
2007-03-03 Reid SpencerMake the creation functions take an error string. This...
2007-03-03 Reid SpencerRequire the destination GlobalValue for LoadValueFromMe...
2007-03-03 Reid SpencerRegularize the interface for conversion functions to...
2007-03-03 Reid SpencerAdd APIntVal as a possible GenericeValue.
2007-03-03 Reid SpencerMake getNumWords public so that those using getRawData...
2007-03-03 Reid SpencerAdd names for some of the operators. This is needed...
next