ARM64: initial backend import
[oota-llvm.git] / include / llvm / Bitcode /
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.
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
next