aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/DataStream.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper1-1/+1
2012-02-09Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie1-2/+2
2012-02-09Remove static initializer from DataStream.cppDavid Blaikie1-12/+11
2012-02-07Fix win32 build breakage from bitcode streaming patchDerek Schuff1-1/+4
2012-02-06Fix comment-rulers.Nick Lewycky1-1/+1
2012-02-06Enable streaming of bitcodeDerek Schuff1-0/+96