2018-04-11 |
Adam Balogh | [Analyzer] SValBuilder Comparison Rearrangement (with... |
commit | commitdiff | tree | snapshot |
2018-04-11 |
Dean Michael... | Adding fuzzer flags support to OpenBSD driver |
commit | commitdiff | tree | snapshot |
2018-04-11 |
Craig Topper | [X86] Fix typo in intrinsic header file __mask16->__mma... |
commit | commitdiff | tree | snapshot |
2018-04-11 |
Craig Topper | [X86] Replace 512-bit masked pmaddubsw and pmaddwd... |
commit | commitdiff | tree | snapshot |
2018-04-11 |
Dean Michael... | [XRay][clang] Only enable test for supported platforms |
commit | commitdiff | tree | snapshot |
2018-04-11 |
Dean Michael... | [XRay][clang+compiler-rt] Support build-time mode selection |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Eugene Zelenko | [AST] Fix some Clang-tidy modernize-use-auto and Includ... |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Aaron Ballman | Introduce a new builtin, __builtin_dump_struct, that... |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Petr Hosek | Revert "Handle the default case" |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Petr Hosek | Handle the default case |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Chad Rosier | [Driver] Handle the default case missed in r329748. |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Alexey Bataev | [OPENMP] Additional attributes for the pointer parameters. |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Petr Hosek | [Driver] Allow drivers to add multiple libc++ include... |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Gabor Buella | [X86] Split up -march=icelake to -client & -server |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Nico Weber | Revert r329684 (and follow-ups 329693, 329714). See... |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Craig Topper | [X86] Add test case for llvm change r329734 |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Artem Belevich | [CUDA] Added --[no-]cuda-include-ptx=sm_XX|all option. |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Volodymyr Sapsai | [Parser] Fix assertion-on-invalid for unexpected typename. |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Andrew V. Tischenko | I removed the failed test. |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Gabor Buella | [X86] Disable SGX for Skylake Server - CPP test |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Nico Weber | Attempt to fix Windows build after r329698. |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Gabor Buella | [X86] Disable SGX for Skylake Server |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Nico Weber | Use llvm::sys::fs::real_path() in clang. |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Andrew V. Tischenko | The test was fixed. |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Gabor Buella | CodeGen tests - typo fixes NFC |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Sam McCall | [Tooling] fix UB when interpolating compile commands... |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Andrew V. Tischenko | -ftime-report switch support in Clang. |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Akira Hatanaka | [ExprConstant] Use an AST node and a version number... |
commit | commitdiff | tree | snapshot |
2018-04-10 |
George Burgess IV | [AST] Attempt to fix buildbot warnings + appease MSVC... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Akira Hatanaka | [ObjC++] Never pass structs that transitively contain... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Eugene Zelenko | [AST] Fix some Clang-tidy modernize-use-auto warnings... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Eugene Zelenko | [AST] Fix some Clang-tidy modernize and Include What... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Akira Hatanaka | Revert "[ObjC++] Never pass structs that transitively... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Akira Hatanaka | [ObjC++] Never pass structs that transitively contain... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Vitaly Buka | asan: kernel: make no_sanitize("address") attribute... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Akira Hatanaka | Revert "[ObjC] Make C++ triviality type traits availabl... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Craig Topper | [X86] Emit native IR for pmuldq/pmuludq builtins. |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Yaxun Liu | [CUDA] Revert defining __CUDA_ARCH__ for amdgcn targets |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Sam McCall | [Tooling] A CompilationDatabase wrapper that infers... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Sam McCall | [Index] Return SourceLocation to consumers, not FileID... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Hans Wennborg | Try to fix libclang reproducer tests after r329465 |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Dean Michael... | [XRay][llvm+clang] Consolidate attribute list files |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Eric Fiselier | [Sema] Fix PR35832 - Ambiguity accessing anonymous... |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Eric Fiselier | Revert "[Sema] Fix PR35832 - Ambiguity accessing anonym... |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Eric Fiselier | [Sema] Fix PR35832 - Ambiguity accessing anonymous... |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Eric Fiselier | [Sema] Remove dead code in BuildAnonymousStructUnionMem... |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Eric Fiselier | [Sema] Fix PR22637 - IndirectFieldDecl's discard qualif... |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Fangrui Song | [libclang] Add clang_File_tryGetRealPathName |
commit | commitdiff | tree | snapshot |
2018-04-07 |
John McCall | Generalize the swiftcall API since being passed indirec... |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Manoj Gupta | [Driver] Update GCC libraries detection logic for Gentoo. |
commit | commitdiff | tree | snapshot |
2018-04-07 |
John McCall | Allow equality comparisons between block pointers and |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Roman Lebedev | [Sema] Extend -Wself-assign and -Wself-assign-field... |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Nico Weber | Sort source lists in lib/StaticAnalyzer. |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Nico Weber | Make CodeGen depend just once on clangAnalysis. |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Nico Weber | Remove another unnecessary -I flag passed to clang... |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Richard Smith | Generalize test for 32-bit targets. |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Alex Lorenz | Recommit r329442: Generate Libclang invocation reproduc... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Nico Weber | Remove two unnecessary -I flags passed to clang-tblgen. |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Richard Smith | Don't assume constructors return void. |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Alex Lorenz | Revert r329442 "Generate Libclang invocation reproducer... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
George Karpenkov | Revert "[analyzer] Remove an unused variable" |
commit | commitdiff | tree | snapshot |
2018-04-06 |
George Karpenkov | [analyzer] Remove an unused variable |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Alex Lorenz | Generate Libclang invocation reproducers using a new... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Yaxun Liu | [HIP] define __CUDA_ARCH_=1 for amdgcn targets |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Alexey Bataev | [OPENMP, NVPTX] Fix codegen for the teams reduction. |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Alexander Kornienko | Fix typos in clang |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Krzysztof Parzyszek | [Hexagon] Remove default values from lambda parameters |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Alexander Kornienko | Allow the creation of human-friendly ASTDumper to arbit... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Dean Michael... | [XRay][clang] Only run driver test for Linux and FreeBSD |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Dean Michael... | [XRay][clang] Add a flag to enable/disable linking... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Dean Michael... | [XRay][clang] Consolidate runtime and link-time flag... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Petr Hosek | CMake option to allow enabling experimental new pass... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Douglas Yung | Fix test added in r329301 to work properly with Windows... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Eugene Zelenko | [Sema] Revert r329346 because of memory sanitizer failures. |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Richard Smith | Add a couple more tests for DR372. |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Eugene Zelenko | [Sema] Fix some Clang-tidy modernize and Include What... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Richard Smith | PR36992: do not store beyond the dsize of a class objec... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Richard Smith | DR1672, DR1813, DR1881, DR2120: Implement recent fixes... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Alex Lorenz | Remove the temporary availability checking workaround for |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Sam Clegg | Fix typo in comment -fmath-errno=0 -> -fno-math-errno |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Aleksei Sidorin | [ASTImporter] Fix for importing unnamed structs |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Manoj Gupta | Disable -fmerge-all-constants as default. |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Ben Hamilton | [clang-format] Support lightweight Objective-C generics |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Ben Hamilton | [clang-format] Ensure ObjC selectors with 0 args are... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Akira Hatanaka | [ObjC] Make C++ triviality type traits available to... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Shiva Chen | [PATCH] [RISCV] Extend getTargetDefines for RISCVTargetInfo |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Krasimir Georgiev | [clang-format] Preserve spaces before a percent in... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Richard Smith | Revert r328680 ("[ObjC] Make C++ triviality type traits... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Erik Pilkington | [AST] Don't track lambda captures when checking a poten... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Evgeniy Stepanov | Enable msan unconditionally on Linux. |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Peter Collingbourne | AArch64: Implement support for the shadowcallstack... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Dan Albert | [Driver] Include the Android multiarch includes. |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Yaxun Liu | [CUDA] Add amdgpu sub archs |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Mark Zeren | [clang-format] In tests, expected code should be format... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Artem Belevich | Revert "[CUDA] Check initializers of instantiated templ... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Jan Korous | [analyzer][test] Set C++14 as language standard for... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Max Moroz | Fixes errors with FS iterators caused by https://review... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Dean Michael... | [XRay][clang] Allow clang to build XRay instrumented... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Benjamin Kramer | Make helpers static. NFC. |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Sylvestre Ledru | As we don't use minor version anymore, let's remove... |
commit | commitdiff | tree | snapshot |
next |