Sign in
llvm
/
clang
/
3d35a943a99f05ab37d7c6bd5660c5295a7f6324
3d35a94
[clang] Set up .arcconfig to point to new Diffusion C repository
by Ben Hamilton
· 8 years ago
61396a3
[OPENMP] Improve handling of cancel directives in target-based constructs, NFC.
by Alexey Bataev
· 8 years ago
fd5a816
Constify. NFC.
by Vassil Vassilev
· 8 years ago
c9167de
[lit] Set shlibpath_var on Solaris
by Fedor Sergeev
· 8 years ago
d208752
[clang-format] Add option to group multiple #include blocks when sorting includes
by Krasimir Georgiev
· 8 years ago
7e7c081
[ASTImporter] Support importing CXXPseudoDestructorExpr
by Aleksei Sidorin
· 8 years ago
34b7617
[CodeGen] Collect information about sizes of accesses and access types for TBAA
by Ivan A. Kosarev
· 8 years ago
950990b
[OpenCL] Add extensions cl_intel_subgroups and cl_intel_subgroups_short
by Alexey Sotkin
· 8 years ago
9f9177d
Enable additonal features in NetBSD
by Kamil Rytarowski
· 8 years ago
f3dc130
Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing.
by Aaron Ballman
· 8 years ago
dace804
[ASTImporter] Support TypeTraitExpr
by Aleksei Sidorin
· 8 years ago
30a844e
Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracking support (Clang side)
by Oren Ben Simhon
· 8 years ago
24008b2
[X86] Use separate builtins for fma4 scalar intrinsics. Use negations to remove some of the scalar fma3 builtins.
by Craig Topper
· 8 years ago
486042e
[analyzer] Teach RetainCountChecker about CoreMedia APIs
by Devin Coughlin
· 8 years ago
44d2f95
clang-format: [JS] do not collapse short classes.
by Martin Probst
· 8 years ago
1526085
clang-format: [JS] handle semis in generic types.
by Martin Probst
· 8 years ago
525eeea
clang-format: [JS] handle `for` as object label.
by Martin Probst
· 8 years ago
47e4a29
clang-format: [JS] disable ASI on decorators.
by Martin Probst
· 8 years ago
2aaf2c9
[clang-format] Deduplicate using declarations
by Krasimir Georgiev
· 8 years ago
57465f3
clang-format: [JS] do not break in ArrayType[].
by Martin Probst
· 8 years ago
7d87a9f
clang-format: [JS] do not wrap before yield.
by Martin Probst
· 8 years ago
fa64467
clang-format: [JS] space between ! assert and in.
by Martin Probst
· 8 years ago
e5081fa
Avoid copying the data of in-memory preambles
by Ilya Biryukov
· 8 years ago
0a49d2d
[Tooling] Acknowledge that many CompilationDatabases don't support enumeration.
by Sam McCall
· 8 years ago
6b3cbe9
clang-format: [JS] handle destructuring `of`.
by Martin Probst
· 8 years ago
be065bc
[ASTMatchers] Matchers for new[] operators
by Adam Balogh
· 8 years ago
6428eaf
Do not perform the analysis based warning if the warnings are ignored
by Olivier Goffart
· 8 years ago
ddac3f05
[DeclPrinter] Allow printing fully qualified name of function declaration
by Serge Pavlov
· 8 years ago
5961730
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
007ca30
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
13e60aa
[OPENMP] Add support for cancel constructs in `target teams distribute
by Alexey Bataev
· 8 years ago
058809d
[OPENMP] Add support for cancel constructs in [teams] distribute
by Alexey Bataev
· 8 years ago
ea7e334
Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)"
by Petr Hosek
· 8 years ago
319c773
[OPENMP] Added missed checks for for [simd] based directives.
by Alexey Bataev
· 8 years ago
bf61dda
CachePruning: Allow limiting the number of files in the cache directory.
by Peter Collingbourne
· 8 years ago
e678b6c
[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)
by Petr Hosek
· 8 years ago
d4fdc25
[OPENMP] General improvement of code, NFC.
by Alexey Bataev
· 8 years ago
c87c796
[OPENMP] Do not mark captured variables as artificial in debug info.
by Alexey Bataev
· 8 years ago
51604e7
[OpenMP] Adjust arguments of nvptx runtime functions
by Jonas Hahnfeld
· 8 years ago
33fb7da
[OPENMP] Codegen for `target teams` directive.
by Alexey Bataev
· 8 years ago
0c98705
[Docs] Update list of languages clang-format can format
by Malcolm Parsons
· 8 years ago
33284b7
[Driver] Make the use of relax relocations a per target option
by Petr Hosek
· 8 years ago
5c80394
[X86] Update CPUSupports code to reuse LLVM .def file [NFC]
by Erich Keane
· 8 years ago
125689b
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
649efd2
[OpenMP] Fix tests after r318789
by Richard Trieu
· 8 years ago
e590cad
Avoid unecessary opsize byte in segment move to memory
by Nirav Dave
· 8 years ago
781caf0
The offsetof macro is intended to work with subobjects rather than simple identifiers designating a member, making the -Wextended-offsetof diagnostic obsolete as this construct is not an extension. Implements WG14 DR496.
by Aaron Ballman
· 8 years ago
8f491b9
Add an AST matcher for hasDefaultArgument() to match on parameter declarations that have a default value.
by Aaron Ballman
· 8 years ago
5b67a0b
[Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side
by George Rokos
· 8 years ago
c0f8850
Add -finstrument-function-entry-bare flag
by Hans Wennborg
· 8 years ago
f301ed9
[OPENMP] Initial support for asynchronous data update, NFC.
by Alexey Bataev
· 8 years ago
58834f0
Fix test/OpenMP/nvptx_data_sharing.cpp
by Jonas Hahnfeld
· 8 years ago
cddb621
[ASTImporter] Support new AST nodes:
by Aleksei Sidorin
· 8 years ago
20f8dd0
[OpenMP] Add implicit data sharing support when offloading to NVIDIA GPUs using OpenMP device offloading
by Gheorghe-Teodor Bercea
· 8 years ago
d9219a2
Add target triples to openmp-offload-gpu.c
by Jonas Hahnfeld
· 8 years ago
6fc980f
[OpenMP] Consistently use cubin extension for nvlink
by Jonas Hahnfeld
· 8 years ago
1e94dec
[MINGW] normalize WIN32 macros
by Martell Malone
· 8 years ago
3763c9e
[Analyzer] Stable iteration on indirect goto LabelDecl's to avoid non-determinism (attempt 2)
by Aleksei Sidorin
· 8 years ago
0054242
[Analyzer] Revert r318750 because incorrect files were added for commit.
by Aleksei Sidorin
· 8 years ago
a091b96
[CodeGen] Generate TBAA type descriptors in a more reliable manner
by Ivan A. Kosarev
· 8 years ago
9b22fdf
[Analyzer] Non-determinism: stable iteration on indirect goto LabelDecl's
by Aleksei Sidorin
· 8 years ago
adcd5e3
[Modules TS] Added module re-export support.
by Hamza Sood
· 8 years ago
08e4943
[x86][inline-asm] allow recognition of MPX regs inside ms inline-asm blob
by Coby Tayree
· 8 years ago
5504871
[MS] add an init test for thumbv7-windows-msvc
by Martell Malone
· 8 years ago
d7a6d6a
[MS] Increase default new alignment for win64 and test it
by Reid Kleckner
· 8 years ago
d1e5cb8
Re-revert "Refactor debuginfo-tests."
by Zachary Turner
· 8 years ago
254611b
ASTMatchers{,Macros}.h: Add some extra macros to use for decl/def of matchers
by David Blaikie
· 8 years ago
1b3c87f
FormatInternal.h: Add missing includes.
by David Blaikie
· 8 years ago
b2e0d66
[X86] Remove 'mm3now' from isValidFeatureName.
by Craig Topper
· 8 years ago
94ab672
[analyzer] Diagnose stack leaks via block captures
by Alexander Shaposhnikov
· 8 years ago
81685b2
Revert r318669/318694
by Erich Keane
· 8 years ago
7a1263f
Resubmit "Refactor debuginfo-tests" again.
by Zachary Turner
· 8 years ago
1d9c210
Include test files for rL318668
by Erich Keane
· 8 years ago
d441952
[OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for' on host
by Carlo Bertolli
· 8 years ago
65fd437
[AutoComplete] Use stronger sort predicate for autocomplete candidates to remove non-deterministic ordering
by Mandeep Singh Grang
· 8 years ago
87ef79e
[Docs] Regenerate the command line option reference.
by Craig Topper
· 8 years ago
e868ee4
For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available
by Erich Keane
· 8 years ago
e45231f
Revert r318456 "Issue -Wempty-body warnings for else blocks"
by Hans Wennborg
· 8 years ago
8a8b67c
Revert r318556 "Loosen -Wempty-body warning"
by Hans Wennborg
· 8 years ago
b2d8a3f
[CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptions
by Craig Topper
· 8 years ago
869cb2e
[ARM] For assembler files recognize -Xassembler or -Wa, -mthumb
by Peter Smith
· 8 years ago
7eea2be
[ARM] For assembler files recognize -Xassembler or -Wa, -mthumb
by Peter Smith
· 8 years ago
a3d9460
[Driver] Add a cc1 flag for the new TBAA metadata format
by Ivan A. Kosarev
· 8 years ago
d802466
[X86] Make sure 'knm' is accepted by -target-cpu
by Craig Topper
· 8 years ago
ec35a6a
[X86] Make sure 'knm' and 'cannonlake' are accepted by builtin_cpu_is
by Craig Topper
· 8 years ago
0caffbc
[X86] Add icelake CPU support for -march.
by Craig Topper
· 8 years ago
438220d
[X86] Set __corei7__ preprocessor defines for skylake server and cannonlake.
by Craig Topper
· 8 years ago
5e59a8b
Driver: remove `SupportsObjCGC` (NFC)
by Saleem Abdulrasool
· 8 years ago
885ad8e
[Driver] add initial support for alpine linux
by Martell Malone
· 8 years ago
77805a3
[OpenMP] Show error if VLAs are not supported
by Jonas Hahnfeld
· 8 years ago
c7a8630
[CodeGen] change const-ness of complex calls
by Sanjay Patel
· 8 years ago
b5ae52f
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
7fa26e7
Fix some -Wunused-variable warnings
by Hans Wennborg
· 8 years ago
f8d04f6
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
4c1907a
Change code owner for Clang Static Analyzer to Devin Coughlin.
by Anna Zaks
· 8 years ago
a845ce5
[cmake] Use llvm-lit directory when provided for stand-alone build
by Michal Gorny
· 8 years ago
a007e4f
Fix coverage test on Windows bot
by Reid Kleckner
· 8 years ago
2609dad
Loosen -Wempty-body warning
by Reid Kleckner
· 8 years ago
656eb5d
[ObjC][ARC] Honor noescape attribute for -Warc-retain-cycles
by Alex Lorenz
· 8 years ago
56e12b4
[CodeGen] Compute the objc EH vtable address point using inbounds GEP.
by Ahmed Bougacha
· 8 years ago
Next »