aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/LLVMContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Fix LLVMContext to match what MDKind names that the LL parser permits. Fixes ...Nick Lewycky1-20/+2
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie1-3/+4
2014-10-21Introduce enum values for previously defined metadata types. (NFC)Philip Reames1-0/+17
2014-10-01LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith1-11/+20
2014-07-24Add scoped-noalias metadataHal Finkel1-0/+10
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-7/+8
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-8/+7
2014-05-22Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo1-3/+3
2014-05-22Add support for missed and analysis optimization remarks.Diego Novillo1-15/+20
2014-05-16Add C API for thread yielding callback.Juergen Ributzka1-0/+11
2014-05-15Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka1-20/+0
2014-04-28[PM] Add pass run listeners to the pass manager.Juergen Ributzka1-0/+20
2014-04-16Allow diagnostic handlers to check for optimization remarks.Diego Novillo1-2/+11
2014-04-09[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-1/+1
2014-04-08Add -pass-remarks flag to 'opt'.Diego Novillo1-1/+2
2014-04-08Add support for optimization reports.Diego Novillo1-0/+8
2014-02-28Add 'remark' diagnostic type in LLVMTobias Grosser1-0/+3
2014-02-22Switch the LLVM error reporting on the new diagnostic system.Quentin Colombet1-18/+4
2013-12-17Add warning capabilities in LLVM.Quentin Colombet1-0/+41
2013-12-17Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet1-41/+0
2013-12-16Add warning capabilities in LLVM.Quentin Colombet1-0/+41
2013-03-06Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang1-0/+5
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-2/+3
2013-02-11Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson1-14/+16
2013-02-08Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson1-28/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+187