Changed ImmutableMap::find to return an iterator instead of a pointer
[oota-llvm.git] / include / llvm / Assembly /
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
2002-04-18 Chris LattnerChanges to make print pass work!
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris Lattner* Trim #includes
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerTrim #includes
2002-04-07 Chris LattnerVCG output support removed because it was broken and...
2002-03-26 Chris LattnerChange uses of Method to Function
2002-03-23 Chris LattnerRename Method to Function
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerAllow output of manipulators for GCC 2.96 compatibility
2001-11-07 Chris LattnerOkay, so this is a huge hack. Fixme later
2001-11-07 Chris LattnerNew class to provide high performance writing.
2001-10-29 Chris LattnerExpose some more printing functionality from the assemb...
2001-10-18 Chris Lattnerinitial checkin
2001-10-13 Chris LattnerRemove exception specification. Only slows code down.
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-28 Chris Lattnerprint out value's by pointer
2001-09-18 Chris LattnerMove operator << from Value.h to Assembly/Writer.h
2001-09-18 Vikram S. AdveMoved debugging interfaces for class Value to Value.h.
2001-09-10 Chris Lattner* Add capability of printing out a global variable
2001-09-07 Chris LattnerClean stuff up.
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-20 Chris LattnerNew function: WriteAsOperand.
2001-07-12 Chris LattnerMade it not inline
2001-07-12 Chris LattnerAdd DebugValue global function
2001-07-03 Chris LattnerRemove code for printing out Analysis data structures...
2001-07-02 Chris LattnerEnable printing of dominator related information.
2001-06-21 Chris Lattner* Added capability to print out an interval
2001-06-13 Chris LattnerImplement support for writing VCG format output
2001-06-06 Chris LattnerInitial revision