projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add shufflevector support, todo, implement better constant folding.
[oota-llvm.git]
/
lib
/
VMCore
/
ConstantFolding.h
2006-04-08
Chris Lattner
Add shufflevector support, todo, implement better const...
blob
|
commitdiff
|
raw
2006-01-17
Robert Bocchino
VMCore support for the insertelement operation.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-10
Robert Bocchino
Added constant folding support for the extractelement...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Misha Brukman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2004-10-27
Chris Lattner
Convert 'struct' to 'class' in various places to adhere...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-11
Chris Lattner
Allow creation of GEP constantexprs with a vector of...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-08
Chris Lattner
Fix a link error using VS8.0
blob
|
commitdiff
|
raw
|
diff to current
2004-03-12
Chris Lattner
Add new function
blob
|
commitdiff
|
raw
|
diff to current
2004-01-12
Chris Lattner
Rename ConstantHandling.* -> ConstantFolding.*
blob
|
commitdiff
|
raw
|
diff to current
2004-01-12
Chris Lattner
Remove a whole bunch more ugliness. This is actually...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-12
Chris Lattner
Move ConstantHandling.h into lib/VMCore and out of...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-12
Chris Lattner
Eliminate a lot of out-of-date comments, and all of...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-12
Chris Lattner
Move prototype of llvm::ConstantFoldInstruction
blob
|
commitdiff
|
raw
|
diff to current
2003-11-17
Chris Lattner
Implement == and != correctly. Before they would incor...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-17
Chris Lattner
Constant folding shalt not be built on annotations
blob
|
commitdiff
|
raw
|
diff to current
2003-11-16
Chris Lattner
Fixes for PR114: Thanks to Reid Spencer!
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Brian Gaeke
Put all LLVM code into the llvm namespace, as per bug...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-04
Chris Lattner
Fix spello
blob
|
commitdiff
|
raw
|
diff to current
2003-10-20
John Criswell
Added LLVM copyright header (for lack of a better term).
blob
|
commitdiff
|
raw
|
diff to current
2003-09-30
Chris Lattner
Standardize header file comments
blob
|
commitdiff
|
raw
|
diff to current
2003-07-23
Chris Lattner
Add support for ~ operator on constants
blob
|
commitdiff
|
raw
|
diff to current
2003-06-22
Chris Lattner
Remove a ton of extraneous #includes
blob
|
commitdiff
|
raw
|
diff to current
2003-06-11
John Criswell
Included assert.h so that the code compiles under newer...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-25
Chris Lattner
*** Huge: Make constantexprs be handled correctly,...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-17
Chris Lattner
Don't force a ConstantPointer to be returned
blob
|
commitdiff
|
raw
|
diff to current
2002-09-03
Chris Lattner
- Renamed Type::isIntegral() to Type::isInteger()
blob
|
commitdiff
|
raw
|
diff to current
2002-08-14
Chris Lattner
Remove constant propogation support for NOT instruction
blob
|
commitdiff
|
raw
|
diff to current
2002-07-30
Chris Lattner
Implement constant propogation of logical (and, or...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-06
Chris Lattner
Move a bunch of code to a .cpp file, don't #include...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-06
Chris Lattner
Implement constant propogation of shift instructions
blob
|
commitdiff
|
raw
|
diff to current
2002-05-03
Chris Lattner
Implement remainder
blob
|
commitdiff
|
raw
|
diff to current
2002-04-28
Chris Lattner
Split ConstantVals.h into Constant.h and Constants.h
blob
|
commitdiff
|
raw
|
diff to current
2002-04-08
Chris Lattner
Minor change to reflect that ConstantHandling is now...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-07
Chris Lattner
Implement constant propogation of multiply and divide...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-21
Chris Lattner
Pull stuff out of opt namespace
blob
|
commitdiff
|
raw
|
diff to current
2001-12-03
Chris Lattner
Rename ConstPoolVal -> Constant
blob
|
commitdiff
|
raw
|
diff to current
2001-11-26
Chris Lattner
Be more const correct
blob
|
commitdiff
|
raw
|
diff to current
2001-11-01
Chris Lattner
Implement constant propogation of null pointer values.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-31
Chris Lattner
Implemented constant propogation of cast instructions
blob
|
commitdiff
|
raw
|
diff to current
2001-10-13
Chris Lattner
not is a keyword in Ansi C++. Avoid it
blob
|
commitdiff
|
raw
|
diff to current
2001-09-09
Chris Lattner
Convert ConstRules to use annotations to clean it up.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-07
Chris Lattner
You no longer have to delete constants! They are locat...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-21
Chris Lattner
Add support for casting operators
blob
|
commitdiff
|
raw
|
diff to current
2001-07-20
Chris Lattner
Add multiply as a supported constant propogation operation
blob
|
commitdiff
|
raw
|
diff to current
2001-07-08
Chris Lattner
Neg instruction removed. Cast instruction implemented.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-30
Chris Lattner
Split AllOpts.h into lots of little .h files.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-27
Chris Lattner
Add instructions to fold unary and binary instructions.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-06
Chris Lattner
Initial revision
blob
|
commitdiff
|
raw
|
diff to current