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
/
GCSE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't corrupt memory when removing an instruction from the program, but
Chris Lattner
2003-06-17
1
-0
/
+1
*
Fix typo
Chris Lattner
2003-02-01
1
-1
/
+1
*
Remove dead code
Chris Lattner
2002-12-07
1
-32
/
+0
*
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-21
1
-1
/
+1
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-4
/
+4
*
Really minor cleanups
Chris Lattner
2002-08-30
1
-9
/
+4
*
- GCSE now no longer counts instructions not removed (due to no common
Chris Lattner
2002-08-30
1
-257
/
+108
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
1
-2
/
+0
*
Remove long obsolete comments
Chris Lattner
2002-08-22
1
-7
/
+0
*
Convert GCSE pass to use new alias analysis infrastructure
Chris Lattner
2002-08-22
1
-61
/
+35
*
Fix bug introduced in last checkin due to CastInst not being visible
Chris Lattner
2002-08-14
1
-1
/
+2
*
Remove support for NOT instruction
Chris Lattner
2002-08-14
1
-4
/
+3
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-2
/
+2
*
Fix bug: test/Regression/Transforms/GCSE/2002-05-21-NoSharedDominator.ll
Chris Lattner
2002-08-02
1
-0
/
+29
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-4
/
+2
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-0
/
+3
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-71
/
+62
*
* Fix bug: test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.ll
Chris Lattner
2002-05-14
1
-7
/
+32
*
Implement elimination of loads
Chris Lattner
2002-05-14
1
-18
/
+176
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
1
-0
/
+5
*
Merge all individual .h files into a single Scalar.h file
Chris Lattner
2002-05-07
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+0
*
Remove broken assertion.
Chris Lattner
2002-04-29
1
-3
/
+5
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+4
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-1
/
+1
*
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
2002-04-28
1
-1
/
+0
*
Initial checkin of simple&fast SSA based GCSE algorithm
Chris Lattner
2002-04-28
1
-0
/
+272