index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
IR
/
LLVMContext.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-16
[llc] New diagnostic handler
Renato Golin
1
-1
/
+2
2016-05-14
Revert "[llc] New diagnostic handler"
Renato Golin
1
-2
/
+1
2016-05-14
[llc] New diagnostic handler
Renato Golin
1
-1
/
+2
2016-05-13
Revert "[llc] New diagnostic handler"
Renato Golin
1
-2
/
+1
2016-05-13
[llc] New diagnostic handler
Renato Golin
1
-1
/
+2
2016-04-28
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
1
-6
/
+16
2016-04-22
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
1
-0
/
+4
2016-04-22
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
1
-4
/
+0
2016-04-21
Initial implementation of optimization bisect support.
Andrew Kaylor
1
-0
/
+4
2016-04-19
IR: Use Optional instead of unique_ptr for debug info ODR type map, NFC
Duncan P. N. Exon Smith
1
-2
/
+1
2016-04-19
IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFC
Duncan P. N. Exon Smith
1
-6
/
+0
2016-04-19
IR: Require DICompositeType for ODR uniquing type map
Duncan P. N. Exon Smith
1
-2
/
+3
2016-04-19
IR: Rename API for enabling ODR uniquing of DITypes, NFC
Duncan P. N. Exon Smith
1
-5
/
+5
2016-04-17
IR: Use an explicit map for debug info type uniquing
Duncan P. N. Exon Smith
1
-0
/
+17
2016-04-14
Nuke getGlobalContext() from LLVM (but the C API)
Mehdi Amini
1
-6
/
+0
2016-04-02
80 lines column after renaming "shouldDiscardValueNames" (NFC)
Mehdi Amini
1
-1
/
+3
2016-04-02
Rename Context::discardValueNames() to shouldDiscardValueNames() (NFC)
Mehdi Amini
1
-1
/
+1
2016-04-01
[LoopVectorize] Don't unconditionally print vectorization diagnostics
Akira Hatanaka
1
-21
/
+3
2016-03-30
IR: Constify LLVMContext::discardValueNames, NFC
Duncan P. N. Exon Smith
1
-1
/
+1
2016-03-25
IR: Reserve an MDKind for !llvm.loop; NFC
Duncan P. N. Exon Smith
1
-0
/
+5
2016-03-10
Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini
1
-0
/
+6
2016-01-20
Add a "gc-transition" operand bundle
Sanjoy Das
1
-0
/
+5
2016-01-08
Remove static global GCNames from Function.cpp and move it to the Context
Mehdi Amini
1
-0
/
+16
2015-12-15
[WinEH] Use operand bundles to describe call sites
David Majnemer
1
-0
/
+5
2015-11-11
Introduce deoptimization operand bundles
Sanjoy Das
1
-0
/
+5
2015-09-28
Introduce !align metadata for load instruction
Artur Pilipenko
1
-0
/
+4
2015-09-24
[IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das
1
-0
/
+8
2015-09-17
Added MD_invariant_group to LLVMContext
Piotr Padlewski
1
-0
/
+7
2015-09-02
add unpredictable metadata type for control flow
Sanjay Patel
1
-0
/
+6
2015-08-24
fix typos; NFC
Sanjay Patel
1
-1
/
+1
2015-08-10
Late evaluation of the fast-math vectorization requirement.
Tyler Nowicki
1
-0
/
+5
2015-08-04
Introduce enum value for previously defined metadata -- make.implicit
Chen Li
1
-0
/
+6
2015-06-16
Silence an MSVC warning about not all control paths returning a value; NFC.
Aaron Ballman
1
-0
/
+1
2015-06-15
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
Alex Lorenz
1
-17
/
+17
2015-06-02
[IR/AsmWriter] Output escape sequences if the first character isdigit()
Filipe Cabecinhas
1
-3
/
+0
2015-06-02
clang-format a few functions. NFC
Filipe Cabecinhas
1
-4
/
+4
2015-05-19
Dereferenceable, dereferenceable_or_null metadata for loads
Sanjoy Das
1
-1
/
+12
2014-12-11
Fix LLVMContext to match what MDKind names that the LL parser permits. Fixes ...
Nick Lewycky
1
-20
/
+2
2014-11-19
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
1
-3
/
+4
2014-10-21
Introduce enum values for previously defined metadata types. (NFC)
Philip Reames
1
-0
/
+17
2014-10-01
LTO: Ignore disabled diagnostic remarks
Duncan P. N. Exon Smith
1
-11
/
+20
2014-07-24
Add scoped-noalias metadata
Hal Finkel
1
-0
/
+10
2014-06-26
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
1
-7
/
+8
2014-06-26
Introduce a string_ostream string builder facilty
Alp Toker
1
-8
/
+7
2014-05-22
Remove LLVMContextImpl::optimizationRemarkEnabledFor.
Diego Novillo
1
-3
/
+3
2014-05-22
Add support for missed and analysis optimization remarks.
Diego Novillo
1
-15
/
+20
2014-05-16
Add C API for thread yielding callback.
Juergen Ributzka
1
-0
/
+11
2014-05-15
Revert "[PM] Add pass run listeners to the pass manager."
Juergen Ributzka
1
-20
/
+0
2014-04-28
[PM] Add pass run listeners to the pass manager.
Juergen Ributzka
1
-0
/
+20
2014-04-16
Allow diagnostic handlers to check for optimization remarks.
Diego Novillo
1
-2
/
+11
[next]