summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* X86: Implement the vectorcall calling conventionReid Kleckner2014-10-283-1/+4
* Make CallingConv::ID an alias of "unsigned".Alexey Samsonov2014-09-102-10/+6
* Fix typos in comments, NFCRobin Morisset2014-08-291-1/+1
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-13/+10
* Declare that musttail calls in variadic functions forward the ellipsisReid Kleckner2014-08-262-3/+22
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-1/+1
* Split parseAssembly into parseAssembly and parseAssemblyInto.Rafael Espindola2014-08-191-6/+13
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-194-4/+156
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-18/+17
* LLParser: Handle BlockAddresses on-the-flyDuncan P. N. Exon Smith2014-08-192-93/+126
* These classes only need a StringRef, not a MemoryBuffer.Rafael Espindola2014-08-184-8/+8
* Delete unused method.Rafael Espindola2014-08-182-6/+0
* Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.Rafael Espindola2014-08-171-10/+9
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-133-6/+6
* Remove dead code in conditionDuncan P. N. Exon Smith2014-08-051-2/+2
* Use "weak alias" instead of "alias weak"Rafael Espindola2014-07-302-16/+13
* AsmParser: remove deprecated LLIR supportSaleem Abdulrasool2014-07-233-19/+0
* Add a dereferenceable attributeHal Finkel2014-07-184-0/+53
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-4/+5
* IR: Add COMDATs to the IRDavid Majnemer2014-06-275-8/+165
* ParseIR: don't take ownership of the MemoryBufferAlp Toker2014-06-271-2/+1
* 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-133-6/+12
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-062-20/+32
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-053-0/+5
* 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-282-17/+37
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-211-0/+1
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-203-0/+5
* 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-093-4/+1
* 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-244-7/+19
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-161-2/+3
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-153-96/+97
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-053-0/+10
OpenPOWER on IntegriCloud