summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContextImpl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-2/+2
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-4/+8
* DebugInfo: fix incorrect alignment type (NFC)Victor Leschuk2016-10-261-4/+4
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-201-10/+31
* DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk2016-10-181-12/+12
* Use unique_ptr in LLVMContextImpl's constant maps.Justin Lebar2016-10-101-7/+9
* Output optimization remarks in YAMLAdam Nemet2016-09-271-0/+2
* Revert "Output optimization remarks in YAML"Adam Nemet2016-09-271-2/+0
* Output optimization remarks in YAMLAdam Nemet2016-09-271-0/+2
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-6/+6
* Use the range variant of transform instead of unpacking begin/endDavid Majnemer2016-08-121-1/+2
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-121-3/+1
OpenPOWER on IntegriCloud