| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Print*Pass to use raw_ostream. | Daniel Dunbar | 2008-10-22 | 1 | -5/+5 |
* | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar | 2008-10-21 | 1 | -55/+13 |
* | Revert 51775. | Evan Cheng | 2008-05-30 | 1 | -4/+4 |
* | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng | 2008-05-30 | 1 | -4/+4 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | More fleshing out of docs/Passes.html, plus some typo fixes and | Gordon Henriksen | 2007-10-26 | 1 | -1/+1 |
* | 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 |
* | Support for llvm_ostreams. | Bill Wendling | 2006-11-28 | 1 | -7/+7 |
* | Replace an old C-style cast with a C++ cast (squelch warning) | Reid Spencer | 2006-05-29 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -2/+2 |
* | Added #include <iostream> since this header is no longer picked up from | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarently | Chris Lattner | 2002-09-19 | 1 | -1/+1 |
* | 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 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -4/+4 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+4 |
* | Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica... | Chris Lattner | 2002-04-28 | 1 | -0/+8 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -8/+9 |
* | Changes to make print pass work! | Chris Lattner | 2002-04-18 | 1 | -1/+2 |
* | s/Method/Function | Chris Lattner | 2002-04-08 | 1 | -7/+6 |
* | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner | 2002-01-21 | 1 | -19/+27 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -3/+4 |
* | initial checkin | Chris Lattner | 2001-10-18 | 1 | -0/+49 |