projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add cannonicalization of shl X, 1 -> add X, X
[oota-llvm.git]
/
lib
/
Transforms
/
Scalar
/
ADCE.cpp
2002-09-10
Chris Lattner
Clean up code due to auto-insert constructors
blob
|
commitdiff
|
raw
2002-08-21
Chris Lattner
- Split Dominators.h into Dominators.h & PostDominators.h
blob
|
commitdiff
|
raw
|
diff to current
2002-08-14
Chris Lattner
Avoid inserting an entry block unless we need it
blob
|
commitdiff
|
raw
|
diff to current
2002-08-08
Chris Lattner
- Cleaned up the interface to AnalysisUsage to take...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-30
Chris Lattner
* Fix bug: test/Regression/Transforms/ADCE/2002-07...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-29
Chris Lattner
Add code to ensure that no PHI nodes are left laying...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-29
Chris Lattner
Fix bug: test/Regression/Transforms/ADCE/2002-07-29...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-27
Chris Lattner
* Standardize how analysis results/passes as printed...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-26
Chris Lattner
* Add support for different "PassType's"
blob
|
commitdiff
|
raw
|
diff to current
2002-07-26
Chris Lattner
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
2002-07-23
Chris Lattner
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
2002-06-25
Anand Shukla
changes to make it compatible with 64bit gcc
blob
|
commitdiff
|
raw
|
diff to current
2002-06-25
Chris Lattner
MEGAPATCH checkin.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-28
Chris Lattner
Avoid deleting individual instructions until AFTER...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-22
Chris Lattner
Fix and implement ADCE to finally work!
blob
|
commitdiff
|
raw
|
diff to current
2002-05-22
Chris Lattner
Use the new DEBUG(x) macro to allow debugging code...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-10
Chris Lattner
Fix some bugs, straighten stuff out, more work needs...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-07
Chris Lattner
Fix bug: test/Regression/Transforms/ADCE/2002-01-31...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-07
Chris Lattner
Merge all individual .h files into a single Scalar...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-06
Chris Lattner
Clean up ADCE by removing extraneous wrapper class
blob
|
commitdiff
|
raw
|
diff to current
2002-04-29
Chris Lattner
Eliminate duplicate or unneccesary #include's
blob
|
commitdiff
|
raw
|
diff to current
2002-04-29
Chris Lattner
Add new optional getPassName() virtual function that...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-28
Chris Lattner
Eliminate the cfg namespace, moving LoopInfo, Dominator...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-27
Chris Lattner
* Rename MethodPass class to FunctionPass
blob
|
commitdiff
|
raw
|
diff to current
2002-04-08
Chris Lattner
s/Method/Function
blob
|
commitdiff
|
raw
|
diff to current
2002-02-26
Chris Lattner
Change over to use new style pass mechanism, now passes...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-12
Chris Lattner
* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-12
Chris Lattner
Method.h no longer includes BasicBlock.h
blob
|
commitdiff
|
raw
|
diff to current
2002-01-31
Chris Lattner
MethodPass's are now guaranteed to not be run on extern...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-31
Chris Lattner
Convert xforms over to new pass structure.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-26
Chris Lattner
Remove extraneous #includes
blob
|
commitdiff
|
raw
|
diff to current
2002-01-21
Chris Lattner
Move stuff out of the Optimizations directories into...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-20
Chris Lattner
Changes to build successfully with GCC 3.02
blob
|
commitdiff
|
raw
|
diff to current
2001-12-03
Chris Lattner
Split the PHINode class out from the iOther.h file...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-27
Chris Lattner
Create a new #include "Support/..." directory structure...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-18
Chris Lattner
Convert optimizations to the pass infrastructure
blob
|
commitdiff
|
raw
|
diff to current
2001-10-02
Chris Lattner
Commit more code over to new cast style
blob
|
commitdiff
|
raw
|
diff to current
2001-10-01
Chris Lattner
Add support for new style casts
blob
|
commitdiff
|
raw
|
diff to current
2001-10-01
Chris Lattner
Pull predecessor and successor iterators out of the...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-28
Chris Lattner
Pull iterators out of CFG.h and CFGdecls and put them...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-28
Chris Lattner
ADCE is broken but at least we know why
blob
|
commitdiff
|
raw
|
diff to current
2001-09-09
Chris Lattner
Make ADCE more robust, it still has problems, but it...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-23
Chris Lattner
Moved inline/llvm/Tools/* to include/llvm/Support/*
blob
|
commitdiff
|
raw
|
diff to current
2001-07-08
Chris Lattner
Use the CDG to mark branches alive on demand.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-06
Chris Lattner
Update to include right file
blob
|
commitdiff
|
raw
|
diff to current
2001-06-30
Chris Lattner
Initial checkin. Should print dead instructions, excep...
blob
|
commitdiff
|
raw
|
diff to current