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
/
Analysis
/
IPA
/
GlobalsModRef.cpp
Age
Commit message (
Expand
)
Author
2005-04-22
Malloc/Free have mod/ref effects. Do not allow CSE of function calls that
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-24
Simplify dead code into a fixme :)
Chris Lattner
2005-03-24
fix a compiler crash in runtime/libprofile
Chris Lattner
2005-03-23
wrap a long line
Chris Lattner
2005-03-23
If we are calling an external function, chain to another AA to potentially
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2004-12-17
Actually overload the virtual method. This fixes
Chris Lattner
2004-12-15
Adjust to new alias analysis interfaces
Chris Lattner
2004-12-07
For PR387:\
Reid Spencer
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-07-27
nuke pointless -debug output
Chris Lattner
2004-07-27
Fix conservative assumption, which was quite broken. Also, notice that
Chris Lattner
2004-07-27
Complete rewrite of this pass to be faster, use less memory, be easier to
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
2004-06-28
Initial checkin of a simple mod/ref analysis for global variables. This is
Chris Lattner