summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OptRemark,LDist] RFC: Add hotness attributeAdam Nemet2016-07-151-0/+7
* IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne2016-06-241-0/+4
* [llc] New diagnostic handlerRenato Golin2016-05-161-1/+2
* Revert "[llc] New diagnostic handler"Renato Golin2016-05-141-2/+1
* [llc] New diagnostic handlerRenato Golin2016-05-141-1/+2
* Revert "[llc] New diagnostic handler"Renato Golin2016-05-131-2/+1
* [llc] New diagnostic handlerRenato Golin2016-05-131-1/+2
* Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko2016-04-281-6/+16
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+4
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-4/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+4
* IR: Use Optional instead of unique_ptr for debug info ODR type map, NFCDuncan P. N. Exon Smith2016-04-191-2/+1
* IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith2016-04-191-6/+0
* IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith2016-04-191-2/+3
* IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2016-04-191-5/+5
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-0/+17
* Nuke getGlobalContext() from LLVM (but the C API)Mehdi Amini2016-04-141-6/+0
* 80 lines column after renaming "shouldDiscardValueNames" (NFC)Mehdi Amini2016-04-021-1/+3
* Rename Context::discardValueNames() to shouldDiscardValueNames() (NFC)Mehdi Amini2016-04-021-1/+1
* [LoopVectorize] Don't unconditionally print vectorization diagnosticsAkira Hatanaka2016-04-011-21/+3
* IR: Constify LLVMContext::discardValueNames, NFCDuncan P. N. Exon Smith2016-03-301-1/+1
* IR: Reserve an MDKind for !llvm.loop; NFCDuncan P. N. Exon Smith2016-03-251-0/+5
* Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini2016-03-101-0/+6
* Add a "gc-transition" operand bundleSanjoy Das2016-01-201-0/+5
* Remove static global GCNames from Function.cpp and move it to the ContextMehdi Amini2016-01-081-0/+16
* [WinEH] Use operand bundles to describe call sitesDavid Majnemer2015-12-151-0/+5
* Introduce deoptimization operand bundlesSanjoy Das2015-11-111-0/+5
* 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
OpenPOWER on IntegriCloud