index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Instruction.cpp
Age
Commit message (
Expand
)
Author
2006-04-08
Add shufflevector support, todo, implement better constant folding.
Chris Lattner
2006-01-17
VMCore support for the insertelement operation.
Robert Bocchino
2006-01-10
Added support for the extractelement operation.
Robert Bocchino
2005-08-08
add new helper function
Chris Lattner
2005-06-18
core changes for varargs
Andrew Lenharth
2005-05-06
Add a 'tail' marker for call instructions, patch contributed by
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-05
remove all of the various setName implementations, consolidating them into
Chris Lattner
2005-03-05
Remove the 2nd argument to Value::setName
Chris Lattner
2005-01-29
Adjust to changes in User class.
Chris Lattner
2004-11-30
Add method
Chris Lattner
2004-10-16
Add support for undef and unreachable
Chris Lattner
2004-10-11
Implement remove/eraseFromParent methods
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-06-27
Fold iType into Value::VTy
Chris Lattner
2004-05-26
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-03-12
Know the opcode name of the select instruction
Chris Lattner
2004-02-04
If changing a parent, don't add then remove the object from the leak detector
Chris Lattner
2004-01-12
Implement new Instruction::isRelational method
Chris Lattner
2003-11-20
* Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-18
Add support for the new varargs intrinsics and instructions
Chris Lattner
2003-10-13
Regularize header file comments
Chris Lattner
2003-10-10
Fix spelling/grammar.
Misha Brukman
2003-09-08
Add support for unwind
Chris Lattner
2003-07-31
*** empty log message ***
Tanya Lattner
2003-07-31
Added function to determine if an Instruction may trap.
Tanya Lattner
2003-05-08
Add support for the new va_arg instruction
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-10-31
New isAssociative/isCommutative inspection methods, graciously contributed by
Chris Lattner
2002-09-10
Add capability to insert an instruction into a basic block immediately after
Chris Lattner
2002-09-08
Enable "garbage detection" of LLVM objects. Now users should be obnoxious
Chris Lattner
2002-09-06
Move code out of header files into .cpp files to make future changes easier
Chris Lattner
2002-08-14
Remove support for NOT instruction
Chris Lattner
2002-07-14
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-03
Switch from MachineCodeForVMInstr model that is built into the VMCore library...
Chris Lattner
2002-01-26
Remove extraneous #includes
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-09-07
* Support new setname interface
Chris Lattner
2001-07-21
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
Fix code to be in a consistent style
Chris Lattner
2001-07-21
Remove getTempValuesForMachineCode from the Instruction interface
Chris Lattner
2001-07-20
Added a representation of the machine instructions generated
Vikram S. Adve
2001-06-25
Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp
Chris Lattner
2001-06-08
Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator
Chris Lattner
[next]