No longer needed.
[oota-llvm.git] / include /
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...
2007-03-03 Reid SpencerAdd isPositive for symmetry with isNegative.
2007-03-02 Anton KorobeynikovFix uninitialized use of variable. Remove tabs and...
2007-03-02 Chris LattnerFix PR1234 by working around a compiler bug.
2007-03-02 Owen AndersonFix a typo.
2007-03-02 Evan ChengMake it 64-bit safe.
2007-03-02 Reid SpencerAdd a non-virtual test for zero, isZero, and rename...
2007-03-01 Reid SpencerAdd an abs() function to get the absolute value.
2007-03-01 Reid SpencerRemove virtual keyword from method that doesn't need...
2007-03-01 Reid SpencerMake it possible to create an SCEVUnknown from an APInt...
2007-03-01 Reid SpencerAdd an isUnitValue method for comparison against 1...
2007-03-01 Owen AndersonUse GCC intrinsics when available, and use smarter...
2007-03-01 Reid SpencerAdd doubleToBits and floatToBits methods.
2007-03-01 Jim LaskeyCollect eh filter info.
2007-03-01 Jim LaskeyAdd eh filter intrinsic.
2007-03-01 Reid SpencerAdd bitsToDouble and bitsToFloat methods for re-interpr...
2007-03-01 Reid SpencerDrop the ConstantInt(const Type&, const APInt&) constru...
2007-03-01 Reid SpencerAdd methods for bit width modification: sextOrTrunc...
2007-03-01 Evan ChengAdd a version of FindUnusedReg that restrict search...
2007-03-01 Reid SpencerRemove the "isSigned" parameters from ConstantRange...
2007-03-01 Owen AndersonUse the GCC built-in for PopulationCount when it's...
2007-03-01 Reid SpencerAdd a square root function.
2007-03-01 Reid SpencerReduce #includage by taking a method out of line.
2007-03-01 Reid SpencerAdd an IntegerType::getMask() method to get an APInt...
2007-03-01 Evan ChengClean up interface.
2007-03-01 Evan ChengTrack all joined registers and eliminate unneeded kills...
2007-03-01 Evan ChengMachineBasicBlock fields should not be public.
2007-02-28 Reid SpencerMove ConstantRange class to lib/Support from lib/Analys...
2007-02-28 Reid SpencerProvide an ICmpInst::makeConstantRange to generate...
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerImplement a convenience method to construct a ConstantI...
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Jim LaskeyProvide a more meaningful name.
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerMake APInt a little more friendly to its users:
next