summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-083-1/+26
* [ASMParser] Parse FP constants in non-C localesMeador Inge2016-06-021-2/+4
* IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne2016-06-011-1/+1
* Add support for metadata attachments for global variables.Peter Collingbourne2016-05-312-7/+18
* Remove some 'const' specifiers that do nothing but prevent moving the argument.Benjamin Kramer2016-05-291-1/+1
* Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren2016-05-251-0/+2
* Refactor duplicated code. NFC.Rafael Espindola2016-05-122-33/+39
* Refactor duplicated check for valid declaration linkage. NFC.Rafael Espindola2016-05-111-2/+3
* clang-format LLToken.h.Rafael Espindola2016-05-111-225/+339
* Make "@name =" mandatory for globals in .ll files.Rafael Espindola2016-05-101-40/+0
* Simplify LLParser::ParseOptionalLinkage. NFC.Rafael Espindola2016-05-101-19/+34
* AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov2016-05-063-0/+4
* IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith2016-04-191-4/+3
* IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith2016-04-191-9/+9
* IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith2016-04-191-2/+2
* IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2016-04-191-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-0/+14
* Update and fix LLVM_ENABLE_MODULES:Richard Smith2016-04-161-1/+0
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-10/+8
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-124-1/+46
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-073-11/+17
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-22/+32
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-063-0/+18
* AsmParser: Don't crash on unresolved !tbaaDuncan P. N. Exon Smith2016-04-061-4/+5
* Swift Calling Convention: add swiftcc.Manman Ren2016-04-053-0/+4
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-052-21/+41
* Rename Context::discardValueNames() to shouldDiscardValueNames() (NFC)Mehdi Amini2016-04-021-1/+1
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-013-1/+9
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-313-3/+30
* Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-304-0/+20
* Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-304-20/+0
* [ThinLTO] Serialize the Module SourceFileName to/from LLVM assemblyTeresa Johnson2016-03-304-0/+20
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-293-0/+5
* 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-083-5/+27
* [AsmParser] Add a function to parse a standalone type.Quentin Colombet2016-03-073-0/+26
* [AVR] Add calling convention parser tokensDylan McKay2016-03-033-0/+7
* [IR] Extend cmpxchg to allow pointer type operandsPhilip Reames2016-02-191-7/+3
* Remove autoconf supportChris Bieneman2016-01-261-14/+0
* Implemented Support of IA interrupt and exception handlers:Amjad Aboud2015-12-213-0/+4
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-163-0/+8
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-12/+22
* [IR] Remove terminatepadDavid Majnemer2015-12-144-41/+1
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-124-200/+124
* Macro debug info support in LLVM IRAmjad Aboud2015-12-103-2/+64
* [CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren2015-12-043-0/+4
* AsmParser: Make the code for parsing unnamed aliases more closely resemble th...Peter Collingbourne2015-11-251-18/+27
OpenPOWER on IntegriCloud