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
/
InstrTypes.h
Age
Commit message (
Expand
)
Author
2002-10-13
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
Chris Lattner
2002-09-10
Implement support for inserting an instruction into a basic block right when it
Chris Lattner
2002-08-25
Convert comments to Doxygen style
Chris Lattner
2002-08-15
Added more helper functions for binary instructions emulating
Vikram S. Adve
2002-08-14
Remove support for unary operators.
Chris Lattner
2002-08-14
Expose two new static methods from BinaryOperator: createNeg, createNot
Chris Lattner
2002-08-09
UnaryOperator::create should take a name just like BinaryOperator::create
Chris Lattner
2002-07-14
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-06-30
Fix comment
Chris Lattner
2002-06-25
Added setSuccessor() method to terminator instructions
Anand Shukla
2002-05-23
Add a new setSuccessor method to terminator instructions
Chris Lattner
2002-04-27
Change the semantics of getSuccessor to FAIL if an out of range successor # i...
Chris Lattner
2002-02-19
Minor cleanups I missed
Chris Lattner
2002-02-19
These constructors are for internal use only. These should have been
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-13
Swap operands now preserves the semantics of the binary operator by changing
Chris Lattner
2001-10-13
New ctor for invoke inst
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-07-20
Add an function to BinaryOperator to swap the two operands
Chris Lattner
2001-07-08
Moved Cast from being a Unary instruction to being an "Other" instruction
Chris Lattner
2001-07-08
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-07-07
Convert BinaryOperand and UnaryOperator to only take instruction types of
Chris Lattner
2001-07-07
Broad superficial changes:
Chris Lattner
2001-07-07
Remove dtor's that simply call dropAllReferences
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-25
* Rename get.*Operator to create seeing that it would have to be qualified
Chris Lattner
2001-06-22
Add accessor methods to binary/unary operators
Chris Lattner
2001-06-08
Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator
Chris Lattner
2001-06-06
Initial revision
Chris Lattner