index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
ADCE.cpp
Age
Commit message (
Expand
)
Author
2005-10-24
Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodes
Chris Lattner
2005-05-14
preserve calling conventions when hacking on code
Chris Lattner
2005-04-23
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-22
Remove use of bind_obj
Chris Lattner
2005-02-17
Do not mark obviously unreachable blocks live when processing PHI nodes,
Chris Lattner
2004-12-12
Change indentation of a whole bunch of code, no real changes here.
Chris Lattner
2004-12-12
More substantial simplifications and speedups. This makes ADCE about 20% faster
Chris Lattner
2004-12-12
More minor microoptimizations
Chris Lattner
2004-12-12
Remove some more set operations
Chris Lattner
2004-12-12
Reduce number of set operations.
Chris Lattner
2004-10-17
Getting ADCE to interact well with unreachable instructions seems like a nont...
Chris Lattner
2004-10-16
Add note
Chris Lattner
2004-09-20
Prototype these functions more accurately
Chris Lattner
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-15
Fixes working towards PR341
Chris Lattner
2004-05-04
Do not mark instructions in unreachable sections of the function as live.
Chris Lattner
2004-04-10
Simplify code a bit, and fix a bug that was breaking perlbmk
Chris Lattner
2004-04-10
Fix a bug in my checkin last night that was breaking programs using invoke.
Chris Lattner
2004-04-10
Fix previous patch
Chris Lattner
2004-04-10
Correctly update counters
Chris Lattner
2004-04-10
Simplify code a bit, and use alias analysis to allow us to delete unused
Chris Lattner
2004-02-01
Fix the count of the number of instructions removed
Chris Lattner
2003-12-19
Fix ADCE/2003-12-19-MergeReturn.llx
Chris Lattner
2003-11-22
Do not crash when deleing a region with a dead invoke instruction
Chris Lattner
2003-11-21
Minor cleanups and simplifications
Chris Lattner
2003-11-20
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-16
Fix PR116
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Fix spelling.
Misha Brukman
2003-09-20
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-11
Renamed DominatorTree::Node::getNode() -> getBlock()
Chris Lattner
2003-09-10
Unwind instructions are intrinsically alive, just like returns
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-06-24
Fix bug: ADCE/2003-06-24-BadSuccessor.ll
Chris Lattner
2003-06-24
Do not mark ALL terminators live if any instruciton in the block is live. We...
Chris Lattner
2003-06-16
Fix bug: ADCE/2003-06-11-InvalidCFG.ll
Chris Lattner
2003-05-22
Remove using declarations
Chris Lattner
2003-04-25
Fix bug: ADCE/2003-04-25-PHIPostDominateProblem.ll
Chris Lattner
2003-04-23
Remove unnecesary &*'s
Chris Lattner
2003-02-24
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2003-01-23
Fix bug: ADCE/2003-01-22-PredecessorProblem.ll
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-10
Fix the last of the silly bugs I just introduced. :(
Chris Lattner
2002-09-10
Clean up code due to auto-insert constructors
Chris Lattner
2002-08-21
- Split Dominators.h into Dominators.h & PostDominators.h
Chris Lattner
[prev]
[next]