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
/
Instructions.cpp
Age
Commit message (
Expand
)
Author
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-01
silence some warnings when assertions are disabled.
Chris Lattner
2007-01-31
Fix build breakage by using correct arguments to getIndexedType in the
Reid Spencer
2007-01-31
implement the new GEP instruction ctors.
Chris Lattner
2007-01-31
Revise APIs for creating constantexpr GEPs to not require the use of vectors.
Chris Lattner
2007-01-26
Fix an assertion message.
Reid Spencer
2007-01-21
For PR970:
Reid Spencer
2007-01-17
For PR1117:
Reid Spencer
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
teach VMCore to accept i1 add's and shifts
Chris Lattner
2007-01-12
For PR1064:
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-18
Remove the createInferredCast methods now that their last uses have been
Reid Spencer
2006-12-12
Implement createIntegerCast and createFPCast factory methods for handling
Reid Spencer
2006-12-07
Provide a getOpcode() method on CmpInst to ensure the opcode is returned
Reid Spencer
2006-12-05
Fix Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll, fixing an out-of-
Chris Lattner
2006-12-05
Implement createPointerCast.
Reid Spencer
2006-12-04
Implement new cast creation functions for both instructions and constant
Reid Spencer
2006-12-04
Take a baby step towards getting rid of inferred casts. Provide methods on
Reid Spencer
2006-12-02
Unbreak VC++ build.
Jeff Cohen
2006-11-27
For PR950:
Reid Spencer
2006-11-20
For PR950:
Reid Spencer
2006-11-08
For PR950:
Reid Spencer
2006-11-02
For PR950:
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-10-05
Add insertelement/extractelement helper ctors.
Chris Lattner
2006-09-18
add a helper method
Chris Lattner
2006-09-17
Add ShiftInst::isLogical/ArithmeticShift methods.
Chris Lattner
2006-06-21
Add some out-of-line virtual dtors so that the class has a "home", preventing
Chris Lattner
2006-05-14
remove dead var
Chris Lattner
2006-05-10
Add an assertion for a common error
Chris Lattner
2006-05-03
Add assertions that verify that the actual arguments to a call or invoke match
Chris Lattner
2006-04-14
Move these ctors out of line
Chris Lattner
2006-04-08
Add methods to check insertelement/extractelement instructions for validity,
Chris Lattner
2006-04-08
Add shufflevector support, todo, implement better constant folding.
Chris Lattner
2006-03-25
Teach BinaryOperator::createNot to work with packed integer types
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-12-21
Get logical operations to like packed types, allow BinOp::getNot to create
Chris Lattner
2005-11-05
verify that alignments are always a power of 2
Chris Lattner
2005-11-05
Add support alignment of allocation instructions.
Nate Begeman
2005-08-05
PHINode::hasConstantValue should never return the PHI itself, even if the
Chris Lattner
2005-08-05
Invoke instructions do not dominate all successors
Chris Lattner
2005-08-05
Use the bool argument to hasConstantValue to decide whether the client is
Chris Lattner
2005-08-05
Mark hasConstantValue as a const method
Chris Lattner
2005-08-04
Add an extra parameter that Chris requested
Nate Begeman
[prev]
[next]