For PR950:
[oota-llvm.git] / lib / VMCore / Instructions.cpp
2006-10-20 Reid SpencerFor PR950:
2006-10-05 Chris LattnerAdd insertelement/extractelement helper ctors.
2006-09-18 Chris Lattneradd a helper method
2006-09-17 Chris LattnerAdd ShiftInst::isLogical/ArithmeticShift methods.
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-05-14 Chris Lattnerremove dead var
2006-05-10 Chris LattnerAdd an assertion for a common error
2006-05-03 Chris LattnerAdd assertions that verify that the actual arguments...
2006-04-14 Chris LattnerMove these ctors out of line
2006-04-08 Chris LattnerAdd methods to check insertelement/extractelement instr...
2006-04-08 Chris LattnerAdd shufflevector support, todo, implement better const...
2006-03-25 Chris LattnerTeach BinaryOperator::createNot to work with packed...
2006-01-17 Robert BocchinoVMCore support for the insertelement operation.
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2005-12-21 Chris LattnerGet logical operations to like packed types, allow...
2005-11-05 Chris Lattnerverify that alignments are always a power of 2
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-08-05 Chris LattnerPHINode::hasConstantValue should never return the PHI...
2005-08-05 Chris LattnerInvoke instructions do not dominate all successors
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...