Age | Commit message (Expand) | Author |
---|---|---|
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 |