summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContextImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-6/+6
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-051-1/+1
* Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2019-06-271-1/+1
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-181-1/+1
* Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2019-06-091-1/+1
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-291-1/+1
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+3
* IR: Give the TypeAllocator a more generic name and start using it for section...Peter Collingbourne2019-05-291-7/+3
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-0/+25
* Reland "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"Francis Visoiu Mistrih2019-03-061-1/+2
* Revert "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"Francis Visoiu Mistrih2019-03-061-2/+1
* [Remarks] Refactor remark diagnostic emission in a RemarkStreamerFrancis Visoiu Mistrih2019-03-061-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-26/+19
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-2/+6
* [IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet2018-09-201-5/+8
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-4/+6
* Remove trailing spaceFangrui Song2018-07-301-8/+8
* Extend the GlobalObject metadata interfaceBenjamin Kramer2018-05-311-3/+7
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-5/+28
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-14/+14
* allow custom OptBisect classes set to LLVMContextFedor Sergeev2018-04-051-3/+12
* [NFC] OptPassGate extracted from OptBisectFedor Sergeev2018-03-271-1/+1
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-7/+11
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-8/+7
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-3/+7
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-7/+3
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-3/+7
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-4/+8
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-6/+21
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-2/+1
* This reverts r313381Vivek Pandya2017-09-151-1/+2
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-2/+1
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-7/+9
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-0/+14
* [ORE] Add diagnostics hotness thresholdBrian Gesiak2017-06-301-0/+1
* [ORE] Unify spelling as "diagnostics hotness"Brian Gesiak2017-06-301-1/+1
* [IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).Eugene Zelenko2017-06-191-42/+106
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [APInt] Give the value union a name so we can remove assumptions on VAL being...Craig Topper2017-05-031-2/+2
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-11/+6
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-4/+8
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-1/+1
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-4/+10
* IR: Consider two DISubprograms to be odr-equal if they have the same template...Peter Collingbourne2017-02-061-3/+11
* Move the section name from GlobalObject to the LLVMContextReid Kleckner2017-01-101-0/+7
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-5/+14
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-7/+19
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-19/+7
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-7/+19
OpenPOWER on IntegriCloud