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
/
Transforms
/
Scalar
/
InstructionCombining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable folding g-e-p instructions into loads and stores.
Chris Lattner
2002-07-10
1
-0
/
+2
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-158
/
+164
*
Fold add X, 0 for floating point types as well
Chris Lattner
2002-05-23
1
-2
/
+1
*
Fix bug: test/Regression/Transforms/InstCombine/2002-05-14-SubFailure.ll
Chris Lattner
2002-05-14
1
-1
/
+1
*
Fix bug: test/Regression/Transforms/InstCombine/2002-05-14-TouchDeletedInst.ll
Chris Lattner
2002-05-14
1
-1
/
+12
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
1
-0
/
+3
*
Handle setcc <global*>, 0 instructions, Global pointers are never null!
Chris Lattner
2002-05-09
1
-4
/
+18
*
Add ability to transform (x - (y - z)) into (x + (z - y))
Chris Lattner
2002-05-09
1
-0
/
+13
*
* Combine: A-(-B) -> A + B
Chris Lattner
2002-05-08
1
-10
/
+6
*
Merge all individual .h files into a single Scalar.h file
Chris Lattner
2002-05-07
1
-1
/
+1
*
Reduce dependance on TransformInternals.h, instead using the TransformUtils l...
Chris Lattner
2002-05-07
1
-1
/
+1
*
Only do masking for unsigned values!
Chris Lattner
2002-05-06
1
-8
/
+7
*
Handle X = phi Y --> X = Y
Chris Lattner
2002-05-06
1
-0
/
+19
*
Combine not (not X) -> X
Chris Lattner
2002-05-06
1
-1
/
+14
*
Support more cases...
Chris Lattner
2002-05-06
1
-16
/
+43
*
Add many more instruction combination simplifications
Chris Lattner
2002-05-06
1
-10
/
+188
*
* Add ability to eliminate a bunch of different cascading cast variations
Chris Lattner
2002-05-02
1
-2
/
+60
*
Add folding rules for mul X, 0 and mul X, 2
Chris Lattner
2002-04-29
1
-3
/
+13
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-2
/
+4
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-3
/
+3
*
Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-27
1
-1
/
+1
*
Significantly rework InstructionCombining to work better and to be cleaner.
Chris Lattner
2002-04-18
1
-94
/
+141
*
Store instructions always return void, so they never get a name
Chris Lattner
2002-04-18
1
-2
/
+1
*
Eliminate cast of same type instructions.
Chris Lattner
2002-04-15
1
-0
/
+8
*
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-08
1
-1
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-4
/
+4
*
Fix bug: test/Regression/Other/2002-03-11-InstCombineHang.ll
Chris Lattner
2002-03-11
1
-2
/
+2
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-4
/
+35
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-0
/
+1
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-1
/
+2
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
1
-4
/
+2
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-2
/
+2
*
initial checkin
Chris Lattner
2001-12-14
1
-0
/
+150