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
/
ConstantFold.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move a bunch of code to a .cpp file, don't #include Instruction.h
Chris Lattner
2002-05-06
1
-43
/
+12
*
Implement constant propogation of shift instructions
Chris Lattner
2002-05-06
1
-0
/
+22
*
Implement remainder
Chris Lattner
2002-05-03
1
-11
/
+13
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Minor change to reflect that ConstantHandling is now part of VMCore
Chris Lattner
2002-04-08
1
-2
/
+2
*
Implement constant propogation of multiply and divide instructions!!
Chris Lattner
2002-04-07
1
-0
/
+9
*
Pull stuff out of opt namespace
Chris Lattner
2002-01-21
1
-3
/
+0
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-53
/
+53
*
Be more const correct
Chris Lattner
2001-11-26
1
-4
/
+4
*
Implement constant propogation of null pointer values.
Chris Lattner
2001-11-01
1
-0
/
+4
*
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-31
1
-0
/
+6
*
not is a keyword in Ansi C++. Avoid it
Chris Lattner
2001-10-13
1
-2
/
+2
*
Convert ConstRules to use annotations to clean it up.
Chris Lattner
2001-09-09
1
-6
/
+7
*
You no longer have to delete constants! They are located in a global
Chris Lattner
2001-09-07
1
-19
/
+11
*
Add support for casting operators
Chris Lattner
2001-07-21
1
-0
/
+30
*
Add multiply as a supported constant propogation operation
Chris Lattner
2001-07-20
1
-0
/
+7
*
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-07-08
1
-6
/
+0
*
Split AllOpts.h into lots of little .h files.
Chris Lattner
2001-06-30
1
-0
/
+3
*
Add instructions to fold unary and binary instructions.
Chris Lattner
2001-06-27
1
-0
/
+32
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+145