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
*
[OPENMP] Generalize capturing of clauses expressions.
Alexey Bataev
2017-11-28
3
-98
/
+165
*
[OpenMP] Stable sort Privates to remove non-deterministic ordering
Mandeep Singh Grang
2017-11-28
1
-5
/
+4
*
[CUDA] Report "unsupported VLA" errors only on device side.
Artem Belevich
2017-11-28
4
-12
/
+15
*
[Target] Make a copy of TargetOptions feature list before sorting during CodeGen
Craig Topper
2017-11-28
1
-18
/
+11
*
Refactor functions PrintTemplateArgumentList
Serge Pavlov
2017-11-28
10
-134
/
+83
*
[test] Fix a typo in a test comment. NFC.
Martin Storsjo
2017-11-28
1
-1
/
+1
*
[WebAssembly] Add options for using the nontrapping-fptoint feature.
Dan Gohman
2017-11-28
3
-2
/
+17
*
[clang-cl] Alias /Wall to -Weverything
Reid Kleckner
2017-11-27
2
-2
/
+4
*
[WebAssemby] Enable "-mthread-model single" by default, for now.
Dan Gohman
2017-11-27
2
-0
/
+9
*
[CMake][Fuchsia] Disable terminfo database in Fuchsia toolchain
Petr Hosek
2017-11-27
2
-2
/
+4
*
[OPENMP] Codegen for `distribute parallel for simd` directive.
Alexey Bataev
2017-11-27
8
-7
/
+4245
*
[OPENMP] Codegen for `distribute parallel for simd` directive.
Alexey Bataev
2017-11-27
2
-3
/
+14
*
Switch CPU names not recognized by GNU assembler
Pirama Arumuga Nainar
2017-11-27
2
-10
/
+38
*
[analyzer] pr34766: Fix a crash on explicit std::initializer_list constructor.
Artem Dergachev
2017-11-27
2
-2
/
+6
*
[analyzer] pr34404: Fix a crash on modeling pointers to indirect members.
Artem Dergachev
2017-11-27
2
-1
/
+42
*
[clang] Set up .arcconfig to point to new Diffusion C repository
Ben Hamilton
2017-11-27
1
-1
/
+1
*
[OPENMP] Improve handling of cancel directives in target-based
Alexey Bataev
2017-11-27
3
-6
/
+13
*
Constify. NFC.
Vassil Vassilev
2017-11-27
1
-1
/
+1
*
[lit] Set shlibpath_var on Solaris
Fedor Sergeev
2017-11-27
1
-1
/
+1
*
[clang-format] Add option to group multiple #include blocks when sorting incl...
Krasimir Georgiev
2017-11-27
4
-3
/
+281
*
[ASTImporter] Support importing CXXPseudoDestructorExpr
Aleksei Sidorin
2017-11-27
2
-0
/
+50
*
[CodeGen] Collect information about sizes of accesses and access types for TBAA
Ivan A. Kosarev
2017-11-27
5
-55
/
+99
*
[OpenCL] Add extensions cl_intel_subgroups and cl_intel_subgroups_short
Alexey Sotkin
2017-11-27
3
-0
/
+329
*
Enable additonal features in NetBSD
Kamil Rytarowski
2017-11-26
1
-0
/
+4
*
Determine the attribute subject for diagnostics based on declarative informat...
Aaron Ballman
2017-11-26
53
-460
/
+312
*
[ASTImporter] Support TypeTraitExpr
Aleksei Sidorin
2017-11-26
2
-0
/
+62
*
Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...
Oren Ben Simhon
2017-11-26
12
-3
/
+239
*
[X86] Use separate builtins for fma4 scalar intrinsics. Use negations to remo...
Craig Topper
2017-11-25
5
-36
/
+48
*
[analyzer] Teach RetainCountChecker about CoreMedia APIs
Devin Coughlin
2017-11-25
3
-7
/
+59
*
clang-format: [JS] do not collapse short classes.
Martin Probst
2017-11-25
2
-6
/
+19
*
clang-format: [JS] handle semis in generic types.
Martin Probst
2017-11-25
2
-7
/
+11
*
clang-format: [JS] handle `for` as object label.
Martin Probst
2017-11-25
2
-1
/
+8
*
clang-format: [JS] disable ASI on decorators.
Martin Probst
2017-11-25
2
-6
/
+13
*
[clang-format] Deduplicate using declarations
Krasimir Georgiev
2017-11-24
2
-4
/
+39
*
clang-format: [JS] do not break in ArrayType[].
Martin Probst
2017-11-24
2
-0
/
+5
*
clang-format: [JS] do not wrap before yield.
Martin Probst
2017-11-24
2
-2
/
+3
*
clang-format: [JS] space between ! assert and in.
Martin Probst
2017-11-24
2
-2
/
+4
*
Avoid copying the data of in-memory preambles
Ilya Biryukov
2017-11-24
2
-3
/
+5
*
[Tooling] Acknowledge that many CompilationDatabases don't support enumeration.
Sam McCall
2017-11-24
2
-27
/
+24
*
clang-format: [JS] handle destructuring `of`.
Martin Probst
2017-11-24
2
-2
/
+8
*
[ASTMatchers] Matchers for new[] operators
Adam Balogh
2017-11-23
4
-0
/
+57
*
Do not perform the analysis based warning if the warnings are ignored
Olivier Goffart
2017-11-23
2
-4
/
+30
*
[DeclPrinter] Allow printing fully qualified name of function declaration
Serge Pavlov
2017-11-23
3
-10
/
+64
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-11-23
2
-200
/
+276
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-11-22
2
-308
/
+451
*
[OPENMP] Add support for cancel constructs in `target teams distribute
Alexey Bataev
2017-11-22
7
-10
/
+38
*
[OPENMP] Add support for cancel constructs in [teams] distribute
Alexey Bataev
2017-11-22
10
-18
/
+80
*
Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...
Petr Hosek
2017-11-22
7
-42
/
+19
*
[OPENMP] Added missed checks for for [simd] based directives.
Alexey Bataev
2017-11-22
7
-2
/
+405
*
CachePruning: Allow limiting the number of files in the cache directory.
Peter Collingbourne
2017-11-22
1
-0
/
+4
[next]