aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola1-9/+19
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-67/+68
2014-12-11AsmParser: Don't crash on an ill-formed MDNodeVectorDavid Majnemer1-2/+2
2014-12-11AsmParser: Don't crash on an ill-formed MDNodeVectorDavid Majnemer1-2/+2
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-53/+82
2014-12-09AsmParser: Don't crash on malformed attribute groupsDavid Majnemer1-1/+3
2014-12-09Reland r223754David Majnemer1-6/+9
2014-12-09Revert "AsmParser: Reject invalid mismatch between forward ref and def"David Majnemer1-8/+5
2014-12-09AsmParser: Reject invalid mismatch between forward ref and defDavid Majnemer1-5/+8
2014-12-07IR: Add missing tests for function-local metadataDuncan P. N. Exon Smith1-1/+1
2014-12-06IR: Disallow function-local metadata attachmentsDuncan P. N. Exon Smith1-0/+4
2014-12-06IR: Disallow complicated function-local metadataDuncan P. N. Exon Smith1-0/+13
2014-12-03Prologue supportPeter Collingbourne1-2/+6
2014-12-01Parse 'ghccc' in .ll files as the GHC convention (cc 10)Reid Kleckner1-1/+3
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-10-28X86: Implement the vectorcall calling conventionReid Kleckner1-0/+2
2014-09-10Make CallingConv::ID an alias of "unsigned".Alexey Samsonov1-9/+5
2014-08-29Fix typos in comments, NFCRobin Morisset1-1/+1
2014-08-26Declare that musttail calls in variadic functions forward the ellipsisReid Kleckner1-2/+19
2014-08-19IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith1-4/+143
2014-08-19LLParser: Handle BlockAddresses on-the-flyDuncan P. N. Exon Smith1-83/+114
2014-08-05Remove dead code in conditionDuncan P. N. Exon Smith1-2/+2
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola1-14/+11
2014-07-23AsmParser: remove deprecated LLIR supportSaleem Abdulrasool1-15/+0
2014-07-18Add a dereferenceable attributeHal Finkel1-0/+45
2014-06-27IR: Add COMDATs to the IRDavid Majnemer1-1/+97
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-3/+4
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-4/+3
2014-06-25Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky1-0/+1
2014-06-13IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover1-4/+9
2014-06-06Allow aliases to be unnamed_addr.Rafael Espindola1-18/+27
2014-06-05Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder1-0/+3
2014-06-04Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola1-2/+3
2014-06-03Update comments to match reality.Rafael Espindola1-4/+4
2014-06-03Fix a small bug in the parsing of anonymous globals.Rafael Espindola1-0/+2
2014-06-03Simplify the parsing of unnamed globals. No functionality changed.Rafael Espindola1-31/+12
2014-06-03Update comment. This should have been part of r210062.Rafael Espindola1-2/+0
2014-06-03Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola1-39/+20
2014-05-28[pr19844] Add thread local mode to aliases.Rafael Espindola1-15/+33
2014-05-20Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky1-0/+3
2014-05-17Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola1-2/+2
2014-05-17Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola1-2/+2
2014-05-16Fix most of PR10367.Rafael Espindola1-18/+45
2014-05-16Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola1-2/+4
2014-05-09Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner1-2/+0
2014-05-09Don't crash on redefinitions.Rafael Espindola1-5/+7
2014-05-07IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith1-0/+17
2014-04-24Add 'musttail' marker to call instructionsReid Kleckner1-6/+13
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-87/+88
2014-04-05AsmParser: add a warning for compatibility parsingSaleem Abdulrasool1-0/+2