summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-051-18/+36
* Rename Context::discardValueNames() to shouldDiscardValueNames() (NFC)Mehdi Amini2016-04-021-1/+1
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-1/+7
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-2/+24
* Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-301-0/+17
* Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-301-17/+0
* [ThinLTO] Serialize the Module SourceFileName to/from LLVM assemblyTeresa Johnson2016-03-301-0/+17
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+3
* IR: Stop upgrading !llvm.loop attachments via MDStringDuncan P. N. Exon Smith2016-03-251-1/+0
* DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual fun...Peter Collingbourne2016-03-171-1/+1
* Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini2016-03-101-0/+5
* [AsmParser] Expose an API to parse a string starting with a type.Quentin Colombet2016-03-081-3/+7
* [AsmParser] Add a function to parse a standalone type.Quentin Colombet2016-03-071-0/+12
* [AVR] Add calling convention parser tokensDylan McKay2016-03-031-0/+4
* [IR] Extend cmpxchg to allow pointer type operandsPhilip Reames2016-02-191-7/+3
* Implemented Support of IA interrupt and exception handlers:Amjad Aboud2015-12-211-0/+2
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-161-0/+4
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-12/+22
* [IR] Remove terminatepadDavid Majnemer2015-12-141-38/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-175/+109
* 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
OpenPOWER on IntegriCloud