summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix LLVMContext to match what MDKind names that the LL parser permits. Fixes ...Nick Lewycky2014-12-111-20/+2
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-3/+4
* Introduce enum values for previously defined metadata types. (NFC)Philip Reames2014-10-211-0/+17
* LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith2014-10-011-11/+20
* Add scoped-noalias metadataHal Finkel2014-07-241-0/+10
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-7/+8
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-8/+7
* Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo2014-05-221-3/+3
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-221-15/+20
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-0/+11
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-20/+0
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+20
* Allow diagnostic handlers to check for optimization remarks.Diego Novillo2014-04-161-2/+11
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-1/+1
* Add -pass-remarks flag to 'opt'.Diego Novillo2014-04-081-1/+2
* Add support for optimization reports.Diego Novillo2014-04-081-0/+8
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-281-0/+3
* Switch the LLVM error reporting on the new diagnostic system.Quentin Colombet2014-02-221-18/+4
* Add warning capabilities in LLVM.Quentin Colombet2013-12-171-0/+41
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-171-41/+0
* Add warning capabilities in LLVM.Quentin Colombet2013-12-161-0/+41
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-061-0/+5
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-2/+3
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-111-14/+16
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-081-28/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+187
OpenPOWER on IntegriCloud