aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Assembly/AsmAnnotationWriter.h
AgeCommit message (Expand)Author
2010-09-02lets get crazy and name the header file the exact class name,Chris Lattner
2010-09-02AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner
2010-02-10Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman
2010-02-10Use doxygen comment syntax.Dan Gohman
2008-08-24we should use 'class' for non-pod types instead of 'struct' toChris Lattner
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2005-05-15Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-03-08Add the ability to put an annotation at the end of a basic block as well.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-30New interfaceChris Lattner