aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bytecode/WriteBytecodePass.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Remove extra spacesMisha Brukman2004-11-081-2/+2
* Make writing compressed bytecode the default.Reid Spencer2004-11-081-1/+1
* * Provide option for specifying bytecode compressionReid Spencer2004-11-071-5/+6
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Add a version of the bytecode writer pass that has a default ctorChris Lattner2002-07-231-3/+2
* added include<iostream> for cerrAnand Shukla2002-06-251-0/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+2
* *** empty log message ***Chris Lattner2002-06-251-2/+2
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-1/+1
* initial checkinChris Lattner2001-10-181-0/+32