summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-2/+62
* [CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren2015-12-041-0/+2
* AsmParser: Make the code for parsing unnamed aliases more closely resemble th...Peter Collingbourne2015-11-251-18/+27
* update comment and error message; NFCSanjay Patel2015-11-191-1/+4
* [OperandBundles] Tighten OperandBundleDef's interface; NFCSanjoy Das2015-11-181-7/+5
* [IR] Add support for empty tokensDavid Majnemer2015-11-111-0/+6
* Add 'notail' marker for call instructions.Akira Hatanaka2015-11-061-0/+1
* Add a new attribute: norecurseJames Molloy2015-11-061-0/+1
* Revert r252249 (and r252255, r252258), "[WinEH] Clone funclets with multiple ...NAKAMURA Takumi2015-11-061-2/+1
* [WinEH] Clone funclets with multiple parentsAndrew Kaylor2015-11-061-1/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-8/+7
* AsmParser: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-5/+4
* HHVM calling conventions.Maksim Panchenko2015-09-291-0/+4
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-241-10/+65
* auto and range-for-ify some things to make changing container types a bit eas...David Blaikie2015-09-211-36/+25
* Support align attribute for return valuesArtur Pilipenko2015-09-181-1/+7
* 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-031-2/+1
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+30
* 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-231-48/+136
* AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz2015-08-211-1/+20
* [IR] Give catchret an optional 'return value' operandDavid Majnemer2015-08-151-3/+14
* 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-031-3/+2
* Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in...David Blaikie2015-08-031-9/+12
* Revert "-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that...Reid Kleckner2015-08-031-9/+6
* 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-031-7/+24
* 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-011-6/+9
* 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-311-0/+161
* [opaque pointers] Avoid the use of pointee types when parsing inline asm in IRDavid Blaikie2015-07-271-6/+9
* AsmParser: Add a function to parse a standalone constant value.Alex Lorenz2015-07-171-0/+35
* Add argmemonly attribute.Igor Laevsky2015-07-111-29/+38
* Add support for fast-math flags to the FCmp instruction.James Molloy2015-07-101-2/+11
* Revert the new EH instructionsDavid Majnemer2015-07-101-161/+0
* Address Joseph's review comments.David Majnemer2015-07-101-2/+2
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+161
* 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
* AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz2015-06-231-0/+9
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-7/+8
* Allow aliases to be unnamed.Rafael Espindola2015-06-171-0/+3
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+3
* DebugInfo: Really support 2^16 arguments in a subprogramDuncan P. N. Exon Smith2015-06-021-1/+1
OpenPOWER on IntegriCloud