Make getNumWords public so that those using getRawData stand a chance of
[oota-llvm.git] / include /
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:
2007-02-28 Nate BegemanMore Mach-O writer improvements.
2007-02-28 Chris Lattneradd methods for analysis of call results and return...
2007-02-28 Chris Lattneradd methods to analyze calls and formals.
2007-02-28 Reid SpencergetActiveWords should return the number of words, not...
2007-02-28 Evan ChengMake requiresRegisterScavenging determination on a...
2007-02-28 Evan ChengMRegisterInfo disowns RegScavenger. It's immutable.
2007-02-27 Reid SpencerAdd some syntactic sugar.
2007-02-27 Evan ChengSome more code clean up.
2007-02-27 Evan ChengOops.
2007-02-27 Reid SpencerImplement countLeadingOnes() and getMinSignedBits(...
2007-02-27 Evan ChengRegScavenger interface change to make it more flexible.
2007-02-27 Evan ChengLet MRegisterInfo owns RegScavenger.
2007-02-27 Evan ChengPass IsImp, IsKill, and IsDead to ChangeToRegister.
2007-02-27 Reid SpencerImprove APInt interface:
2007-02-27 Reid SpencerAllow the RoundDoubleToAPInt function to specify a...
2007-02-27 Devang PatelMake getPassManagerType() const.
2007-02-27 Chris LattnerMinor refactoring of CC Lowering interfaces
2007-02-27 Chris Lattnermove CC Lowering stuff to its own public interface
2007-02-27 Evan Chengforward() should not increment internal iterator. Its...
2007-02-26 Reid SpencerFor PR1205:
2007-02-26 Evan ChengJoining an interval with a dead copy instruction. Short...
2007-02-26 Reid SpencerFix indentation.
2007-02-26 Reid Spencer1. Split getValue() into getSExtValue() and getZExtValu...
2007-02-26 Reid SpencerImplement inline methods that make transition of Consta...
2007-02-26 Reid SpencerMake isNegative() a const function since it doesn't...
2007-02-26 Reid SpencerAdd an isNegative method to determine if the APInt...
2007-02-25 Chris LattnerRework GlobalValue::removeDeadConstantUsers to always...
2007-02-25 Reid SpencerFix clearUnusedBits to not depend on "undefined behavio...
2007-02-25 Reid SpencerAdd a private constructor for efficiency.
2007-02-24 Reid SpencerImprove documentation.
2007-02-24 Chris LattnerRefactor the setName stuff, moving it down the inherita...
2007-02-23 Devang PatelLoop passes are set up to accept pointer.
2007-02-23 Evan ChengTemporay hook to enable register scavening for specific...
2007-02-23 Evan ChengUse findRegisterUseOperand to find a kill of particular...
2007-02-23 Evan ChengInitial check in of register scavenger. Its only curren...
2007-02-23 Devang PatelTeach LoopPass to assign itself one Loop Pass Manager.
2007-02-23 Devang PatelAdd facility that allows LoopPass to re-insert a loop...
2007-02-23 Devang PatelAdd LPPassManager interface that LoopPass can use to...
2007-02-22 Evan ChengCopy and paste silliness.
2007-02-22 Devang PatelAdd LoopQueue. This is used by loop pass manager to...
2007-02-22 Evan ChengRemove unnecessary isKill properties if a live range...
2007-02-22 Jim LaskeyTypo.
2007-02-22 Jim LaskeyRemove isAccessable.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-22 Devang PatelAdd Loop Pass Manager.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-21 Jim LaskeyAdd support for changes in DwarfWriter.
2007-02-21 Jim LaskeyAdd TAI field for exception table section.
2007-02-21 Jim LaskeyAllow for live in registers for eh landing pads.
2007-02-21 Jim LaskeyAdd a flag to MBBs to indicate whether it is an eh...
2007-02-21 Jim LaskeyAdd structures used for collecting eh information.
2007-02-21 Jim LaskeyAdd new instructions for handling data passed into...
2007-02-21 Jim LaskeyAdd new intrinsics for eh support.
2007-02-21 Devang PatelSimplify
2007-02-21 Reid SpencerAdd a dump() method for debugging.
2007-02-21 Devang PatelFix memory leak (PR 775).
2007-02-20 Reid SpencerAdd an internal convenience method for division that...
2007-02-20 Chris Lattnereliminate some dead friends.
2007-02-20 Chris Lattnercleanup ConstantInt to use a single DenseMap for uniqui...
2007-02-20 Chris LattnerMake ConstantInt::getTrue/getFalse be llvm_shutdown...
2007-02-20 Chris Lattneradd a way to register an arbitrary cleanup function.
2007-02-20 Chris LattnerClean up the internals of the ConstantInt machinery
2007-02-20 Chris Lattnerremove some dead passes and stuff specific to the reopt...
next