summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-5/+17
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-17/+5
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-5/+17
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-17/+5
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-5/+17
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-3/+3
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-10/+21
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-2/+3
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-201-7/+12
* DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk2016-10-181-3/+3
* [X86] Basic additions to support RegCall Calling Convention.Oren Ben Simhon2016-10-131-0/+1
* [AsmParser] Remove unused partial template specialization.Davide Italiano2016-09-221-10/+0
* Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini2016-09-171-3/+3
* Fix auto-upgrade of TBAA tags in Bitcode ReaderMehdi Amini2016-09-141-2/+7
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-2/+2
* DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov2016-09-061-9/+12
* Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini2016-09-061-12/+9
* DebugInfo: use strongly typed enum for debug info flagsMehdi Amini2016-09-061-9/+12
* [AsmParser] Placate a -Wmisleading-indentantion warning (GCC7).Davide Italiano2016-08-261-1/+3
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-251-23/+41
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-2/+4
* Add writeonly IR attributeNicolai Haehnle2016-07-041-0/+2
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-3/+5
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-241-0/+13
* Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg2016-06-231-13/+0
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-231-0/+13
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-211-1/+14
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-13/+22
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-1/+24
* 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-311-7/+17
* 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-121-27/+35
* Refactor duplicated check for valid declaration linkage. NFC.Rafael Espindola2016-05-111-2/+3
* 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-061-0/+2
* 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
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-0/+14
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-10/+8
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-0/+39
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-11/+15
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-22/+32
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-0/+10
* AsmParser: Don't crash on unresolved !tbaaDuncan P. N. Exon Smith2016-04-061-4/+5
* Swift Calling Convention: add swiftcc.Manman Ren2016-04-051-0/+2
OpenPOWER on IntegriCloud