Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
lib
/
Analysis
/
DataStructure
/
GraphChecker.cpp
94a8d77
slightly more useful error message
by Andrew Lenharth
· 19 years ago
6d79623
implement some prototypes
by Chris Lattner
· 20 years ago
2b37d7c
Remove trailing whitespace
by Misha Brukman
· 20 years ago
84b80a2
remove use of compat_iterator.
by Chris Lattner
· 20 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
f99947c
Be compatible with IA64
by Chris Lattner
· 21 years ago
4dabb2c
Move all of the DSA headers into the Analysis/DataStructure subdir.
by Chris Lattner
· 21 years ago
954da37
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 years ago
4e46e32
Add two missing returns, which caused us to be very pessimistic about the
by Chris Lattner
· 21 years ago
e92e764
getNodes() is gone, use node_begin/end instead
by Chris Lattner
· 21 years ago
9a92729
Fine-grainify namespaces for this library
by Chris Lattner
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
b5c1af4
Use std::string::size_type for for ColonPos to stop gcc from giving a warning
by Alkis Evlogimenos
· 22 years ago
1f2bbaa
Fix another minor bug
by Chris Lattner
· 22 years ago
e7e221a
Dont' try to parse the colon
by Chris Lattner
· 22 years ago
f2d0134
Add a more general check-flags which can be used to ensure arbitrary flags are set
by Chris Lattner
· 22 years ago
919ffbf
Add support for ensuring that nodes are not incomplete
by Chris Lattner
· 22 years ago
889fb9d
Add print method to not get silly warning from analyze
by Chris Lattner
· 22 years ago
5100dbb
New pass which is useful for writing regression tests
by Chris Lattner
· 22 years ago