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
/
MemDepPrinter.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-05-24
Mark some static arrays as const.
Craig Topper
2011-12-14
Fix a stupid typo in MemDepPrinter.
Eli Friedman
2011-10-13
Enhance the memdep interface so that users can tell the difference between a ...
Eli Friedman
2011-08-15
Misc analysis passes that need to be aware of atomic load/store.
Eli Friedman
2011-06-15
Add "unknown" results for memdep, which mean "I don't know whether a dependen...
Eli Friedman
2010-11-11
Add helper functions for computing the Location of load, store,
Dan Gohman
2010-11-10
Enhance GVN to do more precise alias queries for non-local memory
Dan Gohman
2010-10-20
Memdep says that an instruction clobbers itself
Dan Gohman
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-09-17
Add an #include of raw_ostream.h. Previously, this only compiled
Dan Gohman
2010-09-16
Rename a variable to avoid a declaration conflict.
Dan Gohman
2010-09-16
Add a pass which prints out all the memdep dependencies.
Dan Gohman