Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
19944fade3fd451e63b1d66a57953d0cd08ece18
/
llvm
/
lib
/
Analysis
/
DataStructure
/
GraphChecker.cpp
62462c2
remove use of compat_iterator.
by Chris Lattner
· 21 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
597555f
Be compatible with IA64
by Chris Lattner
· 21 years ago
f6118db
Move all of the DSA headers into the Analysis/DataStructure subdir.
by Chris Lattner
· 21 years ago
eb04d9b
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 years ago
7b0368ee
Add two missing returns, which caused us to be very pessimistic about the
by Chris Lattner
· 22 years ago
ce74c2f
getNodes() is gone, use node_begin/end instead
by Chris Lattner
· 22 years ago
9e87655
Fine-grainify namespaces for this library
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
6e739d0
Use std::string::size_type for for ColonPos to stop gcc from giving a warning
by Alkis Evlogimenos
· 22 years ago
1cde34a
Fix another minor bug
by Chris Lattner
· 22 years ago
d504c33
Dont' try to parse the colon
by Chris Lattner
· 22 years ago
39e89fe
Add a more general check-flags which can be used to ensure arbitrary flags are set
by Chris Lattner
· 22 years ago
992abda
Add support for ensuring that nodes are not incomplete
by Chris Lattner
· 22 years ago
0aca3e7
Add print method to not get silly warning from analyze
by Chris Lattner
· 22 years ago
5da440b
New pass which is useful for writing regression tests
by Chris Lattner
· 22 years ago