index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Instructions.h
Age
Commit message (
Expand
)
Author
2007-02-24
Refactor the setName stuff, moving it down the inheritance hierarchy, to
Chris Lattner
2007-02-15
make mayWriteToMemory a non-virtual function
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-12
add #include
Chris Lattner
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
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
Chris Lattner
2007-01-14
add accessors
Chris Lattner
2006-12-29
Doxygenify a comment.
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-20
For PR950:
Reid Spencer
2006-11-08
For PR950:
Reid Spencer
2006-10-05
Add insertelement/extractelement helper ctors.
Chris Lattner
2006-10-03
clean up use of 'explicit'. This is PR934.
Chris Lattner
2006-09-18
Fix findCaseDest to return null when BB is both the default dest and one
Nick Lewycky
2006-09-18
Add a new helper method to SwitchInst. Useful when you've got a BB from
Nick Lewycky
2006-09-18
add a helper method
Chris Lattner
2006-09-17
Add ShiftInst::isLogical/ArithmeticShift methods.
Chris Lattner
2006-09-17
Add new SetCondInst::isRelational/isEquality methods. Rename
Chris Lattner
2006-06-21
Add some out-of-line virtual dtors so that the class has a "home", preventing
Chris Lattner
2006-05-19
Fix some doxygen usage in these headers.
Reid Spencer
2006-05-10
Add alloca/malloc ctors that don't take array sizes.
Chris Lattner
2006-04-14
These instructions always return a packed vector. Improve the class definiti...
Chris Lattner
2006-04-08
Add methods to check insert/extract element instructions for validity
Chris Lattner
2006-04-08
Add a new shufflevector instruction
Chris Lattner
2006-01-17
Instruction and constant expression definitions for the insertelement
Robert Bocchino
2006-01-10
Added an instruction and constant expression for the extractelement
Robert Bocchino
2005-11-05
add an accessor
Chris Lattner
2005-11-05
Add support alignment of allocation instructions.
Nate Begeman
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-19
fix DCE + va_arg problem
Andrew Lenharth
2005-06-18
header file changes for varargs
Andrew Lenharth
2005-05-15
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-05-07
Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.
Jeff Cohen
2005-05-06
Add support for explicit calling conventions
Chris Lattner
2005-05-06
add a default arg
Chris Lattner
2005-05-06
Add a 'tail' marker for call instructions, patch contributed by
Chris Lattner
2005-05-03
add direct support for making GEP instrs with one index
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
Eliminate the explicit volatile fields in LoadInst and StoreInst. This shrinks
Chris Lattner
[next]