Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code Custodian: | Joe Abbey | 2012-11-25 | 1 | -2/+2 |
| | | | | | | | | - Widespread trailing space removal - A dash of OCD spacing to block align enums - joined a line that probably needed 80 cols a while back llvm-svn: 168566 | ||||
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| | | | | llvm-svn: 110460 | ||||
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| | | | | llvm-svn: 110410 | ||||
* | Don't use PassInfo* as a type identifier for passes. Instead, use the ↵ | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
| | | | | | | | | address of the static ID member as the sole unique type identifier. Clean up APIs related to this change. llvm-svn: 110396 | ||||
* | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner | 2009-08-23 | 1 | -18/+3 |
| | | | | llvm-svn: 79840 | ||||
* | Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. | Daniel Dunbar | 2008-10-22 | 1 | -4/+17 |
| | | | | | | | - The old versions are still hanging around, but should be migrated away from. llvm-svn: 57989 | ||||
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 55779 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Add explicit keywords. | Dan Gohman | 2007-11-19 | 1 | -1/+2 |
| | | | | llvm-svn: 44234 | ||||
* | Deleting -emitbitcode option which did nothing. | Gordon Henriksen | 2007-11-04 | 1 | -6/+5 |
| | | | | llvm-svn: 43683 | ||||
* | add a new CreateBitcodeWriterPass method, which creates a bitcode writer as | Chris Lattner | 2007-05-06 | 1 | -0/+43 |
a pass llvm-svn: 36828 |