Use std::is_sorted and std::none_of instead of manual loops. NFC
[oota-llvm.git] / lib / IR / LLVMContextImpl.cpp
2015-11-16 David Majnemer[IR] Manage TheNoneToken with a std::unique_ptr
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-09-24 Sanjoy Das[IR] Add operand bundles to CallInst and InvokeInst.
2015-08-14 David Majnemer[IR] Add token types
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-17 Kit BartonAdd the i128 builtin type to LLVM.
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-22 Benjamin KramerRemove dead leak detector parts that fell out of use...
2015-01-20 Manman Ren[llvm link] Destroy ConstantArrays in LLVMContext if...
2015-01-20 Duncan P. N. Exon... IR: Delete GenericDwarfNode during teardown
2015-01-20 Duncan P. N. Exon... IR: Introduce GenericDwarfNode
2015-01-19 Duncan P. N. Exon... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N. Exon... IR: Extract MDNodeOpsKey, NFC
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-14 Duncan P. N. Exon... IR: Drop metadata references more aggressively during...
2015-01-13 Duncan P. N. Exon... IR: Add MDLocation class
2015-01-12 Duncan P. N. Exon... IR: Prepare for a new UniquableMDNode subclass, NFC
2015-01-12 Duncan P. N. Exon... IR: Stop erasing MDNodes from uniquing sets during...
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-25 David BlaikieRevert "unique_ptrify LLVMContextImpl::CAZConstants"
2014-11-25 David Blaikieunique_ptrify LLVMContextImpl::CAZConstants
2014-11-18 Duncan P. N. Exon... IR: Move MDNode operands from the back to the front
2014-11-18 Duncan P. N. Exon... IR: Split MDNode into GenericMDNode and MDNodeFwdDecl
2014-11-17 Duncan P. N. Exon... IR: Simplify uniquing for MDNode
2014-11-14 Duncan P. N. Exon... IR: Rewrite uniquing and creation of MDString
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-08-19 Duncan P. N. Exon... Reapply r215966, r215965, r215964, r215963, r215960...
2014-08-19 Aaron BallmanReverting r215966, r215965, r215964, r215963, r215960...
2014-08-19 Duncan P. N. Exon... IR: Rewrite ConstantUniqueMap
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-05-06 Diego NovilloDo not make -pass-remarks additive.
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-21 David BlaikieSimplify destruction of Modules in LLVContextImpl.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 Diego NovilloAdd -pass-remarks flag to 'opt'.
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-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-01-24 Bill WendlingCleanup the AttributeSetNodes that we create.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.