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
/
Instructions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
1
-1
/
+1
*
Use modern variable name. ConstantUnsignedInt is long since dead. No
Reid Spencer
2007-03-01
1
-2
/
+2
*
Provide an ICmpInst::makeConstantRange to generate a ConstantRange value
Reid Spencer
2007-02-28
1
-0
/
+36
*
Refactor the setName stuff, moving it down the inheritance hierarchy, to
Chris Lattner
2007-02-24
1
-67
/
+197
*
For PR1195:
Reid Spencer
2007-02-15
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-31
/
+31
*
Switch UnaryOperators to default to passing names up by const char* when poss...
Chris Lattner
2007-02-13
1
-8
/
+46
*
eliminate instruction ctors that take vectors.
Chris Lattner
2007-02-13
1
-37
/
+0
*
Add invokeinst and callinst ctors that don't take vectors.
Chris Lattner
2007-02-13
1
-11
/
+47
*
remove some dead methods.
Chris Lattner
2007-02-13
1
-25
/
+8
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-1
/
+8
*
silence some warnings when assertions are disabled.
Chris Lattner
2007-02-01
1
-2
/
+8
*
Fix build breakage by using correct arguments to getIndexedType in the
Reid Spencer
2007-01-31
1
-6
/
+10
*
implement the new GEP instruction ctors.
Chris Lattner
2007-01-31
1
-5
/
+23
*
Revise APIs for creating constantexpr GEPs to not require the use of vectors.
Chris Lattner
2007-01-31
1
-5
/
+6
*
Fix an assertion message.
Reid Spencer
2007-01-26
1
-1
/
+1
*
For PR970:
Reid Spencer
2007-01-21
1
-30
/
+14
*
For PR1117:
Reid Spencer
2007-01-17
1
-29
/
+29
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-33
/
+33
*
teach VMCore to accept i1 add's and shifts
Chris Lattner
2007-01-15
1
-10
/
+10
*
For PR1064:
Reid Spencer
2007-01-12
1
-4
/
+4
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-3
/
+3
*
For PR1043:
Zhou Sheng
2007-01-11
1
-5
/
+5
*
For PR950:
Reid Spencer
2006-12-31
1
-26
/
+12
*
For PR950:
Reid Spencer
2006-12-23
1
-74
/
+63
*
Remove the createInferredCast methods now that their last uses have been
Reid Spencer
2006-12-18
1
-14
/
+0
*
Implement createIntegerCast and createFPCast factory methods for handling
Reid Spencer
2006-12-12
1
-0
/
+52
*
Provide a getOpcode() method on CmpInst to ensure the opcode is returned
Reid Spencer
2006-12-07
1
-2
/
+1
*
Fix Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll, fixing an out-of-
Chris Lattner
2006-12-05
1
-3
/
+10
*
Implement createPointerCast.
Reid Spencer
2006-12-05
1
-0
/
+25
*
Implement new cast creation functions for both instructions and constant
Reid Spencer
2006-12-04
1
-0
/
+48
*
Take a baby step towards getting rid of inferred casts. Provide methods on
Reid Spencer
2006-12-04
1
-4
/
+19
*
Unbreak VC++ build.
Jeff Cohen
2006-12-02
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-27
1
-18
/
+583
*
For PR950:
Reid Spencer
2006-11-20
1
-0
/
+196
*
For PR950:
Reid Spencer
2006-11-08
1
-11
/
+0
*
For PR950:
Reid Spencer
2006-11-02
1
-2
/
+15
*
For PR950:
Reid Spencer
2006-10-26
1
-1
/
+17
*
For PR950:
Reid Spencer
2006-10-20
1
-7
/
+7
*
Add insertelement/extractelement helper ctors.
Chris Lattner
2006-10-05
1
-0
/
+53
*
add a helper method
Chris Lattner
2006-09-18
1
-0
/
+16
*
Add ShiftInst::isLogical/ArithmeticShift methods.
Chris Lattner
2006-09-17
1
-0
/
+11
*
Add some out-of-line virtual dtors so that the class has a "home", preventing
Chris Lattner
2006-06-21
1
-0
/
+13
*
remove dead var
Chris Lattner
2006-05-14
1
-1
/
+1
*
Add an assertion for a common error
Chris Lattner
2006-05-10
1
-1
/
+4
*
Add assertions that verify that the actual arguments to a call or invoke match
Chris Lattner
2006-05-03
1
-4
/
+22
*
Move these ctors out of line
Chris Lattner
2006-04-14
1
-0
/
+13
*
Add methods to check insertelement/extractelement instructions for validity,
Chris Lattner
2006-04-08
1
-6
/
+37
*
Add shufflevector support, todo, implement better constant folding.
Chris Lattner
2006-04-08
1
-6
/
+57
*
Teach BinaryOperator::createNot to work with packed integer types
Chris Lattner
2006-03-25
1
-2
/
+9
[next]