Remove static global GCNames from Function.cpp and move it to the Context
[oota-llvm.git] / include / llvm / IR / LLVMContext.h
2016-01-08 Mehdi AminiRemove static global GCNames from Function.cpp and...
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-15 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-11-11 Sanjoy DasIntroduce deoptimization operand bundles
2015-09-28 Artur PilipenkoIntroduce !align metadata for load instruction
2015-09-24 Sanjoy Das[IR] Add operand bundles to CallInst and InvokeInst.
2015-09-17 Piotr PadlewskiAdded MD_invariant_group to LLVMContext
2015-09-02 Sanjay Pateladd unpredictable metadata type for control flow
2015-08-04 Chen LiIntroduce enum value for previously defined metadata...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-21 Philip ReamesIntroduce enum values for previously defined metadata...
2014-10-15 Chris BienemanDefining a new API for debug options that doesn't rely...
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-08-04 Justin BognerIR: Fix up doxygen comment for LLVMContext::diagnose
2014-07-24 Hal FinkelAdd scoped-noalias metadata
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-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 Diego NovilloAdd support for optimization reports.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
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-05-24 Jim GrosbachTidy up. Whitespace.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...