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
/
DataStructure
/
GraphChecker.cpp
Age
Commit message (
Expand
)
Author
2006-12-13
Remove DSA.
John Criswell
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-28
Convert to using llvm streams instead of iostreams.
Bill Wendling
2006-08-27
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-04-25
slightly more useful error message
Andrew Lenharth
2005-10-24
implement some prototypes
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-16
remove use of compat_iterator.
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-16
Be compatible with IA64
Chris Lattner
2004-07-07
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-02-20
Add two missing returns, which caused us to be very pessimistic about the
Chris Lattner
2004-02-07
getNodes() is gone, use node_begin/end instead
Chris Lattner
2003-11-12
Fine-grainify namespaces for this library
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-01
Use std::string::size_type for for ColonPos to stop gcc from giving a warning
Alkis Evlogimenos
2003-07-26
Fix another minor bug
Chris Lattner
2003-07-25
Dont' try to parse the colon
Chris Lattner
2003-07-25
Add a more general check-flags which can be used to ensure arbitrary flags ar...
Chris Lattner
2003-06-29
Add support for ensuring that nodes are not incomplete
Chris Lattner
2003-06-29
Add print method to not get silly warning from analyze
Chris Lattner
2003-06-29
New pass which is useful for writing regression tests
Chris Lattner