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
/
ADCE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify code a bit, and fix a bug that was breaking perlbmk
Chris Lattner
2004-04-10
1
-22
/
+28
*
Fix a bug in my checkin last night that was breaking programs using invoke.
Chris Lattner
2004-04-10
1
-1
/
+1
*
Fix previous patch
Chris Lattner
2004-04-10
1
-7
/
+5
*
Correctly update counters
Chris Lattner
2004-04-10
1
-5
/
+11
*
Simplify code a bit, and use alias analysis to allow us to delete unused
Chris Lattner
2004-04-10
1
-11
/
+42
*
Fix the count of the number of instructions removed
Chris Lattner
2004-02-01
1
-0
/
+1
*
Fix ADCE/2003-12-19-MergeReturn.llx
Chris Lattner
2003-12-19
1
-7
/
+8
*
Do not crash when deleing a region with a dead invoke instruction
Chris Lattner
2003-11-22
1
-0
/
+4
*
Minor cleanups and simplifications
Chris Lattner
2003-11-21
1
-1
/
+1
*
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-20
1
-3
/
+3
*
Fix PR116
Chris Lattner
2003-11-16
1
-0
/
+12
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix spelling.
Misha Brukman
2003-10-10
1
-5
/
+5
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
1
-1
/
+1
*
Renamed DominatorTree::Node::getNode() -> getBlock()
Chris Lattner
2003-09-11
1
-3
/
+3
*
Unwind instructions are intrinsically alive, just like returns
Chris Lattner
2003-09-10
1
-3
/
+3
*
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
1
-2
/
+2
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
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
[next]