aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/AsmParser/AsmParserTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-7/+7
2016-03-08[AsmParser] Expose an API to parse a string starting with a type.Quentin Colombet1-0/+143
2016-03-07[AsmParser] Add a function to parse a standalone type.Quentin Colombet1-0/+120
2015-09-09Fix PR 24633 - Handle undef values when parsing standalone constants.Alex Lorenz1-0/+4
2015-08-21AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz1-0/+36
2015-07-17AsmParser: Add a function to parse a standalone constant value.Alex Lorenz1-0/+48
2015-06-23AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz1-0/+20
2015-05-20AsmParser: Require a terminating null character when creating memory buffer.Alex Lorenz1-0/+47