summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-141-2/+3
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-111-0/+11
* Fix PR 24633 - Handle undef values when parsing standalone constants.Alex Lorenz2015-09-091-0/+1
* Allow global address space forward decls using IDs in .ll files.Karl Schimpf2015-09-031-16/+13
* Fix assertion failure in LLParser::ConvertValIDToValueKarl Schimpf2015-09-032-3/+2
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-034-1/+33
* Fix bug in method LLLexer::FP80HexToIntPairKarl Schimpf2015-08-311-1/+1
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-0/+6
* [WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet2015-08-232-54/+155
* AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz2015-08-213-4/+27
* [IR] Give catchret an optional 'return value' operandDavid Majnemer2015-08-151-3/+14
* [IR] Add token typesDavid Majnemer2015-08-141-0/+1
* Fix with a bit more care. (but only a bit)David Blaikie2015-08-031-2/+3
* Try to fix the build for C++ standard libraries missing std::map::emplaceDavid Blaikie2015-08-032-8/+7
* Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in...David Blaikie2015-08-032-18/+23
* Revert "-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that...Reid Kleckner2015-08-032-20/+15
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-6/+7
* Currently string attributes on function arguments/return values can be genera...Artur Pilipenko2015-08-032-7/+26
* De-constify pointers to Type since they can't be modified. NFCCraig Topper2015-08-011-2/+2
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-012-15/+20
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-5/+6
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-314-1/+180
* [opaque pointers] Avoid the use of pointee types when parsing inline asm in IRDavid Blaikie2015-07-272-7/+11
* AsmParser: Add a function to parse a standalone constant value.Alex Lorenz2015-07-173-0/+50
* Add argmemonly attribute.Igor Laevsky2015-07-113-29/+40
* Add support for fast-math flags to the FCmp instruction.James Molloy2015-07-101-2/+11
* Revert the new EH instructionsDavid Majnemer2015-07-104-180/+1
* Address Joseph's review comments.David Majnemer2015-07-101-2/+2
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-104-1/+180
* Extended syntax of vector version of getelementptr instruction.Elena Demikhovsky2015-07-091-7/+11
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+18
* ADT: Add a string APSInt constructor.Alex Lorenz2015-06-231-14/+1
* AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz2015-06-233-11/+27
* 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
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-7/+8
* Allow aliases to be unnamed.Rafael Espindola2015-06-171-0/+3
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-153-0/+5
* Fix doxygen comments. NFCFilipe Cabecinhas2015-06-071-10/+10
* DebugInfo: Really support 2^16 arguments in a subprogramDuncan P. N. Exon Smith2015-06-021-1/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-7/+7
* Fix typos in variable/grammar names.Eric Christopher2015-05-281-6/+6
* Add initial support for the convergent attribute.Owen Anderson2015-05-263-0/+3
* Simplify boolean conditional return statements.Rafael Espindola2015-05-261-4/+1
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-211-3/+4
* AsmParser: Require a terminating null character when creating memory buffer.Alex Lorenz2015-05-201-1/+1
* [opaque pointer type] Use the value type of the GlobalVariable rather than ac...David Blaikie2015-05-131-1/+1
* [opaque pointer type] Pass the explicit function type down to the instruction...David Blaikie2015-05-131-1/+1
* [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie2015-04-291-4/+2
OpenPOWER on IntegriCloud