summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-87/+88
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-051-0/+2
* AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool2014-04-051-0/+13
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-10/+0
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-6/+21
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-091-19/+14
* [Layering] Move AutoUpgrade.h into the IR library where itsChandler Carruth2014-03-051-1/+1
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-311-0/+2
* Add an inalloca flag to allocasReid Kleckner2014-01-171-10/+21
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-171-0/+4
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-36/+57
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-57/+36
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-36/+57
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-191-0/+3
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-021-0/+2
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+2
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-081-0/+2
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-8/+0
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-311-0/+2
OpenPOWER on IntegriCloud