Reverting dtor devirtualization patch.
[oota-llvm.git] / lib / VMCore / Instruction.cpp
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-12-05 Duncan SandsCommit 44487 broke bootstrap of llvm-gcc-4.2. It is
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-07-26 Dan GohmanMove the GET_SIDE_EFFECT_INFO logic from isInstructionT...
2007-02-24 Chris LattnerRefactor the setName stuff, moving it down the inherita...
2007-02-19 Chris Lattnerremove warning
2007-02-19 Reid SpencerAdd a FIXME for unwritten code.
2007-02-16 Andrew Lenharthfix build
2007-02-15 Chris Lattnermake mayWriteToMemory a non-virtual function
2007-02-13 Chris LattnerSwitch UnaryOperators to default to passing names up...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-05 Reid SpencerFor PR411:
2007-01-04 Chris LattnerNow that setcondinst has been eliminated, we can mark...
2006-12-23 Reid SpencerFor PR950:
2006-12-03 Reid SpencerAllow the ICmp and FCmp instructions to be written...
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Chris LattnerFix Transforms/InstCombine/2006-10-26-VectorReassoc.ll
2006-10-26 Reid SpencerFor PR950:
2006-09-17 Chris LattnerAdd new SetCondInst::isRelational/isEquality methods...
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-04-08 Chris LattnerAdd shufflevector support, todo, implement better const...
2006-01-17 Robert BocchinoVMCore support for the insertelement operation.
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2005-08-08 Chris Lattneradd new helper function
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-06 Chris LattnerAdd a 'tail' marker for call instructions, patch contri...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the 2nd argument to Value::setName
2005-01-29 Chris LattnerAdjust to changes in User class.
2004-11-30 Chris LattnerAdd method
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-11 Chris LattnerImplement remove/eraseFromParent methods
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-27 Chris LattnerFold iType into Value::VTy
2004-05-26 Alkis EvlogimenosRefactor common initialization code in private init...
2004-03-12 Chris LattnerKnow the opcode name of the select instruction
2004-02-04 Chris LattnerIf changing a parent, don't add then remove the object...
2004-01-12 Chris LattnerImplement new Instruction::isRelational method
2003-11-20 Chris Lattner* Finegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics and instructions
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Misha BrukmanFix spelling/grammar.
2003-09-08 Chris LattnerAdd support for unwind
2003-07-31 Tanya Lattner*** empty log message ***
2003-07-31 Tanya LattnerAdded function to determine if an Instruction may trap.
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-31 Chris LattnerNew isAssociative/isCommutative inspection methods...
2002-09-10 Chris LattnerAdd capability to insert an instruction into a basic...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Now users...
2002-09-06 Chris LattnerMove code out of header files into .cpp files to make...
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-03 Chris LattnerSwitch from MachineCodeForVMInstr model that is built...
2002-01-26 Chris LattnerRemove extraneous #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-09-07 Chris Lattner* Support new setname interface
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Chris LattnerFix code to be in a consistent style
2001-07-21 Chris LattnerRemove getTempValuesForMachineCode from the Instruction...
2001-07-20 Vikram S. AdveAdded a representation of the machine instructions...
2001-06-25 Chris LattnerMoved UnaryOperator::create to InstrTypes.cpp until...
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision