summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContextImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2...Duncan P. N. Exon Smith2014-08-191-1/+1
* Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ...Aaron Ballman2014-08-191-1/+1
* IR: Rewrite ConstantUniqueMapDuncan P. N. Exon Smith2014-08-191-1/+1
* Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo2014-05-221-77/+0
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-221-18/+50
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-0/+2
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-26/+0
* Do not make -pass-remarks additive.Diego Novillo2014-05-061-11/+1
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+26
* Simplify destruction of Modules in LLVContextImpl.David Blaikie2014-04-211-6/+5
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-6/+6
* Add -pass-remarks flag to 'opt'.Diego Novillo2014-04-081-0/+55
* Add warning capabilities in LLVM.Quentin Colombet2013-12-171-0/+2
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-171-2/+0
* Add warning capabilities in LLVM.Quentin Colombet2013-12-161-0/+2
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-111-2/+2
* Cleanup the AttributeSetNodes that we create.Bill Wendling2013-01-241-0/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+149
OpenPOWER on IntegriCloud