| Age | Commit message (Expand) | Author |
| 2009-03-09 | add a #include to improve portability to windows, as requested by | Chris Lattner |
| 2009-03-01 | simplify handling "don't print top level name" processing, so that we get | Chris Lattner |
| 2009-02-28 | move type name population out of TypePrinting class into a static | Chris Lattner |
| 2009-02-28 | the module is not required to exist, allow it to default, giving this | Chris Lattner |
| 2009-02-28 | disable copying and assignment. | Chris Lattner |
| 2009-02-28 | expose TypePrinting as a public API. | Chris Lattner |
| 2009-02-28 | Change WriteTypeSymbolic to not put a space out before types, also, remove | Chris Lattner |
| 2009-01-16 | remove a dead method. | Chris Lattner |
| 2009-01-02 | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner |
| 2008-12-31 | Fixed grammar and capitalization. | Misha Brukman |
| 2008-10-22 | Move Print*Pass to use raw_ostream. | Daniel Dunbar |
| 2008-10-21 | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar |
| 2008-08-24 | we should use 'class' for non-pod types instead of 'struct' to | Chris Lattner |
| 2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
| 2008-08-19 | Change WriteTypeSymbolic/WriteAsOperand to return void instead of | Chris Lattner |
| 2008-05-30 | Revert 51775. | Evan Cheng |
| 2008-05-30 | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng |
| 2008-02-20 | Fix newly-introduced 4.3 warnings | Anton Korobeynikov |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-10-26 | More fleshing out of docs/Passes.html, plus some typo fixes and | Gordon Henriksen |
| 2007-08-12 | Change casts from old style to new style. This helps document the details | Reid Spencer |
| 2007-05-03 | Drop 'const' | Devang Patel |
| 2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
| 2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
| 2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
| 2006-12-06 | Remove the dead CachedWriter class. | Chris Lattner |
| 2006-12-06 | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner |
| 2006-12-06 | remove unused api | Chris Lattner |
| 2006-12-03 | Remove dead code. | Reid Spencer |
| 2006-11-28 | Support for llvm_ostreams. | Bill Wendling |
| 2006-08-28 | Back out last revision which should not have been committed (yet). | Reid Spencer |
| 2006-08-28 | For PR387: | Reid Spencer |
| 2006-08-18 | For PR797: | Reid Spencer |
| 2006-05-29 | Replace an old C-style cast with a C++ cast (squelch warning) | Reid Spencer |
| 2006-05-19 | Fix some doxygen usage in these headers. | Reid Spencer |
| 2006-03-25 | Unused function - easier to throw away than fix. | Jim Laskey |
| 2006-03-03 | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner |
| 2006-01-27 | Fix auto-upgrade of intrinsics to work properly with both assembly and | Reid Spencer |
| 2006-01-19 | 1. Documentation upgrade. | Reid Spencer |
| 2006-01-19 | Add a new interface function to AutoUpgrade for simultaneously upgrading | Reid Spencer |
| 2006-01-16 | For PR411: | Reid Spencer |
| 2005-05-20 | Give the asmparser the ability to parse strings, patch contributed by | Chris Lattner |
| 2005-05-15 | Some cleanups for compilation with GCC 4.0.0 to remove warnings: | Reid Spencer |
| 2005-04-22 | Convert tabs to spaces | Misha Brukman |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-01-01 | Add llvm-as project to Visual Studio | Jeff Cohen |
| 2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
| 2004-07-15 | Fixes for PR341 | Chris Lattner |
| 2004-07-04 | Add a new, compatible, interface function for writing types as operands. | Reid Spencer |
| 2004-07-04 | Added #include <iostream> since this header is no longer picked up from | Reid Spencer |