index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
ADCE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-1
/
+2
*
Fix bug: ADCE/2003-06-24-BadSuccessor.ll
Chris Lattner
2003-06-24
1
-12
/
+35
*
Do not mark ALL terminators live if any instruciton in the block is live. We...
Chris Lattner
2003-06-24
1
-2
/
+23
*
Fix bug: ADCE/2003-06-11-InvalidCFG.ll
Chris Lattner
2003-06-16
1
-5
/
+14
*
Remove using declarations
Chris Lattner
2003-05-22
1
-11
/
+9
*
Fix bug: ADCE/2003-04-25-PHIPostDominateProblem.ll
Chris Lattner
2003-04-25
1
-9
/
+10
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
1
-2
/
+2
*
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2003-02-24
1
-1
/
+1
*
Fix bug: ADCE/2003-01-22-PredecessorProblem.ll
Chris Lattner
2003-01-23
1
-7
/
+18
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-5
/
+3
*
Fix the last of the silly bugs I just introduced. :(
Chris Lattner
2002-09-10
1
-3
/
+3
*
Clean up code due to auto-insert constructors
Chris Lattner
2002-09-10
1
-4
/
+3
*
- Split Dominators.h into Dominators.h & PostDominators.h
Chris Lattner
2002-08-21
1
-1
/
+1
*
Avoid inserting an entry block unless we need it
Chris Lattner
2002-08-14
1
-5
/
+9
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-2
/
+2
*
* Fix bug: test/Regression/Transforms/ADCE/2002-07-17-AssertionFailure.ll
Chris Lattner
2002-07-30
1
-21
/
+46
*
Add code to ensure that no PHI nodes are left laying around with their
Chris Lattner
2002-07-29
1
-2
/
+16
*
Fix bug: test/Regression/Transforms/ADCE/2002-07-29-Segfault.ll
Chris Lattner
2002-07-29
1
-28
/
+60
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-1
/
+0
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-9
/
+8
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-3
/
+1
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-0
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-28
/
+23
*
Avoid deleting individual instructions until AFTER dead blocks have dropped
Chris Lattner
2002-05-28
1
-17
/
+20
*
Fix and implement ADCE to finally work!
Chris Lattner
2002-05-22
1
-136
/
+159
*
Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...
Chris Lattner
2002-05-22
1
-26
/
+15
*
Fix some bugs, straighten stuff out, more work needs to be done.
Chris Lattner
2002-05-10
1
-19
/
+33
*
Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.ll
Chris Lattner
2002-05-07
1
-46
/
+31
*
Merge all individual .h files into a single Scalar.h file
Chris Lattner
2002-05-07
1
-1
/
+1
*
Clean up ADCE by removing extraneous wrapper class
Chris Lattner
2002-05-06
1
-43
/
+42
*
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
*
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
2002-04-28
1
-6
/
+6
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-17
/
+15
*
s/Method/Function
Chris Lattner
2002-04-08
1
-11
/
+11
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-15
/
+18
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-4
/
+2
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-4
/
+7
*
MethodPass's are now guaranteed to not be run on external methods!
Chris Lattner
2002-01-31
1
-3
/
+1
*
Convert xforms over to new pass structure.
Chris Lattner
2002-01-31
1
-9
/
+15
*
Remove extraneous #includes
Chris Lattner
2002-01-26
1
-1
/
+0
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
1
-2
/
+2
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-9
/
+11
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-1
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-2
/
+2
*
Convert optimizations to the pass infrastructure
Chris Lattner
2001-10-18
1
-2
/
+2
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-4
/
+5
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-10-01
1
-2
/
+2
[prev]
[next]