summaryrefslogtreecommitdiffstats
path: root/unittests/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-7/+7
* [AsmParser] Expose an API to parse a string starting with a type.Quentin Colombet2016-03-081-0/+143
* [AsmParser] Add a function to parse a standalone type.Quentin Colombet2016-03-071-0/+120
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* Fix PR 24633 - Handle undef values when parsing standalone constants.Alex Lorenz2015-09-091-0/+4
* AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz2015-08-211-0/+36
* AsmParser: Add a function to parse a standalone constant value.Alex Lorenz2015-07-171-0/+48
* AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz2015-06-231-0/+20
* AsmParser: Require a terminating null character when creating memory buffer.Alex Lorenz2015-05-203-0/+71