Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / VMCore / Instruction.cpp
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