aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add shufflevector support, todo, implement better constant folding.Chris Lattner2006-04-081-0/+1
* VMCore support for the insertelement operation.Robert Bocchino2006-01-171-0/+1
* Added support for the extractelement operation.Robert Bocchino2006-01-101-0/+1
* add new helper functionChris Lattner2005-08-081-0/+9
* core changes for varargsAndrew Lenharth2005-06-181-4/+1
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-061-0/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-9/+0
* Remove the 2nd argument to Value::setNameChris Lattner2005-03-051-4/+1
* Adjust to changes in User class.Chris Lattner2005-01-291-11/+8
* Add methodChris Lattner2004-11-301-2/+27
* Add support for undef and unreachableChris Lattner2004-10-161-0/+1
* Implement remove/eraseFromParent methodsChris Lattner2004-10-111-0/+7
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fold iType into Value::VTyChris Lattner2004-06-271-6/+6
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-261-6/+22
* Know the opcode name of the select instructionChris Lattner2004-03-121-0/+1
* If changing a parent, don't add then remove the object from the leak detectorChris Lattner2004-02-041-5/+5
* Implement new Instruction::isRelational methodChris Lattner2004-01-121-0/+16
* * Finegrainify namespacificationChris Lattner2003-11-201-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-1/+1
* Add support for the new varargs intrinsics and instructionsChris Lattner2003-10-181-1/+2
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Fix spelling/grammar.Misha Brukman2003-10-101-1/+1
* Add support for unwindChris Lattner2003-09-081-0/+1
* *** empty log message ***Tanya Lattner2003-07-311-1/+1
* Added function to determine if an Instruction may trap.Tanya Lattner2003-07-311-0/+17
* Add support for the new va_arg instructionChris Lattner2003-05-081-1/+2
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-3/+3
* New isAssociative/isCommutative inspection methods, graciously contributed byChris Lattner2002-10-311-0/+39
* Add capability to insert an instruction into a basic block immediately afterChris Lattner2002-09-101-1/+9
* Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner2002-09-081-0/+10
* Move code out of header files into .cpp files to make future changes easierChris Lattner2002-09-061-0/+4
* Remove support for NOT instructionChris Lattner2002-08-141-5/+2
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-141-0/+53
* MEGAPATCH checkin.Chris Lattner2002-06-251-2/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-2/+2
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Switch from MachineCodeForVMInstr model that is built into the VMCore library...Chris Lattner2002-02-031-28/+1
* Remove extraneous #includesChris Lattner2002-01-261-1/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
* * Support new setname interfaceChris Lattner2001-09-071-1/+4
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-211-1/+1
* Fix code to be in a consistent styleChris Lattner2001-07-211-11/+5
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-211-0/+2
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-201-2/+29
* Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cppChris Lattner2001-06-251-33/+0
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-2/+3