summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContextImpl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed "copy-paste" mistake from revision 255245.Amjad Aboud2016-07-311-1/+1
* [OptRemark,LDist] RFC: Add hotness attributeAdam Nemet2016-07-151-0/+1
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-9/+14
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-5/+7
* IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne2016-06-011-1/+28
* Add support for metadata attachments for global variables.Peter Collingbourne2016-05-311-2/+2
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-7/+18
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+4
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-4/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+4
* IR: Use std::vector instead of SmallPtrSet for distinct nodes, NFCDuncan P. N. Exon Smith2016-04-191-3/+4
* IR: Use Optional instead of unique_ptr for debug info ODR type map, NFCDuncan P. N. Exon Smith2016-04-191-1/+1
* IR: Require DICompositeType for ODR uniquing type mapDuncan 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/+3
* IR: Use ODR to unique DICompositeType membersDuncan P. N. Exon Smith2016-04-171-0/+64
OpenPOWER on IntegriCloud