aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLParser.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola1-1/+1
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-7/+12
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-9/+10
2014-09-10Make CallingConv::ID an alias of "unsigned".Alexey Samsonov1-1/+1
2014-08-26Declare that musttail calls in variadic functions forward the ellipsisReid Kleckner1-1/+3
2014-08-19IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith1-0/+6
2014-08-19LLParser: Handle BlockAddresses on-the-flyDuncan P. N. Exon Smith1-10/+12
2014-08-18These classes only need a StringRef, not a MemoryBuffer.Rafael Espindola1-1/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola1-2/+2
2014-07-18Add a dereferenceable attributeHal Finkel1-0/+6
2014-06-27IR: Add COMDATs to the IRDavid Majnemer1-0/+10
2014-06-06Allow aliases to be unnamed_addr.Rafael Espindola1-2/+5
2014-05-28[pr19844] Add thread local mode to aliases.Rafael Espindola1-2/+4
2014-04-24Add 'musttail' marker to call instructionsReid Kleckner1-1/+4
2014-04-16[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+3
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover1-0/+1
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth1-1/+1
2014-01-17Add an inalloca flag to allocasReid Kleckner1-0/+1
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-2/+5
2014-01-14Revert "Decouple dllexport/dllimport from linkage"Nico Rieck1-5/+2
2014-01-14Decouple dllexport/dllimport from linkageNico Rieck1-2/+5
2013-09-28AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren1-0/+2
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer1-2/+2
2013-09-11Give internal classes hidden visibility.Benjamin Kramer1-2/+2
2013-06-27Added support for the Builtin attribute.Michael Gottesman1-1/+1
2013-02-22Implement the NoBuiltin attribute.Bill Wendling1-1/+1
2013-02-08Parse the attribute group reference on a function.Bill Wendling1-2/+5
2013-02-08Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs Bill Wendling1-2/+1
2013-02-06Initial submission for the attribute group feature.Bill Wendling1-0/+5
2013-01-31Make sure that the Attribute object represents one attribute only.Bill Wendling1-4/+4
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-5/+5
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-4/+4
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman1-5/+5
2012-12-04Split up the ParseOptionalAttrs method into three different methods for eachBill Wendling1-1/+3
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-3/+3
2012-11-28Add back support for reading and parsing 'deplibs'.Bill Wendling1-0/+1
2012-11-27Remove the dependent libraries feature.Bill Wendling1-1/+0
2012-11-27Fast-math flags for LLVM IR parsing and printingMichael Ilseman1-0/+16
2012-11-15Remove trailing whitespaceMichael Ilseman1-13/+13
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling1-1/+1
2012-10-08Use the Attributes::Builder to build the attributes in the parser.Bill Wendling1-1/+1
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg1-0/+3
2012-01-20Extend Attributes to 64 bitsKostya Serebryany1-5/+6
2011-11-27remove asmparsing and documentation support for "volatile load", which was on...Chris Lattner1-2/+2
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman1-6/+4
2011-08-12Initial commit of the 'landingpad' instruction.Bill Wendling1-0/+1
2011-08-09Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman1-2/+4
2011-07-31Add the 'resume' instruction for the new EH rewrite.Bill Wendling1-0/+1
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling1-2/+0