Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
[oota-llvm.git] / include / llvm / Bitcode /
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.
2011-12-08 Chad RosierFix comments.
2011-12-07 Chad RosierFix comments.
2011-12-07 Chad RosierBegin adding experimental support for preserving use...
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattnerfix a really bad bug that would cause nested cursors...
2011-06-25 Nick LewyckyEnhance the sanity check for block sizes; check that...
2011-06-17 Chris LattnerDrop the "2" suffix on some enums.
2011-06-17 Chris Lattnerremove support for a bunch of obsolete instruction...
2011-06-17 Chris LattnerRemove some "2" suffixes from the metadata enums now...
2011-06-17 Chris Lattnerremove bitcode reader support for LLVM 2.7 metadata...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-03-01 Dan GohmanRevert PathV2 changes, as sys::fs::unique_file is not...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-01-16 Michael J. SpencerUnRevert "Revert "Archive: Replace all internal uses...
2011-01-16 Michael J. SpencerRevert "Archive: Replace all internal uses of PathV1...
2011-01-15 Michael J. SpencerArchive: Fix spelling.
2011-01-15 Michael J. SpencerArchive: Replace all internal uses of PathV1 with PathV...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-06 Bill WendlingRemove tabs.
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-09-02 Dan GohmanRemove obsolete comments about throwing exceptions.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-18 Chris Lattnerdon't emit zero bit fields with Emit, fixing undefined...
2010-05-27 Dan GohmanDon't special-case stdout in llvm::WriteBitcodeToFile...
2010-04-19 Benjamin KramerDon't write into MemoryBuffers.
2010-04-03 Chris LattnerAdd special case bitcode support for DebugLoc. This...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2010-01-01 Ted KremenekRemove old header.
2009-12-31 Ted KremenekRemove derelict serialization code.
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-28 Chris Lattnerbitcode writer support for blockaddress.
next