2018-05-14 |
Craig Topper | [X86] Use select instrution and fpextend in the impleme... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Craig Topper | [X86] Use __builtin_convertvector to implement _mm512_c... |
commit | commitdiff | tree | snapshot |
2018-05-13 |
Craig Topper | [X86] Emit better code for _mm_cvtu32_sd, _mm_cvtu64_sd... |
commit | commitdiff | tree | snapshot |
2018-05-13 |
Elena Demikhovsky | Added atomic_fetch_min, max, umin, umax intrinsics... |
commit | commitdiff | tree | snapshot |
2018-05-12 |
Douglas Yung | Add requirement of x86 target for test. |
commit | commitdiff | tree | snapshot |
2018-05-12 |
Douglas Yung | Force the PS4 clang ABI version to 6. |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Petr Hosek | [Driver] Only use -lc++ on Fuchsia |
commit | commitdiff | tree | snapshot |
2018-05-11 |
George Karpenkov | [analyzer] Ignore the nullability quantifiers for autor... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
George Karpenkov | [analyzer] Fix the filename for the exploration_order... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Richard Smith | [libclang] Stop assuming that the internal C++ ABI... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Alexey Bataev | [OPENMP, NVPTX] Do not use SPMD mode for target simd... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Yaxun Liu | [HIP] Set proper triple and offload kind for the toolchain |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Yaxun Liu | [HIP] Diagnose unsupported host triple |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Yaxun Liu | [HIP] Let clang-offload-bundler support HIP |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Craig Topper | [X86] Fix the file header name on fmaintrin.h |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Krzysztof Parzyszek | [Hexagon] Implement checking arguments of builtin calls |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Gabor Buella | [X86] Assume alignment of movdir64b dst argument |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Richard Smith | Improve diagnostics and error recovery for template... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Reid Kleckner | Don't propagate dllimport to base class template static... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Kamil Rytarowski | Support XRay in the NetBSD driver |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Kamil Rytarowski | Permit -fxray-instrument for NetBSD/amd64 |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Reid Kleckner | [clang-cl] Make -f[no-]coverage-mapping available |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Jonathan Coe | implementing Cursor.get_included_file in python bindings |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Eric Fiselier | [Itanium] Emit type info names with external linkage. |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Julie Hockett | Reland '[clang] Adding CharacteristicKind to PPCallback... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Reid Kleckner | Allow dllimport non-type template arguments in C++17 |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Alexey Bataev | [OPENMP, NVPTX] Initial support for L2 parallelism... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Strahinja Petrovic | This patch provides that bitfields are splitted even... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Sylvestre Ledru | Add support of the next Ubuntu (Ubuntu 18.10 - Cosmic... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Eric Fiselier | Revert "[Itanium] Emit type info names with external... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Gabor Buella | [X86] ptwrite intrinsic |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Craig Topper | [X86] Change the implementation of scalar masked load... |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Eric Fiselier | [Itanium] Emit type info names with external linkage. |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Craig Topper | [Builtins] Improve the IR emitted for MSVC compatible... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Artem Belevich | [CUDA] Added -f[no-]cuda-short-ptr option |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Julie Hockett | Revert "[clang] Adding CharacteristicKind to PPCallback... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Manoj Gupta | Update pragma-attribute-supported-attributes-list.test. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Manoj Gupta | [Clang] Implement function attribute no_stack_protector. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Eric Liu | Add SourceManagerForFile helper which sets up SourceMan... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Julie Hockett | [clang] Adding CharacteristicKind to PPCallbacks::Inclu... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Alexey Bataev | [OPENMP] Generate unique names for offloading regions id. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Yaxun Liu | [OpenCL] Fix typos in emitted enqueue kernel function... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Craig Topper | [X86] Only enable the __ud2 and __int2c builtins if... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Alexey Bataev | [OPENMP] Mark global tors/dtors as used. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Anastasia Stulova | [OpenCL] Add constant address space to __func__ in... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Sven van Haastregt | [OpenCL] Restrict various keywords in OpenCL C++ mode |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Nico Weber | Remove unused lit setting, see https://reviews.llvm... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Alexander Kornienko | Fixes issue introduced by r331556. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Hans Wennborg | Revert r331843 "[DebugInfo] Generate debug information... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Martin Storsjo | Revert "[Driver] Use -fuse-line-directives by default... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Krasimir Georgiev | [clang-format] Respect BreakBeforeClosingBrace while... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Simon Atanasyan | [driver] Add mips_Features_Group to Options to improve... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
JF Bastien | _Atomic of empty struct shouldn't assert |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Shiva Chen | [DebugInfo] Generate debug information for labels. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Adrian Prantl | Remove \brief commands from doxygen comments. |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Petr Hosek | Set CMAKE_BUILD_WITH_INSTALL_RPATH for Fuchsia runtimes |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Petr Hosek | [CMake] Include llvm-strip in Fuchsia toolchain distrib... |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Craig Topper | [X86] Mark builtins 'const' where possible |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Erich Keane | Fix float->int conversion warnings when near barriers. |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Yaxun Liu | [HIP] Add hip offload kind |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Jessica Paquette | Add a mno-outline flag to disable the MachineOutliner |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Martin Storsjo | [Driver] Don't add -dwarf-column-info when using -gcode... |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Jessica Paquette | Change -foutline to -moutline |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Stephane Sezer | Add missing newlines to cl::extrahelp uses |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Zachary Turner | [lit] Fix running tests that require 'examples'. |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Alexey Bataev | [OPENMP, NVPTX] Fix linkage of the global entries. |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Sven van Haastregt | [OpenCL] Factor out language version printing |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Aleksei Sidorin | [ASTImporter] Properly import SourceLocations of Attrs |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Gabor Horvath | [ASTMatchers] Overload isConstexpr for ifStmts |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Simon Pilgrim | Fix 'not all control paths return a value' MSVC warning... |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Krasimir Georgiev | [clang-format] Add raw string formatting to release... |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Eric Fiselier | [C++2a] Implement operator<=>: Fix another bug in the... |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Gabor Buella | [x86] Introduce the encl[u|s|v] intrinsics |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Gabor Buella | [x86] Introduce the pconfig intrinsic |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Petr Hosek | [CMake] Pass additional CMake flags in Fuchsia cache... |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Eric Fiselier | [C++2a] operator<=>: Fix incorrect use of Twine. |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Eric Fiselier | [C++2a] Implement operator<=>: Address bugs and post... |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Richard Trieu | Move test input file into same directory as test. NFC |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Eric Fiselier | Fix failing codegen test on non-x86_64 platforms |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Richard Smith | PR37352: mangle numbering for decomposition declarations. |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Erich Keane | [NFC] Move 2 variable initialization from Ctor to membe... |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Craig Topper | [X86] Use target feature defines in tests instead of... |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Craig Topper | [X86] Make _mm256_gf2p8mul_epi8 require avx features... |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Peter Collingbourne | Relax a FileCheck pattern to make it pass on Windows. |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Eric Fiselier | [C++2a] Implement operator<=> CodeGen and ExprConstant |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Peter Collingbourne | [CFI] Force LLVM to die if the implicit blacklist files... |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Erich Keane | Correct warning on Float->Integer conversions. |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Martin Storsjo | [Driver] Use -fuse-line-directives by default in MSVC... |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Alexey Bataev | [OPENMP, NVPTX] Small test fix, NFC. |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Alexey Bataev | [OPENMP, NVPTX] Codegen for critical construct. |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Erich Keane | Fix explicit template parameter reporting for narrowing... |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Joel Galenson | [docs] Fix typos in the Clang User's Manual. |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Alexey Bataev | [OPENMP, NVPTX] Added support for L2 parallelism. |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Aleksandar... | [mips] Improve handling of -fno-[pic/PIC] option |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Aleksandar... | Revert "[mips] Improve handling of -fno-[pic/PIC] option" |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Aleksandar... | [mips] Improve handling of -fno-[pic/PIC] option |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Peter Szecsi | [ASTImporter] Support importing UnresolvedMemberExpr... |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Richard Smith | Remove now-unnecessary check for non-zero nvsize in... |
commit | commitdiff | tree | snapshot |
2018-05-07 |
Richard Smith | Non-zero-length bit-fields make a class non-empty. |
commit | commitdiff | tree | snapshot |
2018-05-05 |
Aaron Ballman | Disallow pointers to const in __sync_fetch_and_xxx. |
commit | commitdiff | tree | snapshot |
next |