index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
VMCore
/
iOperators.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge i*.cpp definitions into Instructions.cpp as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-235
/
+0
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-1
/
+1
*
Fold iType into Value::VTy
Chris Lattner
2004-06-27
1
-1
/
+2
*
Share some code
Chris Lattner
2004-06-10
1
-11
/
+3
*
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-27
1
-13
/
+50
*
Floating point negates are -0.0 - X, not 0.0 - X
Chris Lattner
2004-02-02
1
-5
/
+13
*
* Finegrainify namespacification
Chris Lattner
2003-11-20
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
1
-1
/
+1
*
Fix nasty bug in ::isNeg()
Chris Lattner
2002-10-31
1
-1
/
+1
*
Can simplify code now with the isCommutative() method.
Chris Lattner
2002-10-31
1
-13
/
+5
*
Tighten up assertion checking for binary operators, not allowing invalid
Chris Lattner
2002-09-10
1
-2
/
+27
*
Add capability to insert an instruction into a basic block immediately after
Chris Lattner
2002-09-10
1
-18
/
+36
*
- Exposed SetCondInst::getInverseCondition & ::getSwappedCondition better
Chris Lattner
2002-09-01
1
-9
/
+23
*
Add new SetCondInst::getInverseCondition() method.
Chris Lattner
2002-08-20
1
-0
/
+16
*
Simplify the code
Chris Lattner
2002-08-15
1
-40
/
+19
*
Added more helper functions for binary instructions emulating
Vikram S. Adve
2002-08-15
1
-0
/
+65
*
Remove support for unary operators.
Chris Lattner
2002-08-14
1
-18
/
+2
*
Implement two constructor functions for "unary" instructions
Chris Lattner
2002-08-14
1
-0
/
+13
*
UnaryOperator::create should take a name just like BinaryOperator::create
Chris Lattner
2002-08-09
1
-13
/
+3
*
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-07-14
1
-45
/
+0
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-6
/
+10
*
Swap operands now preserves the semantics of the binary operator by changing
Chris Lattner
2001-12-13
1
-0
/
+26
*
Moved Cast from being a Unary instruction to being an "Other" instruction
Chris Lattner
2001-07-08
1
-9
/
+18
*
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-07-08
1
-1
/
+31
*
Convert BinaryOperand and UnaryOperator to only take instruction types of
Chris Lattner
2001-07-07
1
-2
/
+2
*
Broad superficial changes:
Chris Lattner
2001-07-07
1
-15
/
+21
*
Change to use the new GenericBinaryInst class. Support lots more operators.
Chris Lattner
2001-06-27
1
-8
/
+15
*
Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp
Chris Lattner
2001-06-25
1
-0
/
+19
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+37