| Commit message (Expand) | Author | Age | Files | Lines |
* | Change casts from old style to new style. This helps document the details | Reid Spencer | 2007-08-12 | 1 | -4/+5 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -2/+2 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -4/+7 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -10/+8 |
* | Remove the dead CachedWriter class. | Chris Lattner | 2006-12-06 | 1 | -74/+0 |
* | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
* | remove unused api | Chris Lattner | 2006-12-06 | 1 | -3/+0 |
* | Remove dead code. | Reid Spencer | 2006-12-03 | 1 | -61/+0 |
* | Support for llvm_ostreams. | Bill Wendling | 2006-11-28 | 1 | -7/+7 |
* | Back out last revision which should not have been committed (yet). | Reid Spencer | 2006-08-28 | 1 | -4/+0 |
* | For PR387: | Reid Spencer | 2006-08-28 | 1 | -0/+4 |
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -19/+37 |
* | Replace an old C-style cast with a C++ cast (squelch warning) | Reid Spencer | 2006-05-29 | 1 | -1/+1 |
* | Fix some doxygen usage in these headers. | Reid Spencer | 2006-05-19 | 1 | -2/+4 |
* | Unused function - easier to throw away than fix. | Jim Laskey | 2006-03-25 | 1 | -8/+0 |
* | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner | 2006-03-03 | 1 | -12/+2 |
* | Fix auto-upgrade of intrinsics to work properly with both assembly and | Reid Spencer | 2006-01-27 | 1 | -1/+12 |
* | 1. Documentation upgrade. | Reid Spencer | 2006-01-19 | 1 | -7/+16 |
* | Add a new interface function to AutoUpgrade for simultaneously upgrading | Reid Spencer | 2006-01-19 | 1 | -1/+25 |
* | For PR411: | Reid Spencer | 2006-01-16 | 1 | -0/+33 |
* | Give the asmparser the ability to parse strings, patch contributed by | Chris Lattner | 2005-05-20 | 1 | -0/+1 |
* | Some cleanups for compilation with GCC 4.0.0 to remove warnings: | Reid Spencer | 2005-05-15 | 1 | -0/+2 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 2 | -2/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 5 | -19/+19 |
* | Add llvm-as project to Visual Studio | Jeff Cohen | 2005-01-01 | 1 | -1/+2 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -2/+2 |
* | Fixes for PR341 | Chris Lattner | 2004-07-15 | 1 | -11/+3 |
* | Add a new, compatible, interface function for writing types as operands. | Reid Spencer | 2004-07-04 | 1 | -0/+3 |
* | Added #include <iostream> since this header is no longer picked up from | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
* | Revert ostream back to reference: the only user (llvm-tv) no longer needs it. | Misha Brukman | 2004-06-04 | 1 | -8/+5 |
* | Remove support for printing strings from the cached writer | Chris Lattner | 2004-06-04 | 1 | -4/+0 |
* | Part of bug 122: | Reid Spencer | 2004-05-26 | 1 | -2/+5 |
* | * Make contained ostream not public. | Misha Brukman | 2004-04-28 | 1 | -26/+11 |
* | * Add ability to get and set the output stream | Misha Brukman | 2004-04-28 | 1 | -11/+23 |
* | Add the ability to put an annotation at the end of a basic block as well. | Chris Lattner | 2004-03-08 | 1 | -3/+9 |
* | The cbackend has never had anything to do with llvm assembly writing | Chris Lattner | 2004-02-13 | 1 | -27/+0 |
* | Change access to the cwriter | Chris Lattner | 2004-02-13 | 1 | -2/+2 |
* | Remove yet another obsolete comment :) | Chris Lattner | 2004-01-08 | 1 | -3/+0 |
* | Fix typos. Rewrite head-of-file comment. | Brian Gaeke | 2004-01-08 | 1 | -13/+10 |
* | Fix typos. Regularize include guard. | Brian Gaeke | 2004-01-08 | 1 | -3/+3 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 6 | -0/+27 |
* | New interface | Chris Lattner | 2003-10-30 | 1 | -0/+40 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 5 | -0/+35 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 5 | -9/+6 |
* | Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarently | Chris Lattner | 2002-09-19 | 1 | -1/+1 |
* | Convert cwriter to be a pass. | Chris Lattner | 2002-08-31 | 1 | -13/+7 |
* | Update comments | Chris Lattner | 2002-08-30 | 1 | -3/+5 |
* | Module's do not subclass from Value, so this code caused a segfault. | Chris Lattner | 2002-08-18 | 1 | -3/+2 |
* | Regularize the Print*Passes so they have default ctors. | Chris Lattner | 2002-07-23 | 1 | -8/+6 |