Add function for testing string attributes to InvokeInst and CallSite. NFC.
[oota-llvm.git] / include / llvm / AsmParser /
2015-08-21 Alex LorenzAsmParser: Save and restore the parsing state for types...
2015-07-17 Alex LorenzAsmParser: Add a function to parse a standalone constan...
2015-06-23 Alex LorenzAsmParser: Extend the API to make the global value...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-19 Rafael EspindolaSplit parseAssembly into parseAssembly and parseAssembl...
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-17 Rafael EspindolaPass a std::uinque_ptr to ParseAssembly to make the...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...