Satiate the sanitizer build bot
[oota-llvm.git] / include / llvm / Bitcode /
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-01 Duncan P. N. Exon... BitcodeReader: Fix some BlockAddress forward reference...
2014-07-29 Rafael EspindolaHave a single enum for "not a bitcode" error.
2014-07-29 Rafael EspindolaMove the bitcode error enum to the include directory.
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-16 Reid KlecknerRoundtrip the inalloca bit on allocas through bitcode
2014-07-04 Rafael EspindolaRevert "Convert a few std::strings to StringRef."
2014-07-04 Rafael EspindolaConvert a few std::strings to StringRef.
2014-07-04 Rafael EspindolaRemove unused old-style error handling.
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-27 Alp TokerIRReader: don't mark MemoryBuffers const
2014-06-27 Alp TokerPropagate const-correctness into parseBitcodeFile()
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-18 Rafael EspindolaRemove BitcodeReader::setBufferOwned.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-04-18 Reid KlecknerUpdate comment in LLVMBitCodes.h to reflect the actual...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-15 Rafael EspindolaMake parseBitcodeFile return an ErrorOr<Module *>.
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-13 Chris Lattnerfix a -Wdocumentation warning.
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-09 Justin BognerBitcode: Fix a typo in an assert
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-07-26 Tobias GrosserMake .bc en/decoding of AttrKind stable
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-09 Jordan RoseRewrite assert to avoid warning when the record element...
2013-04-01 Joe AbbeyWhitespace cleanup
2013-02-13 Chris Lattneruse memcpy instead of dubious union to type pun two...
2013-02-10 Bill WendlingAdd code for emitting the attribute groups.
2013-02-10 Chris Lattnerok, ok, stop fighting type punning warnings by just...
2013-02-10 Chris Lattnerhopefully "really" fix a type punning warning by defini...
2013-02-10 Chris Lattnerattempt to defeat a gcc warning that is breaking a...
2013-02-09 Chris LattnerThis is the correct version of r174802.
2013-02-09 Chris LattnerFix a nasty off-by one error that only manifests with...
2013-02-09 Chris LattnerFix the underlying problem that was causing read(0...
2013-02-09 Chris Lattnerrecommit r173072 (preparing bitstream reader to read...
2013-02-04 Bill WendlingInitial cleanups of the param-attribute code in the...
2013-01-21 Chris Lattnerr173072 is causing some regressions on big endian hosts...
2013-01-21 Chris Lattnerrework the Bitstream reader to actually work a machine...
2013-01-21 Chris LattnerFix a heinous inefficiency introduced in r149918, where...
2013-01-21 Chris Lattnerrename "SkipToWord" to "SkipToFourByteBoundary" since...
2013-01-20 Chris Lattnertrivial micro-optimization: lazily call the virtual...
2013-01-20 Chris Lattnerswitch llvm-bcanalyzer onto the new cursor APIs, allowi...
2013-01-20 Chris Lattneradd an option to not auto-process abbreviations in...
2013-01-20 Chris Lattnerstringref'ize readRecord and properly capitalize it...
2013-01-20 Chris Lattnermove some private methods out of line, add a skipRecord...
2013-01-19 Chris Lattneradd some optional flags to affect the way advance works.
2013-01-19 Chris LattnerAdd a new BitstreamEntry concept, and add two helper...
2013-01-19 Chris LattnerBitstreamReader hasn't aged well. It's been hacked...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-09 Michael IlsemanHave the bitcode reader/writer just use FPMathOperator...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Michael IlsemanFast-math flags for the bitcode
2012-11-25 Joe AbbeyCode Custodian:
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Chad Rosier[ms-inline asm] Add support for the nsdialect keyword...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-21 Duncan SandsPacify PVS-Studio by changing the type rather than...
2012-08-21 Duncan SandsPVS-Studio noticed that EmitVBR64 would perform undefin...
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-05-23 Nuno Lopesrevert r156383: removal of TYPE_CODE_FUNCTION_OLD
2012-05-08 Nuno Lopesremove TYPE_CODE_FUNCTION_OLD type code. it is no longe...
2012-03-21 Jan SjödinFix windows compilation warning. Patch by Micah.
2012-03-03 Benjamin KramerEnable the small vector POD optimization for BitCodeAbb...
2012-02-29 Daniel DunbarBitstreamWriter: Use SmallVector::append instead of...
2012-02-29 Daniel DunbarBitstreamWriter: Change primary output buffer to be...
2012-02-29 Daniel DunbarBitstreamWriter: Isolate access to the underlying buffer.
2012-02-29 Daniel DunbarBitcodeWriter: Expose less implementation details ...
2012-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-02-07 NAKAMURA TakumiBitcode/BitstreamReader.h: Tweak for big endian hosts.
2012-02-06 Nick LewyckySystem headers after llvm headers.
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-06 Bill Wendling[unwind removal] Remove a the obsolete 'unwind' enum...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-30 Chris LattnerAdd bitcode reader and writer support for ConstantDataA...
2012-01-23 Rafael EspindolaThe iteration order over a std::set<Module*> depends...
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-12 Chad RosierBegin sketching out a bitcode verifier pass. Idea...
2011-12-08 Chad RosierFix 80-column.
next