index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
/
GraphChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement some prototypes
Chris Lattner
2005-10-24
1
-0
/
+5
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-7
/
+7
*
remove use of compat_iterator.
Chris Lattner
2005-03-16
1
-3
/
+4
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Be compatible with IA64
Chris Lattner
2004-07-16
1
-1
/
+2
*
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-07
1
-2
/
+2
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Add two missing returns, which caused us to be very pessimistic about the
Chris Lattner
2004-02-20
1
-1
/
+1
*
getNodes() is gone, use node_begin/end instead
Chris Lattner
2004-02-07
1
-4
/
+3
*
Fine-grainify namespaces for this library
Chris Lattner
2003-11-12
1
-3
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Use std::string::size_type for for ColonPos to stop gcc from giving a warning
Alkis Evlogimenos
2003-10-01
1
-1
/
+1
*
Fix another minor bug
Chris Lattner
2003-07-26
1
-2
/
+2
*
Dont' try to parse the colon
Chris Lattner
2003-07-25
1
-2
/
+2
*
Add a more general check-flags which can be used to ensure arbitrary flags ar...
Chris Lattner
2003-07-25
1
-11
/
+35
*
Add support for ensuring that nodes are not incomplete
Chris Lattner
2003-06-29
1
-12
/
+25
*
Add print method to not get silly warning from analyze
Chris Lattner
2003-06-29
1
-0
/
+1
*
New pass which is useful for writing regression tests
Chris Lattner
2003-06-29
1
-0
/
+150