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-04-27
add a GEP helper function
Chris Lattner
2007-04-22
PR400 work phase 1. Add attributed load/store instructions for volatile/align...
Christopher Lamb
2007-04-22
For PR1136:
Reid Spencer
2007-04-22
For PR1146:
Reid Spencer
2007-04-21
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-14
add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.
Chris Lattner
2007-04-11
Fix a bug where ICmpInst objects instantiated directly with a name would
Reid Spencer
2007-04-09
For PR1146:
Reid Spencer
2007-04-09
For PR1146:
Reid Spencer
2007-03-22
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-01
Use modern variable name. ConstantUnsignedInt is long since dead. No
Reid Spencer
2007-02-28
Provide an ICmpInst::makeConstantRange to generate a ConstantRange value
Reid Spencer
2007-02-24
Refactor the setName stuff, moving it down the inheritance hierarchy, to
Chris Lattner
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-13
Switch UnaryOperators to default to passing names up by const char* when poss...
Chris Lattner
2007-02-13
eliminate instruction ctors that take vectors.
Chris Lattner
2007-02-13
Add invokeinst and callinst ctors that don't take vectors.
Chris Lattner
2007-02-13
remove some dead methods.
Chris Lattner
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
[next]