aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-19[IR] Extend cmpxchg to allow pointer type operandsPhilip Reames1-7/+3
2015-12-21Implemented Support of IA interrupt and exception handlers:Amjad Aboud1-0/+2
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj1-0/+4
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel1-12/+22
2015-12-14[IR] Remove terminatepadDavid Majnemer1-38/+0
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-175/+109
2015-12-10Macro debug info support in LLVM IRAmjad Aboud1-2/+62
2015-12-04[CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren1-0/+2
2015-11-25AsmParser: Make the code for parsing unnamed aliases more closely resemble th...Peter Collingbourne1-18/+27
2015-11-19update comment and error message; NFCSanjay Patel1-1/+4
2015-11-18[OperandBundles] Tighten OperandBundleDef's interface; NFCSanjoy Das1-7/+5
2015-11-11[IR] Add support for empty tokensDavid Majnemer1-0/+6
2015-11-06Add 'notail' marker for call instructions.Akira Hatanaka1-0/+1
2015-11-06Add a new attribute: norecurseJames Molloy1-0/+1
2015-11-06Revert r252249 (and r252255, r252258), "[WinEH] Clone funclets with multiple ...NAKAMURA Takumi1-2/+1
2015-11-06[WinEH] Clone funclets with multiple parentsAndrew Kaylor1-1/+2
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-8/+7
2015-10-20AsmParser: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-5/+4
2015-09-29HHVM calling conventions.Maksim Panchenko1-0/+4
2015-09-24[Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das1-10/+65
2015-09-21auto and range-for-ify some things to make changing container types a bit eas...David Blaikie1-36/+25
2015-09-18Support align attribute for return valuesArtur Pilipenko1-1/+7
2015-09-14Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie1-2/+3
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie1-0/+11
2015-09-09Fix PR 24633 - Handle undef values when parsing standalone constants.Alex Lorenz1-0/+1
2015-09-03Allow global address space forward decls using IDs in .ll files.Karl Schimpf1-16/+13
2015-09-03Fix assertion failure in LLParser::ConvertValIDToValueKarl Schimpf1-2/+1
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet1-0/+30
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-0/+6
2015-08-23[WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet1-48/+136
2015-08-21AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz1-1/+20
2015-08-15[IR] Give catchret an optional 'return value' operandDavid Majnemer1-3/+14
2015-08-03Fix with a bit more care. (but only a bit)David Blaikie1-2/+3
2015-08-03Try to fix the build for C++ standard libraries missing std::map::emplaceDavid Blaikie1-3/+2
2015-08-03Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in...David Blaikie1-9/+12
2015-08-03Revert "-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that...Reid Kleckner1-9/+6
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-6/+7
2015-08-03Currently string attributes on function arguments/return values can be genera...Artur Pilipenko1-7/+24
2015-08-01De-constify pointers to Type since they can't be modified. NFCCraig Topper1-2/+2
2015-08-01-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie1-6/+9
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith1-5/+6
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer1-0/+161
2015-07-27[opaque pointers] Avoid the use of pointee types when parsing inline asm in IRDavid Blaikie1-6/+9
2015-07-17AsmParser: Add a function to parse a standalone constant value.Alex Lorenz1-0/+35
2015-07-11Add argmemonly attribute.Igor Laevsky1-29/+38
2015-07-10Add support for fast-math flags to the FCmp instruction.James Molloy1-2/+11
2015-07-10Revert the new EH instructionsDavid Majnemer1-161/+0
2015-07-10Address Joseph's review comments.David Majnemer1-2/+2
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer1-0/+161
2015-07-09Extended syntax of vector version of getelementptr instruction.Elena Demikhovsky1-7/+11