No one should be using the method directly. Assert if they do.
[oota-llvm.git] / utils / TableGen / TableGenBackend.h
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2008-01-05 Chris Lattnerchange getQualifiedName to be a global function.
2007-12-29 Chris Lattnerremove attributions from utils.
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-08-17 Chris LattnerDo not #include files into the llvm namespace
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header.
2003-08-07 Chris LattnerEliminate now-dead method
2003-08-06 Chris LattnerAll good classes with virtual functions should have...
2003-08-06 Chris LattnerAdd more helper methods
2003-08-06 Chris LattnerNew common interface for backends to use