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
/
IPO
/
GlobalOpt.cpp
Age
Commit message (
Expand
)
Author
2004-10-14
Fix a bug John tracked down in libstdc++ where we were incorrectly deleting
Chris Lattner
2004-10-11
This patch implements two things (sorry).
Chris Lattner
2004-10-10
Just because we cannot completely eliminate all uses of a global, we can
Chris Lattner
2004-10-10
Fix 2004-10-10-CastStoreOnce.llx, by adjusting types back if we strip off a cast
Chris Lattner
2004-10-10
Implement GlobalOpt/deadglobal-2.llx, deletion of globals that are only
Chris Lattner
2004-10-10
Avoid calling use_size() which could (in theory) be expensive if the global
Chris Lattner
2004-10-09
Eliminate global pointers that are only stored a single value and null if
Chris Lattner
2004-10-09
Fix infinite loop due to iteration
Chris Lattner
2004-10-08
If we found a dead global, we should at least delete it...
Chris Lattner
2004-10-08
* Pull out the meat of runOnModule into another function for clarity.
Chris Lattner
2004-10-08
We might as well delete the known-dead global sooner rather than later since
Chris Lattner
2004-10-08
Implement SRA for global variables. This allows the other global variable
Chris Lattner
2004-10-07
Improve comments, no functionality changes
Chris Lattner
2004-10-07
Fix a bug in the safety analysis routine
Chris Lattner
2004-10-07
* Rename pass to globalopt, since we do more than just constify
Chris Lattner
2004-10-06
Implement GlobalConstifier/trivialstore.llx, and also do some
Chris Lattner
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-14
Implement test/Regression/Transforms/GlobalConstifier/phi-select.llx
Chris Lattner
2004-07-20
Ignore instructions that are in trivially dead functions. This allows us
Chris Lattner
2004-07-18
Strip out and simplify some code. This also fixes the regression last
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
2004-02-27
setcond instructions don't have aliasing implications.
Chris Lattner
2004-02-25
My faith in programmers has been found to be totally misplaced. One would
Chris Lattner
[prev]