summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-281-0/+1
* Remove the dependent libraries feature.Bill Wendling2012-11-271-1/+0
* Fast-math flags for LLVM IR parsing and printingMichael Ilseman2012-11-271-0/+16
* Remove trailing whitespaceMichael Ilseman2012-11-151-13/+13
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-151-1/+1
* Use the Attributes::Builder to build the attributes in the parser.Bill Wendling2012-10-081-1/+1
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-0/+3
* Extend Attributes to 64 bitsKostya Serebryany2012-01-201-5/+6
* remove asmparsing and documentation support for "volatile load", which was on...Chris Lattner2011-11-271-2/+2
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-6/+4
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-0/+1
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-091-2/+4
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-0/+1
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-2/+0
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-0/+2
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+2
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+4
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-9/+9
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-44/+43
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-171-1/+0
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-171-1/+1
* Remove old backwards compatibility support from the parser for autoupgradingChris Lattner2011-06-171-5/+2
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-131-1/+3
OpenPOWER on IntegriCloud