summaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/WriteBytecodePass.h
Commit message (Expand)AuthorAge
* remove bytecode headersChris Lattner2007-05-06
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* remove extraneous spaceChris Lattner2006-08-28
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove extra spacesMisha Brukman2004-11-08
* Make writing compressed bytecode the default.Reid Spencer2004-11-08
* * Provide option for specifying bytecode compressionReid Spencer2004-11-07
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Add a version of the bytecode writer pass that has a default ctorChris Lattner2002-07-23
* added include<iostream> for cerrAnand Shukla2002-06-25
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* *** empty log message ***Chris Lattner2002-06-25
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* initial checkinChris Lattner2001-10-18