aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne1-2/+2
2016-09-06DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov1-9/+12
2016-09-06Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini1-12/+9
2016-09-06DebugInfo: use strongly typed enum for debug info flagsMehdi Amini1-9/+12
2016-08-26[AsmParser] Placate a -Wmisleading-indentantion warning (GCC7).Davide Italiano1-1/+3
2016-08-25Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko1-23/+41
2016-08-24DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie1-2/+4
2016-07-04Add writeonly IR attributeNicolai Haehnle1-0/+2
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner1-3/+5
2016-06-24Remangle intrinsics names when types are renamedArtur Pilipenko1-0/+13
2016-06-23Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg1-13/+0
2016-06-23Remangle intrinsics names when types are renamedArtur Pilipenko1-0/+13
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne1-1/+14
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-13/+22
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner1-1/+24
2016-06-01IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne1-1/+1
2016-05-31Add support for metadata attachments for global variables.Peter Collingbourne1-7/+17
2016-05-29Remove some 'const' specifiers that do nothing but prevent moving the argument.Benjamin Kramer1-1/+1
2016-05-25Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren1-0/+2
2016-05-12Refactor duplicated code. NFC.Rafael Espindola1-27/+35
2016-05-11Refactor duplicated check for valid declaration linkage. NFC.Rafael Espindola1-2/+3
2016-05-10Make "@name =" mandatory for globals in .ll files.Rafael Espindola1-40/+0
2016-05-10Simplify LLParser::ParseOptionalLinkage. NFC.Rafael Espindola1-19/+34
2016-05-06AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov1-0/+2
2016-04-19IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith1-4/+3
2016-04-19IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith1-9/+9
2016-04-19IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith1-2/+2
2016-04-19IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith1-1/+1
2016-04-17IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith1-0/+14
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl1-10/+8
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV1-0/+39
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin1-11/+15
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien1-22/+32
2016-04-06AMDGPU: Add a shader calling conventionNicolai Haehnle1-0/+10
2016-04-06AsmParser: Don't crash on unresolved !tbaaDuncan P. N. Exon Smith1-4/+5
2016-04-05Swift Calling Convention: add swiftcc.Manman Ren1-0/+2
2016-04-05[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin1-18/+36
2016-04-02Rename Context::discardValueNames() to shouldDiscardValueNames() (NFC)Mehdi Amini1-1/+1
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren1-1/+7
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl1-2/+24
2016-03-30Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson1-0/+17
2016-03-30Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson1-17/+0
2016-03-30[ThinLTO] Serialize the Module SourceFileName to/from LLVM assemblyTeresa Johnson1-0/+17
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren1-0/+3
2016-03-25IR: Stop upgrading !llvm.loop attachments via MDStringDuncan P. N. Exon Smith1-1/+0
2016-03-17DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual fun...Peter Collingbourne1-1/+1
2016-03-10Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini1-0/+5
2016-03-08[AsmParser] Expose an API to parse a string starting with a type.Quentin Colombet1-3/+7
2016-03-07[AsmParser] Add a function to parse a standalone type.Quentin Colombet1-0/+12
2016-03-03[AVR] Add calling convention parser tokensDylan McKay1-0/+4