index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Instructions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-73
/
+0
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
1
-22
/
+0
*
sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.
Chris Lattner
2007-08-24
1
-2
/
+5
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-6
/
+7
*
Add constructor overloads for LoadInst and StoreInst that insert at the
Dan Gohman
2007-07-18
1
-0
/
+20
*
Enhance BinaryOperator::isNot to support vector not.
Chris Lattner
2007-06-15
1
-1
/
+5
*
Update comments to say "vector" instead of "packed".
Dan Gohman
2007-05-11
1
-10
/
+10
*
add a GEP helper function
Chris Lattner
2007-04-27
1
-0
/
+11
*
PR400 work phase 1. Add attributed load/store instructions for volatile/align...
Christopher Lamb
2007-04-22
1
-0
/
+42
*
For PR1136:
Reid Spencer
2007-04-22
1
-0
/
+22
*
For PR1146:
Reid Spencer
2007-04-22
1
-2
/
+0
*
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
1
-42
/
+0
*
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-21
1
-0
/
+42
*
add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.
Chris Lattner
2007-04-14
1
-0
/
+16
*
Fix a bug where ICmpInst objects instantiated directly with a name would
Reid Spencer
2007-04-11
1
-2
/
+2
*
For PR1146:
Reid Spencer
2007-04-09
1
-0
/
+6
*
For PR1146:
Reid Spencer
2007-04-09
1
-0
/
+4
*
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
[next]