aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/LLVMContextImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-0/+15
2014-11-25Revert "unique_ptrify LLVMContextImpl::CAZConstants"David Blaikie1-1/+1
2014-11-25unique_ptrify LLVMContextImpl::CAZConstantsDavid Blaikie1-1/+1
2014-11-18IR: Move MDNode operands from the back to the frontDuncan P. N. Exon Smith1-2/+4
2014-11-18IR: Split MDNode into GenericMDNode and MDNodeFwdDeclDuncan P. N. Exon Smith1-4/+3
2014-11-17IR: Simplify uniquing for MDNodeDuncan P. N. Exon Smith1-3/+1
2014-11-14IR: Rewrite uniquing and creation of MDStringDuncan P. N. Exon Smith1-1/+1
2014-10-01LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith1-0/+1
2014-08-19Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2...Duncan P. N. Exon Smith1-1/+1
2014-08-19Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ...Aaron Ballman1-1/+1
2014-08-19IR: Rewrite ConstantUniqueMapDuncan P. N. Exon Smith1-1/+1
2014-05-22Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo1-77/+0
2014-05-22Add support for missed and analysis optimization remarks.Diego Novillo1-18/+50
2014-05-16Add C API for thread yielding callback.Juergen Ributzka1-0/+2
2014-05-15Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka1-26/+0
2014-05-06Do not make -pass-remarks additive.Diego Novillo1-11/+1
2014-04-28[PM] Add pass run listeners to the pass manager.Juergen Ributzka1-0/+26
2014-04-21Simplify destruction of Modules in LLVContextImpl.David Blaikie1-6/+5
2014-04-09[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-6/+6
2014-04-08Add -pass-remarks flag to 'opt'.Diego Novillo1-0/+55
2013-12-17Add warning capabilities in LLVM.Quentin Colombet1-0/+2
2013-12-17Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet1-2/+0
2013-12-16Add warning capabilities in LLVM.Quentin Colombet1-0/+2
2013-02-11Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson1-2/+2
2013-01-24Cleanup the AttributeSetNodes that we create.Bill Wendling1-0/+7
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+149