StringRef'ize EmitSourceFileHeader().
[oota-llvm.git] / include / llvm / Assembly /
2011-11-14 Benjamin KramerMake headers standalone.
2011-11-04 Eli FriedmanDelete names for unused parameters in inline function...
2011-07-09 Chris LattnerEliminate the WriteTypeSymbolic function. Now that...
2011-06-18 Chris Lattnernow that Type::getDescription() is dead, the TypePrinti...
2010-09-02 Chris Lattnerlets get crazy and name the header file the exact class...
2010-09-02 Chris LattnerAsmPrinter has a formatted stream, pass it down through...
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-02-10 Dan GohmanAdd a hook to AssemblyAnnotationWriter to allow custom...
2010-02-10 Dan GohmanUse doxygen comment syntax.
2009-09-08 Dan GohmanUse MemoryBuffer::getBufferIdentifier() in the AsmPrint...
2009-09-02 Dan GohmanAdd a comment noting the memory ownership rules.
2009-09-02 Dan GohmanRefactor common code from ParseAssemblyString and Parse...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-03-09 Chris Lattneradd a #include to improve portability to windows, as...
2009-03-01 Chris Lattnersimplify handling "don't print top level name" processi...
2009-02-28 Chris Lattnermove type name population out of TypePrinting class...
2009-02-28 Chris Lattnerthe module is not required to exist, allow it to defaul...
2009-02-28 Chris Lattnerdisable copying and assignment.
2009-02-28 Chris Lattnerexpose TypePrinting as a public API.
2009-02-28 Chris LattnerChange WriteTypeSymbolic to not put a space out before...
2009-01-16 Chris Lattnerremove a dead method.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-31 Misha BrukmanFixed grammar and capitalization.
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-08-24 Chris Lattnerwe should use 'class' for non-pod types instead of...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-19 Chris LattnerChange WriteTypeSymbolic/WriteAsOperand to return void...
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-26 Gordon HenriksenMore fleshing out of docs/Passes.html, plus some typo...
2007-08-12 Reid SpencerChange casts from old style to new style. This helps...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerRemove the dead CachedWriter class.
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-12-06 Chris Lattnerremove unused api
2006-12-03 Reid SpencerRemove dead code.
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2006-08-28 Reid SpencerBack out last revision which should not have been commi...
2006-08-28 Reid SpencerFor PR387:
2006-08-18 Reid SpencerFor PR797:
2006-05-29 Reid SpencerReplace an old C-style cast with a C++ cast (squelch...
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-03-25 Jim LaskeyUnused function - easier to throw away than fix.
2006-03-03 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-01-27 Reid SpencerFix auto-upgrade of intrinsics to work properly with...
2006-01-19 Reid Spencer1. Documentation upgrade.
2006-01-19 Reid SpencerAdd a new interface function to AutoUpgrade for simulta...
2006-01-16 Reid SpencerFor PR411:
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings, patch...
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-01 Jeff CohenAdd llvm-as project to Visual Studio
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-07-15 Chris LattnerFixes for PR341
2004-07-04 Reid SpencerAdd a new, compatible, interface function for writing...
2004-07-04 Reid SpencerAdded #include <iostream> since this header is no longe...
2004-06-04 Misha BrukmanRevert ostream back to reference: the only user (llvm...
2004-06-04 Chris LattnerRemove support for printing strings from the cached...
2004-05-26 Reid SpencerPart of bug 122:
2004-04-28 Misha Brukman* Make contained ostream not public.
2004-04-28 Misha Brukman* Add ability to get and set the output stream
2004-03-08 Chris LattnerAdd the ability to put an annotation at the end of...
2004-02-13 Chris LattnerThe cbackend has never had anything to do with llvm...
2004-02-13 Chris LattnerChange access to the cwriter
2004-01-08 Chris LattnerRemove yet another obsolete comment :)
2004-01-08 Brian GaekeFix typos. Rewrite head-of-file comment.
2004-01-08 Brian GaekeFix typos. Regularize include guard.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerNew interface
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2002-09-19 Chris LattnerWorkaround for bug in GCC 3.1.1 iostreams library on...
2002-08-31 Chris LattnerConvert cwriter to be a pass.
2002-08-30 Chris LattnerUpdate comments
2002-08-18 Chris LattnerModule's do not subclass from Value, so this code cause...
2002-07-23 Chris LattnerRegularize the Print*Passes so they have default ctors.
2002-07-10 Chris LattnerAllow specifying a module for context instead of a...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-08 Sumant Kowshik*** empty log message ***
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerRemove forward def'ns that are already in Value.h
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
next