add unpredictable metadata type for control flow
[oota-llvm.git] / lib / IR / LLVMContext.cpp
2015-09-02 Sanjay Pateladd unpredictable metadata type for control flow
2015-08-24 Sanjay Patelfix typos; NFC
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-08-04 Chen LiIntroduce enum value for previously defined metadata...
2015-06-16 Aaron BallmanSilence an MSVC warning about not all control paths...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-02 Filipe Cabecinhas[IR/AsmWriter] Output escape sequences if the first...
2015-06-02 Filipe Cabecinhasclang-format a few functions. NFC
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2014-12-11 Nick LewyckyFix LLVMContext to match what MDKind names that the...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-10-21 Philip ReamesIntroduce enum values for previously defined metadata...
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-05-22 Diego NovilloRemove LLVMContextImpl::optimizationRemarkEnabledFor.
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-16 Diego NovilloAllow diagnostic handlers to check for optimization...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 Diego NovilloAdd -pass-remarks flag to 'opt'.
2014-04-08 Diego NovilloAdd support for optimization reports.
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in LLVM
2014-02-22 Quentin ColombetSwitch the LLVM error reporting on the new diagnostic...
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.