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
/
ABCD.cpp
Age
Commit message (
Expand
)
Author
2010-08-28
remove the ABCD and SSI passes. They don't have any clients that
Chris Lattner
2010-08-28
squish dead code.
Chris Lattner
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-03-27
Remove another memory leak from ABCD by using Edges by value instead of
Jeffrey Yasskin
2010-03-27
In ABCD, change the non-null Bound*s to Bound&s.
Jeffrey Yasskin
2010-03-27
Fix a memory leak in ABCD by giving ownership of Bound objects to the
Jeffrey Yasskin
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-01-05
Change errs() to dbgs().
David Greene
2009-11-10
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-09
Small cleanups.
Owen Anderson
2009-11-09
Revert my previous patch to ABCD and fix things the right way. There are two...
Owen Anderson
2009-11-08
Fix an issue where the ordering of blocks within a function could lead to dif...
Owen Anderson
2009-10-29
Apply some cleanups. No functionality changes.
Nick Lewycky
2009-10-28
Add ABCD, a generalized implementation of the Elimination of Array Bounds
Nick Lewycky