Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Bitcode / BitCodes.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-01-16 Filipe CabecinhasUse report_fatal_error instead of llvm_unreachable...
2014-09-15 Benjamin KramerSpell out the template args for compilers having issues...
2014-09-15 Benjamin KramerUse IntrusiveRefCntPtr to manage the lifetime of BitCod...
2012-11-25 Joe AbbeyCode Custodian:
2012-03-03 Benjamin KramerEnable the small vector POD optimization for BitCodeAbb...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2010-11-29 Michael J. SpencerMerge System into Support.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-04-26 Chris LattnerAdd two new record types to the blockinfo block:
2009-04-07 Chris Lattnerfix comment to reflect the implementation I ended up...
2009-04-06 Chris Lattneradd a new Blob encoding abbreviation for bitcode files...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-10-16 Zhongxing XuFix a calculation error in comments.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-08 Dan GohmanAdd explicit keywords.
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-05 Chris Lattneradd a 6-bit encoding type for strings.
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Chris Lattneradd support for array abbreviations.
2007-05-04 Chris Lattnerminor cleanups. Add provisions for a new standard...
2007-05-04 Chris Lattnerrefcount BitCodeAbbrev objects
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
2007-04-22 Chris LattnerDefine the content-independent interfaces to read/write...