summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContextImpl.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* IR: Add a configuration point for MDNodeInfo::isEqual, NFCDuncan P. N. Exon Smith2016-04-161-2/+18
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-4/+5
* IR: Move MDStrings to a BumpPtrAllocatorDuncan P. N. Exon Smith2016-04-061-1/+1
* Add a comment on partial hashing of MetadataMehdi Amini2016-03-191-0/+12
* Hash Metadata using pointer for MDString argument instead of value (NFC)Mehdi Amini2016-03-191-100/+99
* Compute some Debug Info Metadata hash key partially (NFC)Mehdi Amini2016-03-191-9/+4
* Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini2016-03-101-0/+4
* Remove static global GCNames from Function.cpp and move it to the ContextMehdi Amini2016-01-081-0/+7
* Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-11/+0
* Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar2015-12-191-0/+11
* Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-11/+0
* Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-0/+11
* [IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar2015-12-191-11/+0
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-0/+43
* [IR] Manage TheNoneToken with a std::unique_ptrDavid Majnemer2015-11-161-1/+1
* [IR] Add support for empty tokensDavid Majnemer2015-11-111-0/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-8/+5
* [Function] Clean up {prefix,prologue} data routines (NFC)Vedant Kumar2015-10-061-4/+4
* [IR] Add operand bundles to CallInst and InvokeInst.Sanjoy Das2015-09-241-0/+10
* [IR] Add token typesDavid Majnemer2015-08-141-1/+1
OpenPOWER on IntegriCloud