summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce !align metadata for load instructionArtur Pilipenko2015-09-281-0/+4
* [IR] Add operand bundles to CallInst and InvokeInst.Sanjoy Das2015-09-241-0/+8
* Added MD_invariant_group to LLVMContextPiotr Padlewski2015-09-171-0/+7
* add unpredictable metadata type for control flowSanjay Patel2015-09-021-0/+6
* fix typos; NFCSanjay Patel2015-08-241-1/+1
* Late evaluation of the fast-math vectorization requirement.Tyler Nowicki2015-08-101-0/+5
* Introduce enum value for previously defined metadata -- make.implicit Chen Li2015-08-041-0/+6
* Silence an MSVC warning about not all control paths returning a value; NFC.Aaron Ballman2015-06-161-0/+1
* MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz2015-06-151-17/+17
* [IR/AsmWriter] Output escape sequences if the first character isdigit()Filipe Cabecinhas2015-06-021-3/+0
* clang-format a few functions. NFCFilipe Cabecinhas2015-06-021-4/+4
* Dereferenceable, dereferenceable_or_null metadata for loadsSanjoy Das2015-05-191-1/+12
* 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