aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGenBackend.cpp
AgeCommit message (Expand)Author
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2008-01-05change getQualifiedName to be a global function.Chris Lattner
2007-12-29remove attributions from utils.Chris Lattner
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2005-04-22Remove trailing whitespaceMisha Brukman
2004-08-17Do not #include files into the llvm namespaceChris Lattner
2004-08-01Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header.John Criswell
2003-08-07Eliminate now-dead methodChris Lattner
2003-08-06Add more helper methodsChris Lattner
2003-08-06New common interface for backends to useChris Lattner