Use the bool argument to hasConstantValue to decide whether the client is
[oota-llvm.git] / lib / VMCore / Instructions.cpp
2005-08-05 Chris LattnerUse the bool argument to hasConstantValue to decide...
2005-08-05 Chris LattnerMark hasConstantValue as a const method
2005-08-04 Nate BegemanAdd an extra parameter that Chris requested
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-06 Chris Lattneradd support for explicit calling conventions
2005-05-06 Chris LattnerAdd a 'tail' marker for call instructions, patch contri...
2005-05-03 Chris Lattnerfix a bug in the 1 index GEP handling code
2005-05-03 Chris Lattneradd direct support for making GEP instrs with one index
2005-04-24 Chris LattnerAllow these methods to take a generic Value* to simplif...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-16 Misha BrukmanConvert tabs to spaces
2005-02-24 Chris Lattnerswitch instructions only allow constantints for their...
2005-02-05 Chris LattnerInstead of initializing the volatile field, use accesso...
2005-01-29 Chris LattnerMake sure that we always grow a multiple of 2 operands.
2005-01-29 Chris LattnerMerge InstrTypes.cpp into this file
2005-01-27 Misha BrukmanFix grammar
2004-11-18 Chris LattnerThese methods are inlined
2004-11-17 Alkis EvlogimenosMake ReturnInst accept a value of type void as the...
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-15 Chris LattnerMove the implementation of the instructions clone metho...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-06 Alkis EvlogimenosSplit assertion to two in order to give better assertio...
2004-07-29 Alkis EvlogimenosMerge i*.cpp definitions into Instructions.cpp as part...