index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move EH spec mismatches under -fms-compatibility
Reid Kleckner
2019-08-27
1
-6
/
+6
*
Don't lose the FoundDecl and template arguments for a DeclRefExpr in
Richard Smith
2019-08-27
1
-5
/
+12
*
PR42587: diagnose unexpanded uses of a pack parameter of a generic
Richard Smith
2019-08-26
5
-34
/
+89
*
Improve behavior in the case of stack exhaustion.
Richard Smith
2019-08-26
9
-121
/
+199
*
[NFC] Add comments to some bool arguments for better readability
Gabor Horvath
2019-08-26
1
-4
/
+8
*
[OpenCL] Microoptimize OCL2Qual a bit
Benjamin Kramer
2019-08-24
1
-11
/
+10
*
PR42513: Enter the proper DeclContext before substituting into an
Richard Smith
2019-08-24
1
-0
/
+1
*
PR40674: fix assertion failure if a structured binding declaration has a
Richard Smith
2019-08-24
1
-1
/
+2
*
[LifetimeAnalysis] Make it possible to disable the new warnings
Gabor Horvath
2019-08-23
1
-38
/
+70
*
[Sema] Don't warn on printf('%hd', [char]) (PR41467)
Nathan Huckleberry
2019-08-23
1
-2
/
+6
*
Fixed a typo.
Artem Belevich
2019-08-23
1
-1
/
+1
*
[OPENMP5.0]Add support for device_type clause in declare target
Alexey Bataev
2019-08-23
3
-45
/
+262
*
[NFC] Move some variable declarations into their 'if' conditions.
Erich Keane
2019-08-23
1
-9
/
+7
*
Revert "PR42587: diagnose unexpanded uses of a pack parameter of a generic" d...
Richard Smith
2019-08-23
2
-10
/
+3
*
PR42587: diagnose unexpanded uses of a pack parameter of a generic
Richard Smith
2019-08-23
2
-3
/
+10
*
Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...
Richard Smith
2019-08-22
4
-31
/
+15
*
[OPENMP]Generalization of handling of declare target attribute.
Alexey Bataev
2019-08-22
2
-2
/
+2
*
[OpenMP] Permit map with DSA on combined directive
Joel E. Denny
2019-08-22
4
-27
/
+64
*
[LifetimeAnalysis] Support more STL idioms (template forward declaration and ...
Matthias Gehre
2019-08-21
4
-15
/
+31
*
clang: Fix typo in comment
Nico Weber
2019-08-21
1
-1
/
+1
*
clang: Fix typo in comment
Nico Weber
2019-08-21
1
-1
/
+1
*
[OPENMP]Fix delayed diagnostics for standalone declare target directive.
Alexey Bataev
2019-08-20
2
-9
/
+16
*
[Sema][Typo] Fix assertion failure for expressions with multiple typos
David Goldman
2019-08-20
2
-42
/
+154
*
Fix name of the error message, NFC.
Alexey Bataev
2019-08-20
1
-1
/
+1
*
[Attr] Support _attribute__ ((fallthrough))
Nathan Huckleberry
2019-08-20
1
-32
/
+26
*
[LifetimeAnalysis] Add support for free functions
Gabor Horvath
2019-08-20
1
-0
/
+29
*
[OpenCL] Add const, volatile and pointer builtin handling
Sven van Haastregt
2019-08-20
1
-13
/
+85
*
Implement P1668R1
Erich Keane
2019-08-19
1
-0
/
+3
*
[OpenCL] Add generic type handling for builtin functions
Sven van Haastregt
2019-08-19
2
-146
/
+266
*
[OpenCL] Fix addr space deduction for pointers/references to arrays.
Anastasia Stulova
2019-08-19
1
-2
/
+16
*
[Diagnostics] Diagnose misused xor as pow
David Bolvansky
2019-08-18
1
-1
/
+105
*
[Diagnostics] Improve -Wsizeof-pointer-div
David Bolvansky
2019-08-18
1
-2
/
+8
*
[SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualif...
Tan S. B.
2019-08-17
1
-1
/
+2
*
[OPENMP5.0]Diagnose global variables in lambda not marked as declare
Alexey Bataev
2019-08-16
1
-2
/
+24
*
Stop abusing SuppressAllDiagnostics when speculatively determining
Richard Smith
2019-08-16
2
-14
/
+12
*
[Sema] Implement DR2386 for C++17 structured binding
Reid Kleckner
2019-08-15
1
-7
/
+4
*
Allow standards-based attributes to have leading and trailing underscores.
Aaron Ballman
2019-08-15
1
-1
/
+2
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
13
-21
/
+21
*
Fix handling of class member access into a vector type.
Richard Smith
2019-08-14
2
-8
/
+18
*
[LifetimeAnalysis] Support std::stack::top() and std::optional::value()
Matthias Gehre
2019-08-14
1
-1
/
+1
*
[OPENMP]Support for non-rectangular loops.
Alexey Bataev
2019-08-14
1
-84
/
+447
*
[Sema][ObjC] Fix a -Wformat false positive with localizedStringForKey
Erik Pilkington
2019-08-14
1
-15
/
+42
*
[LifetimeAnalysis] Fix false negatives of statement local lifetime analysis f...
Gabor Horvath
2019-08-14
1
-19
/
+42
*
Revert "Fix crash on switch conditions of non-integer types in templates"
Dmitri Gribenko
2019-08-13
1
-2
/
+0
*
[clang] Refactor doc comments to Decls attribution
Jan Korous
2019-08-13
1
-14
/
+4
*
Fix crash on switch conditions of non-integer types in templates
Elizabeth Andrews
2019-08-13
1
-0
/
+2
*
[Sema] Check __builtin_bit_cast operand for completeness before materializing...
Erik Pilkington
2019-08-12
1
-3
/
+4
*
[Sema] Require a complete type for __builtin_bit_cast operands
Erik Pilkington
2019-08-12
1
-0
/
+8
*
Fix multiple lifetime warning messages for range based for loop
Gabor Horvath
2019-08-12
1
-2
/
+5
*
[OpenCL] Ignore parentheses for sampler initialization
Sven van Haastregt
2019-08-12
1
-1
/
+1
[next]