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
/
lib
/
VMCore
/
iOperators.cpp
Age
Commit message (
Expand
)
Author
2002-10-31
Fix nasty bug in ::isNeg()
Chris Lattner
2002-10-31
Can simplify code now with the isCommutative() method.
Chris Lattner
2002-09-10
Tighten up assertion checking for binary operators, not allowing invalid
Chris Lattner
2002-09-10
Add capability to insert an instruction into a basic block immediately after
Chris Lattner
2002-09-01
- Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better
Chris Lattner
2002-08-20
Add new SetCondInst::getInverseCondition() method.
Chris Lattner
2002-08-15
Simplify the code
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
Implement two constructor functions for "unary" instructions
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-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-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-06-27
Change to use the new GenericBinaryInst class. Support lots more operators.
Chris Lattner
2001-06-25
Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp
Chris Lattner
2001-06-06
Initial revision
Chris Lattner