summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLParser.h
AgeCommit message (Expand)Author
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-04-12[IR] Add AttributeSet to hide AttributeSetNode* again, NFCReid Kleckner
2017-04-10Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner
2017-04-10Allow DataLayout to specify addrspace for allocas.Matt Arsenault
2017-04-10Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner
2017-04-10[IR] Make AttributeSetNode public, avoid temporary AttributeList copiesReid Kleckner
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2016-11-10IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-05-31Add support for metadata attachments for global variables.Peter Collingbourne
2016-05-12Refactor duplicated code. NFC.Rafael Espindola
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV
2016-04-05[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin
2016-03-30Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson
2016-03-30Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson
2016-03-30[ThinLTO] Serialize the Module SourceFileName to/from LLVM assemblyTeresa Johnson
2016-03-08[AsmParser] Expose an API to parse a string starting with a type.Quentin Colombet
2016-03-07[AsmParser] Add a function to parse a standalone type.Quentin Colombet
2015-12-14[IR] Remove terminatepadDavid Majnemer
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer
2015-11-11[IR] Add support for empty tokensDavid Majnemer
2015-09-24[Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das
2015-09-03Fix assertion failure in LLParser::ConvertValIDToValueKarl Schimpf
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet
2015-08-23[WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet
2015-08-21AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz
2015-08-03Try to fix the build for C++ standard libraries missing std::map::emplaceDavid Blaikie
2015-08-03Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in...David Blaikie
2015-08-03Revert "-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that...Reid Kleckner
2015-08-03Currently string attributes on function arguments/return values can be genera...Artur Pilipenko
2015-08-01-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer
2015-07-27[opaque pointers] Avoid the use of pointee types when parsing inline asm in IRDavid Blaikie
2015-07-17AsmParser: Add a function to parse a standalone constant value.Alex Lorenz
2015-07-10Revert the new EH instructionsDavid Majnemer
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer
2015-06-23AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-24IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith
2015-04-24LLParser: Simplify ParseInstructionMetadata(), NFCDuncan P. N. Exon Smith
2015-04-24LLParser: Split out ParseMetadataAttachment(), NFCDuncan P. N. Exon Smith
2015-04-16[IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das
2015-03-04Revert "unique_ptrify ValID::ConstantStructElts"Reid Kleckner
2015-03-04Workaround MSVC not providing implicit move membersDavid Blaikie