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
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
2005-08-04
Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into
Nate Begeman
2005-06-18
core changes for varargs
Andrew Lenharth
2005-05-06
add support for explicit calling conventions
Chris Lattner
2005-05-06
Add a 'tail' marker for call instructions, patch contributed by
Chris Lattner
2005-05-03
fix a bug in the 1 index GEP handling code
Chris Lattner
2005-05-03
add direct support for making GEP instrs with one index
Chris Lattner
2005-04-24
Allow these methods to take a generic Value* to simplify clients. Use
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-16
Convert tabs to spaces
Misha Brukman
2005-02-24
switch instructions only allow constantints for their values, be more specific.
Chris Lattner
2005-02-05
Instead of initializing the volatile field, use accessors to set it.
Chris Lattner
2005-01-29
Make sure that we always grow a multiple of 2 operands.
Chris Lattner
2005-01-29
Merge InstrTypes.cpp into this file
Chris Lattner
2005-01-27
Fix grammar
Misha Brukman
2004-11-18
These methods are inlined
Chris Lattner
2004-11-17
Make ReturnInst accept a value of type void as the return value. The
Alkis Evlogimenos
2004-10-16
Add support for undef and unreachable
Chris Lattner
2004-10-15
Move the implementation of the instructions clone methods to this file so
Chris Lattner
2004-08-20
Packed types, brought to you by Brad Jones
Brian Gaeke
2004-08-06
Split assertion to two in order to give better assertion messages.
Alkis Evlogimenos
2004-07-29
Merge i*.cpp definitions into Instructions.cpp as part of bug403.
Alkis Evlogimenos