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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP]Remove unused code, NFC.
Alexey Bataev
2020-01-09
2
-102
/
+2
*
[ARM][MVE] MVE-I should not be disabled by -mfpu=none
Momchil Velikov
2020-01-09
1
-20
/
+23
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
28
-355
/
+1165
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-09
1
-4
/
+3
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-09
1
-2
/
+2
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-09
1
-0
/
+2
*
Fix MSVC unhandled enum warning. NFCI.
Simon Pilgrim
2020-01-09
1
-0
/
+1
*
[APFloat] Fix checked error assert failures
Ehud Katz
2020-01-09
1
-5
/
+3
*
[PowerPC]: Add powerpcspe target triple subarch component
Justin Hibbits
2020-01-08
2
-3
/
+3
*
Add a new AST matcher 'optionally'.
Rihan Yang
2020-01-08
2
-0
/
+28
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-08
1
-2
/
+2
*
[OPENMP]Allow comma in combiner expression.
Alexey Bataev
2020-01-08
1
-3
/
+2
*
Fixing a formatting nit; NFC
Aaron Ballman
2020-01-08
1
-1
/
+2
*
Disallow an empty string literal in an asm label
Aaron Ballman
2020-01-08
5
-10
/
+18
*
AArch64: add missing Apple CPU names and use them by default.
Tim Northover
2020-01-08
1
-4
/
+5
*
[PowerPC] Default ppc64 linux-gnu/freebsd to -fno-PIC
Fangrui Song
2020-01-07
1
-3
/
+0
*
[PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-musl
Fangrui Song
2020-01-07
2
-3
/
+8
*
[OPENMP]Reduce calls for the mangled names.
Alexey Bataev
2020-01-07
2
-8
/
+9
*
[OPENMP]Allow using of members in standalone declaration pragmas.
Alexey Bataev
2020-01-07
3
-6
/
+85
*
[LifetimeAnalysis] Do not forbid void deref type in gsl::Pointer/gsl::Owner a...
Gabor Horvath
2020-01-07
1
-5
/
+3
*
[HIP] Add option --gpu-max-threads-per-block=n
Yaxun (Sam) Liu
2020-01-07
3
-2
/
+19
*
[OPENMP]Do not diagnose references to non-integral types for ref in
Alexey Bataev
2020-01-07
1
-2
/
+2
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-07
1
-3
/
+3
*
[NFC] Use isX86() instead of getArch()
Jim Lin
2020-01-07
7
-26
/
+11
*
Always deduce the lengths of contained parameter packs when deducing a
Richard Smith
2020-01-06
2
-21
/
+34
*
[CodeGen][ObjC] Push the properties of a protocol before pushing the
Akira Hatanaka
2020-01-06
1
-3
/
+3
*
Add Triple::isX86()
Fangrui Song
2020-01-06
6
-15
/
+8
*
[Diagnostic] make Wmisleading-indendation not warn about labels
Tyker
2020-01-06
1
-4
/
+6
*
[OPENMP50]Support lastprivate conditional updates in inc/dec unary ops.
Alexey Bataev
2020-01-06
5
-13
/
+58
*
[NFC] Test commit, revert whitespace change
stevewan
2020-01-06
1
-1
/
+0
*
[NFC] Test commit, whitespace change
stevewan
2020-01-06
1
-0
/
+1
*
[clang-format] fix conflict between FormatStyle::BWACS_MultiLine and BeforeCa...
Mitchell Balan
2020-01-06
1
-0
/
+13
*
[APFloat] Fix compilation warnings
Ehud Katz
2020-01-06
1
-2
/
+5
*
[APFloat] Add recoverable string parsing errors to APFloat
Ehud Katz
2020-01-06
1
-1
/
+4
*
[Gnu toolchain] Look at standard GCC paths for libstdcxx by default
Kristina Brooks
2020-01-05
6
-86
/
+121
*
Allow using traverse() with bindings
Stephen Kelly
2020-01-05
1
-0
/
+5
*
Fix oversight in AST traversal helper
Stephen Kelly
2020-01-05
1
-1
/
+1
*
[SystemZ] Don't allow CL option -mpacked-stack with -mbackchain.
Jonas Paulsson
2020-01-03
1
-3
/
+13
*
[OPENMP]Fix crash on error message for declare reduction.
Alexey Bataev
2020-01-03
1
-1
/
+2
*
[clang-format/java] format multiple qualified annotations on one declaration ...
Nico Weber
2020-01-03
1
-1
/
+1
*
[OpenMP] diagnose zero-length array section in the depend clause
Kelvin Li
2020-01-03
1
-0
/
+16
*
[Diagnostic] Fixed add ftabstop to -Wmisleading-indentation
Tyker
2020-01-03
1
-3
/
+39
*
[Syntax] Build spanning SimpleDecalration for classes, structs, etc
Ilya Biryukov
2020-01-03
1
-3
/
+7
*
[OPENMP50]Codegen for lastprivate conditional list items.
Alexey Bataev
2020-01-02
6
-3
/
+357
*
[OPENMP] Restore allowing of braced initializers in the declare reduction
Alexey Bataev
2020-01-02
1
-1
/
+1
*
Handle init statements in readability-else-after-return
Nathan James
2020-01-02
1
-0
/
+1
*
[SystemZ] Use FNeg in s390x clang builtins
Kevin P. Neal
2020-01-02
1
-9
/
+5
*
Generalize the pass registration mechanism used by Polly to any third-party tool
serge_sans_paille
2020-01-02
2
-0
/
+9
*
[OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing.
Alexey Bataev
2020-01-02
1
-3
/
+2
*
Improve Wrange-loop-analyses for rvalue reference
Mark de Wever
2020-01-01
1
-1
/
+3
[prev]
[next]