summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContextImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLVMContext] Detecting leaked instructions with metadataVedant Kumar2018-06-291-0/+8
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* allow custom OptBisect classes set to LLVMContextFedor Sergeev2018-04-051-2/+8
* [NFC] OptPassGate extracted from OptBisectFedor Sergeev2018-03-271-3/+3
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-1/+2
* This reverts r313381Vivek Pandya2017-09-151-2/+1
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-1/+2
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-0/+14
* [IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).Eugene Zelenko2017-06-191-20/+10
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-181-21/+0
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-3/+4
* Use unique_ptr in LLVMContextImpl's constant maps.Justin Lebar2016-10-101-5/+6
* [OptRemark,LDist] RFC: Add hotness attributeAdam Nemet2016-07-151-0/+1
* Apply clang-tidy's modernize-loop-convert to most of lib/IR.Benjamin Kramer2016-06-261-4/+3
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+18
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-18/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+18
* IR: Use DenseSet instead of DenseMap for ConstantUniqueMap; NFCDuncan P. N. Exon Smith2016-04-061-32/+10
* IR: Stop explicitly clearing the MDStringCacheDuncan P. N. Exon Smith2016-04-061-3/+0
* [IR] Manage TheNoneToken with a std::unique_ptrDavid Majnemer2015-11-161-1/+0
* [IR] Add support for empty tokensDavid Majnemer2015-11-111-0/+1
* [IR] Add operand bundles to CallInst and InvokeInst.Sanjoy Das2015-09-241-0/+17
* [IR] Add token typesDavid Majnemer2015-08-141-0/+1
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-3/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Add the i128 builtin type to LLVM.Kit Barton2015-04-171-1/+2
* Revert GCStrategy ownership changesPhilip Reames2015-01-261-23/+0
* Remove dead leak detector parts that fell out of use in r224703.Benjamin Kramer2015-01-221-2/+1
* [llvm link] Destroy ConstantArrays in LLVMContext if they are not used.Manman Ren2015-01-201-0/+22
* IR: Delete GenericDwarfNode during teardownDuncan P. N. Exon Smith2015-01-201-6/+6
* IR: Introduce GenericDwarfNodeDuncan P. N. Exon Smith2015-01-201-3/+3
* IR: Merge UniquableMDNode back into MDNode, NFCDuncan P. N. Exon Smith2015-01-191-1/+1
* IR: Extract MDNodeOpsKey, NFCDuncan P. N. Exon Smith2015-01-191-0/+34
* Move ownership of GCStrategy objects to LLVMContextPhilip Reames2015-01-161-0/+24
* IR: Drop metadata references more aggressively during teardownDuncan P. N. Exon Smith2015-01-141-16/+24
* IR: Add MDLocation classDuncan P. N. Exon Smith2015-01-131-0/+4
* IR: Prepare for a new UniquableMDNode subclass, NFCDuncan P. N. Exon Smith2015-01-121-1/+1
* IR: Stop erasing MDNodes from uniquing sets during teardownDuncan P. N. Exon Smith2015-01-121-10/+8
* IR: Split GenericMDNode into MDTuple and UniquableMDNodeDuncan P. N. Exon Smith2015-01-121-10/+10
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-0/+15
* Revert "unique_ptrify LLVMContextImpl::CAZConstants"David Blaikie2014-11-251-1/+1
* unique_ptrify LLVMContextImpl::CAZConstantsDavid Blaikie2014-11-251-1/+1
* IR: Move MDNode operands from the back to the frontDuncan P. N. Exon Smith2014-11-181-2/+4
* IR: Split MDNode into GenericMDNode and MDNodeFwdDeclDuncan P. N. Exon Smith2014-11-181-4/+3
* IR: Simplify uniquing for MDNodeDuncan P. N. Exon Smith2014-11-171-3/+1
* IR: Rewrite uniquing and creation of MDStringDuncan P. N. Exon Smith2014-11-141-1/+1
* LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith2014-10-011-0/+1
OpenPOWER on IntegriCloud