summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: Split GenericMDNode into MDTuple and UniquableMDNodeDuncan P. N. Exon Smith2015-01-121-2/+2
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-3/+7
* Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola2015-01-061-9/+19
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-67/+68
* AsmParser: Don't crash on an ill-formed MDNodeVectorDavid Majnemer2014-12-111-2/+2
* AsmParser: Don't crash on an ill-formed MDNodeVectorDavid Majnemer2014-12-111-2/+2
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-53/+82
* AsmParser: Don't crash on malformed attribute groupsDavid Majnemer2014-12-091-1/+3
* Reland r223754David Majnemer2014-12-091-6/+9
* Revert "AsmParser: Reject invalid mismatch between forward ref and def"David Majnemer2014-12-091-8/+5
* AsmParser: Reject invalid mismatch between forward ref and defDavid Majnemer2014-12-091-5/+8
* IR: Add missing tests for function-local metadataDuncan P. N. Exon Smith2014-12-071-1/+1
* IR: Disallow function-local metadata attachmentsDuncan P. N. Exon Smith2014-12-061-0/+4
* IR: Disallow complicated function-local metadataDuncan P. N. Exon Smith2014-12-061-0/+13
* Prologue supportPeter Collingbourne2014-12-031-2/+6
* Parse 'ghccc' in .ll files as the GHC convention (cc 10)Reid Kleckner2014-12-011-1/+3
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* X86: Implement the vectorcall calling conventionReid Kleckner2014-10-281-0/+2
* Make CallingConv::ID an alias of "unsigned".Alexey Samsonov2014-09-101-9/+5
* Fix typos in comments, NFCRobin Morisset2014-08-291-1/+1
* Declare that musttail calls in variadic functions forward the ellipsisReid Kleckner2014-08-261-2/+19
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-191-4/+143
* LLParser: Handle BlockAddresses on-the-flyDuncan P. N. Exon Smith2014-08-191-83/+114
* Remove dead code in conditionDuncan P. N. Exon Smith2014-08-051-2/+2
* Use "weak alias" instead of "alias weak"Rafael Espindola2014-07-301-14/+11
* AsmParser: remove deprecated LLIR supportSaleem Abdulrasool2014-07-231-15/+0
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+45
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-1/+97
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-3/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+3
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-251-0/+1
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-4/+9
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-18/+27
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+3
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-041-2/+3
* Update comments to match reality.Rafael Espindola2014-06-031-4/+4
* Fix a small bug in the parsing of anonymous globals.Rafael Espindola2014-06-031-0/+2
* Simplify the parsing of unnamed globals. No functionality changed.Rafael Espindola2014-06-031-31/+12
* Update comment. This should have been part of r210062.Rafael Espindola2014-06-031-2/+0
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-39/+20
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-281-15/+33
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-201-0/+3
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-171-2/+2
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-171-2/+2
* Fix most of PR10367.Rafael Espindola2014-05-161-18/+45
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-161-2/+4
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-091-2/+0
* Don't crash on redefinitions.Rafael Espindola2014-05-091-5/+7
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-071-0/+17
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-241-6/+13
OpenPOWER on IntegriCloud