Revert "Function bitcode index in Value Symbol Table and lazy reading support"
[oota-llvm.git] / include / llvm / Bitcode / LLVMBitCodes.h
2015-09-17 Teresa JohnsonRevert "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonFunction bitcode index in Value Symbol Table and lazy...
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-14 David Majnemer[IR] Add token types
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-28 Bob WilsonReserve some constant values for the Swift calling...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-04-28 David Blaikie[opaque pointer type] Encode the pointee type in the...
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-13 Duncan P. N. Exon... Bitcode: Remove confusing '?' from r229004, NFC
2015-02-13 Duncan P. N. Exon... Bitcode: Add trailing comma to MetadataCodes, NFC
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDImportedEntity
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDObjCProperty
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDGlobalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDNamespace
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlockFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlock
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubroutineType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubrange
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-09 Duncan P. N. Exon... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
2015-01-09 Duncan P. N. Exon... Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2014-12-11 Duncan P. N. Exon... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-11 Duncan P. N. Exon... Bitcode: Add `OLD_` prefix to metadata node records
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-06-27 David MajnemerIR: Add COMDATs to the IR
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...
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-02-10 Bill WendlingAdd code for emitting the attribute groups.
2013-02-04 Bill WendlingInitial cleanups of the param-attribute code in the...
2012-12-09 Michael IlsemanHave the bitcode reader/writer just use FPMathOperator...
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-15 Michael IlsemanRemove trailing whitespace
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-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-02-06 Bill Wendling[unwind removal] Remove a the obsolete 'unwind' enum...
2012-01-30 Chris LattnerAdd bitcode reader and writer support for ConstantDataA...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
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-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-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
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-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
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-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2009-10-28 Chris Lattnerbitcode writer support for blockaddress.
next