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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Analyzer] More accurate modeling about the increment operator of the operand...
Henry Wong
2018-03-06
4
-3
/
+234
*
Move test/gcdasyncsemaphorechecker_test.m to a subdirectory
Alexander Kornienko
2018-03-06
1
-0
/
+0
*
Fix an unused variable warning; NFC
George Burgess IV
2018-03-06
1
-0
/
+1
*
[ExprConstant] Look through ExprWithCleanups for `allocsize`
George Burgess IV
2018-03-06
2
-1
/
+17
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-03-06
7
-256
/
+348
*
[analyzer] [quickfix] Prevent a crash in NamedDecl::getName()
George Karpenkov
2018-03-06
2
-3
/
+39
*
[analyzer] AST-matching checker to detect global central dispatch performance...
George Karpenkov
2018-03-05
4
-0
/
+331
*
[msvc] Allow MSVC toolchain driver to find the aarch64 / arm64 cross-compiler.
Reid Kleckner
2018-03-05
1
-0
/
+6
*
Fix typo in comment.
Richard Smith
2018-03-05
1
-1
/
+1
*
[AMDGPU] Clean up old address space mapping and fix constant address space value
Yaxun Liu
2018-03-05
3
-102
/
+56
*
[analyzer] Improves the logic of GenericTaintChecker identifying stdin.
Henry Wong
2018-03-05
2
-1
/
+8
*
[x86][CET] Introduce _get_ssp, _inc_ssp intrinsics
Alexander Ivchenko
2018-03-05
2
-2
/
+51
*
[Bash-autocompletion] Fixed formatting
Yuka Takahashi
2018-03-05
1
-3
/
+4
*
[Bash-autocompletion] Pass all flags in shell command-line to Clang
Yuka Takahashi
2018-03-05
4
-76
/
+73
*
Amend r326665 to print out the `used` attribute subjects in a different order.
Aaron Ballman
2018-03-04
2
-3
/
+3
*
Replace the custom handling for several attributes; NFC.
Aaron Ballman
2018-03-04
1
-64
/
+10
*
Create a subject list for the `used` attribute rather than use custom checkin...
Aaron Ballman
2018-03-03
3
-20
/
+7
*
Disable tests of -fsanitize on OpenBSD
Kamil Rytarowski
2018-03-03
1
-6
/
+0
*
OpenBSD Driver basic sanitiser support
Kamil Rytarowski
2018-03-03
2
-1
/
+24
*
Better OpenBSD frontend support
Kamil Rytarowski
2018-03-03
3
-3
/
+9
*
Do not generate calls to fentry with __attribute__((no_instrument_function))
Manoj Gupta
2018-03-02
2
-6
/
+15
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-03-02
8
-263
/
+337
*
PR36581: Support data recursion over Stmts in AST matchers.
Richard Smith
2018-03-02
1
-11
/
+16
*
Remove -i command line option, add -imultilib
Erich Keane
2018-03-02
2
-2
/
+6
*
Don't claim that va_start has special semantic checks
Reid Kleckner
2018-03-02
2
-1
/
+10
*
[analyzer] Don't throw NSNumberObjectConversion warning on object initializat...
George Karpenkov
2018-03-02
2
-2
/
+17
*
Range-ify a for loop. NFC
George Burgess IV
2018-03-02
1
-5
/
+2
*
Fix the hasType() AST matcher to not assert when the QualType is invalid.
Aaron Ballman
2018-03-02
1
-2
/
+4
*
[Attr] Use -fsyntax-only in test
Joel E. Denny
2018-03-02
1
-1
/
+1
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
16
-150
/
+503
*
[OPENMP] Scan all redeclarations looking for `declare simd` attribute.
Alexey Bataev
2018-03-02
2
-65
/
+73
*
[OPENMP] Treat local variables in CUDA mode as thread local.
Alexey Bataev
2018-03-02
3
-16
/
+168
*
Add possibility to specify output stream for CompilerInstance
Alexey Sotkin
2018-03-02
4
-1
/
+63
*
[Sema] Improve test coverage of narrowing conversion diagnostics
Mikhail Maltsev
2018-03-02
1
-6
/
+11
*
[Frontend] Avoid including default system header paths on Fuchsia
Petr Hosek
2018-03-02
1
-0
/
+2
*
Remove debugging code I accidentally committed in r326530.
Akira Hatanaka
2018-03-02
1
-1
/
+0
*
Add an option to disable tail-call optimization for escaping blocks.
Akira Hatanaka
2018-03-02
11
-5
/
+103
*
[analyzer] [tests] Again, make tests more resilient to changes in exploration...
George Karpenkov
2018-03-02
2
-2
/
+2
*
Always set dso_local in CodeGenModule::setDSOLocal.
Rafael Espindola
2018-03-02
1
-2
/
+7
*
[analyzer] Prevent crashing in NonNullParamChecker
George Karpenkov
2018-03-02
2
-0
/
+13
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-03-02
2
-230
/
+264
*
[analyzer] [NFC] [tests] Make test more resilient to changes in exploration s...
George Karpenkov
2018-03-02
1
-2
/
+7
*
[WebAssembly] Add exception handling option
Heejin Ahn
2018-03-02
4
-1
/
+15
*
[NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...
David L. Jones
2018-03-02
6
-36
/
+25
*
Revert r326501 due to buildbot breakage.
David L. Jones
2018-03-01
6
-25
/
+35
*
[NFC] Move CommentOpts checks to the call sites that depend on it.
David L. Jones
2018-03-01
6
-35
/
+25
*
[Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLS
Chih-Hung Hsieh
2018-03-01
6
-17
/
+54
*
[modules] Don't diagnose "redefinition" of a friend with a pending definition
Richard Smith
2018-03-01
2
-0
/
+48
*
[www] Capitalize "Clang" when referring to the project, and generalize the
Richard Smith
2018-03-01
2
-22
/
+24
*
[RecordLayout] Only assert that fundamental type sizes are power of two on MSVC
Martin Storsjo
2018-03-01
3
-4
/
+47
[prev]
[next]