summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-2/+2
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-2/+2
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-1/+1
* Implement the NoBuiltin attribute.Bill Wendling2013-02-221-1/+1
* Parse the attribute group reference on a function.Bill Wendling2013-02-081-2/+5
* Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs Bill Wendling2013-02-081-2/+1
* Initial submission for the attribute group feature.Bill Wendling2013-02-061-0/+5
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-311-4/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-4/+4
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2012-12-091-5/+5
* Split up the ParseOptionalAttrs method into three different methods for eachBill Wendling2012-12-041-1/+3
OpenPOWER on IntegriCloud