summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-0/+1
* LLParser: Simplify ParseInstructionMetadata(), NFCDuncan P. N. Exon Smith2015-04-241-1/+1
* LLParser: Split out ParseMetadataAttachment(), NFCDuncan P. N. Exon Smith2015-04-241-0/+1
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-1/+1
* Revert "unique_ptrify ValID::ConstantStructElts"Reid Kleckner2015-03-041-9/+5
* Workaround MSVC not providing implicit move membersDavid Blaikie2015-03-041-0/+8
* unique_ptrify ValID::ConstantStructEltsDavid Blaikie2015-03-041-5/+1
* Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie2015-03-031-1/+5
* Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie2015-03-031-5/+1
* AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith2015-02-131-1/+2
* AsmParser: Switch some vectors to mapsDavid Majnemer2015-02-111-2/+2
* AsmParser: Add stubs for specialized MDNodes, NFCDuncan P. N. Exon Smith2015-02-101-2/+4
* AsmParser: Move MDField details to source file, NFCDuncan P. N. Exon Smith2015-02-041-38/+2
* AsmParser: Simplify MDUnsignedFieldDuncan P. N. Exon Smith2015-02-041-9/+6
* AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith2015-02-031-0/+4
* IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith2015-02-031-2/+12
* AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFCDuncan P. N. Exon Smith2015-01-201-0/+1
* AsmParser: Split up ParseMDFieldsImpl(), NFCDuncan P. N. Exon Smith2015-01-191-0/+2
* AsmParser: Fix error location for missing fieldsDuncan P. N. Exon Smith2015-01-191-1/+2
* IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith2015-01-191-1/+1
* IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith2015-01-191-1/+1
* AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith2015-01-131-0/+32
* AsmParser: Factor duplicated code into ParseMDNode(), NFCDuncan P. N. Exon Smith2015-01-121-0/+2
* AsmParser: ParseMDNode() => ParseMDTuple(), NFCDuncan P. N. Exon Smith2015-01-121-1/+1
* AsmParser: Remove unused version of ParseMDNodeID()Duncan P. N. Exon Smith2015-01-121-1/+0
* AsmParser: Use normal references for metadata attachments, NFCDuncan P. N. Exon Smith2015-01-121-1/+0
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-1/+1
* Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola2015-01-061-1/+1
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-7/+12
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-9/+10
* Make CallingConv::ID an alias of "unsigned".Alexey Samsonov2014-09-101-1/+1
* Declare that musttail calls in variadic functions forward the ellipsisReid Kleckner2014-08-261-1/+3
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-191-0/+6
* LLParser: Handle BlockAddresses on-the-flyDuncan P. N. Exon Smith2014-08-191-10/+12
* These classes only need a StringRef, not a MemoryBuffer.Rafael Espindola2014-08-181-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Use "weak alias" instead of "alias weak"Rafael Espindola2014-07-301-2/+2
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+6
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-0/+10
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-2/+5
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-281-2/+4
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-241-1/+4
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-161-2/+3
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-0/+1
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-1/+1
* Add an inalloca flag to allocasReid Kleckner2014-01-171-0/+1
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-2/+5
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-5/+2
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-2/+5
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-281-0/+2
OpenPOWER on IntegriCloud