Avoid constructing std::strings unless pass debugging is ON.
[oota-llvm.git] / include /
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:
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...
next