summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
* [IR] Redefine Freeze instructionaqjune2019-11-121-0/+1
* [Alignment][NFC] Use MaybeAlign in AttrBuilderGuillaume Chatelet2019-10-221-2/+2
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-07-021-0/+2
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-0/+1
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-291-1/+0
* IR: add optional type to 'byval' function parametersTim Northover2019-05-291-0/+1
* [LLParser] Simplify type checking in ParseArithmetic and ParseUnaryOp.Craig Topper2019-05-051-2/+2
* IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight2019-03-221-1/+1
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-171-2/+0
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-171-0/+2
* [ThinLTO] Assembly representation of ReadOnly attributeEugene Leviant2018-11-231-0/+1
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-0/+2
* 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
OpenPOWER on IntegriCloud