summaryrefslogtreecommitdiff
path: root/include/llvm/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu2018-01-301-4/+12
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-021-7/+21
* [AsmParser] Expose an API to parse a string starting with a type.Quentin Colombet2016-03-081-0/+10
* [AsmParser] Add a function to parse a standalone type.Quentin Colombet2016-03-071-0/+9
* AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz2015-08-212-3/+14
* AsmParser: Add a function to parse a standalone constant value.Alex Lorenz2015-07-171-0/+9
* AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz2015-06-232-21/+67
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-7/+4
* Split parseAssembly into parseAssembly and parseAssemblyInto.Rafael Espindola2014-08-191-2/+13
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-17/+18
* Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.Rafael Espindola2014-08-171-7/+6
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-0/+64