summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
* Allow creating llvm::Function in non-zero address spacesAlexander Richardson2018-08-231-3/+11
* [AsmParser] Fix inconsistent declaration parameter nameFangrui Song2018-07-121-37/+37
* [ThinLTO] Parse module summary index from assemblyTeresa Johnson2018-06-261-1/+64
* [ThinLTO] Print module summary index to assemblyTeresa Johnson2018-05-261-0/+2
* Make the LLParser accept call instructions of variables in the program ASAlexander Richardson2018-02-271-3/+3
* LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu2018-01-301-2/+9
* [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel2017-11-061-1/+3
* Represent runtime preemption in the IR.Sean Fertile2017-10-261-3/+5
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-021-2/+7
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-1/+2
* [IR] Add AttributeSet to hide AttributeSetNode* again, NFCReid Kleckner2017-04-121-4/+4
* Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-101-4/+4
* Allow DataLayout to specify addrspace for allocas.Matt Arsenault2017-04-101-0/+2
* Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-101-4/+4
* [IR] Make AttributeSetNode public, avoid temporary AttributeList copiesReid Kleckner2017-04-101-4/+4
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-281-0/+4
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-6/+6
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-1/+2
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-5/+4
* Add support for metadata attachments for global variables.Peter Collingbourne2016-05-311-0/+1
* Refactor duplicated code. NFC.Rafael Espindola2016-05-121-6/+4
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-1/+5
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-051-3/+5
* Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-301-0/+1
* Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-301-1/+0
* [ThinLTO] Serialize the Module SourceFileName to/from LLVM assemblyTeresa Johnson2016-03-301-0/+1
* [AsmParser] Expose an API to parse a string starting with a type.Quentin Colombet2016-03-081-1/+2
* [AsmParser] Add a function to parse a standalone type.Quentin Colombet2016-03-071-0/+2
* [IR] Remove terminatepadDavid Majnemer2015-12-141-1/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-21/+8
* [IR] Add support for empty tokensDavid Majnemer2015-11-111-9/+9
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-241-0/+4
* Fix assertion failure in LLParser::ConvertValIDToValueKarl Schimpf2015-09-031-1/+1
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+1
* [WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet2015-08-231-6/+19
* AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz2015-08-211-1/+5
* Try to fix the build for C++ standard libraries missing std::map::emplaceDavid Blaikie2015-08-031-5/+5
* Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in...David Blaikie2015-08-031-9/+11
* Revert "-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that...Reid Kleckner2015-08-031-11/+9
* Currently string attributes on function arguments/return values can be genera...Artur Pilipenko2015-08-031-0/+2
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-011-9/+11
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-0/+9
* [opaque pointers] Avoid the use of pointee types when parsing inline asm in IRDavid Blaikie2015-07-271-1/+2
* AsmParser: Add a function to parse a standalone constant value.Alex Lorenz2015-07-171-0/+3
* Revert the new EH instructionsDavid Majnemer2015-07-101-9/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+9
* AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz2015-06-231-3/+6
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
OpenPOWER on IntegriCloud