| Commit message (Expand) | Author | Age | Files | Lines |
| * | [OPENMP] Codegen for `#pragma omp target parallel for simd`. | Alexey Bataev | 2017-11-09 | 1 | -2/+2 |
| * | [OPENMP] Treat '#pragma omp target parallel for simd' as simd directive. | Alexey Bataev | 2017-11-09 | 1 | -1/+2 |
| * | [VirtualFileSystem] InMemoryFileSystem::addFile(): Type and Perms | Ben Hamilton | 2017-11-09 | 1 | -13/+27 |
| * | [OPENMP] Codegen for `#pragma omp target parallel for`. | Alexey Bataev | 2017-11-08 | 1 | -1/+1 |
| * | Update SanitizerSpecialCaseList to use renamed functions in base class. | Mitch Phillips | 2017-11-07 | 1 | -1/+1 |
| * | [X86] Add 3dnow and 3dnowa to the list of valid target features | Martin Storsjo | 2017-11-06 | 1 | -0/+2 |
| * | [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe... | Eugene Zelenko | 2017-11-03 | 3 | -57/+91 |
| * | [X86] Define i586 and pentium preprocessor defines for -march=lakemont to mat... | Craig Topper | 2017-11-01 | 1 | -0/+2 |
| * | Basic: improve coverage for Darwin targets and fix ABI | Saleem Abdulrasool | 2017-10-28 | 1 | -4/+9 |
| * | ARM: centralise SizeType, PtrDiffType, and IntPtrType | Saleem Abdulrasool | 2017-10-27 | 1 | -31/+13 |
| * | Filter out invalid 'target' items from being passed to LLVM | Erich Keane | 2017-10-27 | 1 | -0/+1 |
| * | Remove x86,x86_32/64 from isValidFeatureName | Erich Keane | 2017-10-27 | 1 | -3/+0 |
| * | [X86] Add 'sse4' to X86TargetInfo::isValidFeatureName | Craig Topper | 2017-10-27 | 1 | -0/+1 |
| * | [X86] Make -march=i686 an alias of -march=pentiumpro | Craig Topper | 2017-10-26 | 2 | -14/+3 |
| * | [CUDA] Print an error if you try to compile with < sm_30 on CUDA 9. | Justin Lebar | 2017-10-25 | 1 | -0/+12 |
| * | [X86] Add avx512vpopcntdq to Knights Mill | Craig Topper | 2017-10-25 | 1 | -0/+2 |
| * | Pull X86 "CPUKind" checking into .cpp file. [NFC] | Erich Keane | 2017-10-23 | 2 | -71/+73 |
| * | Basic: restore {,u}intptr_t on NetBSD/ARM | Saleem Abdulrasool | 2017-10-20 | 1 | -3/+4 |
| * | AMDGPU: Parse r600 CPU name early and expose FMAF capability | Jan Vesely | 2017-10-19 | 1 | -1/+7 |
| * | [Hexagon] Handling of new HVX flags and target-features | Sumanth Gundapaneni | 2017-10-18 | 2 | -35/+28 |
| * | Basic: fix __{,U}INTPTR_TYPE__ on ARM | Saleem Abdulrasool | 2017-10-18 | 1 | -1/+4 |
| * | Basic: fix `__INTPTR_TYPE__` for Windows ARM | Saleem Abdulrasool | 2017-10-17 | 1 | -0/+1 |
| * | [OpenMP] Implement omp_is_initial_device() as builtin | Jonas Hahnfeld | 2017-10-17 | 1 | -1/+2 |
| * | [refactor] allow the use of refactoring diagnostics | Alex Lorenz | 2017-10-16 | 1 | -1/+4 |
| * | Convert clang::LangAS to a strongly typed enum | Alexander Richardson | 2017-10-15 | 3 | -10/+10 |
| * | [X86] Add skeleton support for knm cpu | Craig Topper | 2017-10-13 | 2 | -0/+10 |
| * | [OpenCL] Add LangAS::opencl_private to represent private address space in AST | Yaxun Liu | 2017-10-13 | 4 | -0/+7 |
| * | [COFF, ARM64] Add MS builtins __dmb, __dsb, __isb | Martin Storsjo | 2017-10-12 | 1 | -0/+2 |
| * | [X86] Add support for 'amdfam17h' to __builtin_cpu_is to match gcc. | Craig Topper | 2017-10-11 | 1 | -0/+1 |
| * | Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil... | Peter Collingbourne | 2017-10-10 | 1 | -2/+2 |
| * | Driver: hoist the `wchar_t` handling to the driver | Saleem Abdulrasool | 2017-10-06 | 6 | -33/+29 |
| * | [OpenMP] Initial implementation of teams distribute code generation | Carlo Bertolli | 2017-10-04 | 1 | -1/+3 |
| * | Add support for Myriad ma2x8x series of CPUs | Walter Lee | 2017-10-02 | 2 | -4/+65 |
| * | [AMDGPU] Allow flexible register names in inline asm constraints | Yaxun Liu | 2017-09-28 | 1 | -6/+73 |
| * | [Targets/X86] Remove unneded `return` in setMaxAtomicWidth(). NFCI. | Davide Italiano | 2017-09-28 | 1 | -1/+0 |
| * | [AVR] Update data layout to match current LLVM trunk | Dylan McKay | 2017-09-27 | 1 | -2/+1 |
| * | Basic: support Preserve{Most,All} CC on Windows | Saleem Abdulrasool | 2017-09-26 | 2 | -0/+4 |
| * | Allow specifying sanitizers in blacklists | Vlad Tsyrklevich | 2017-09-25 | 4 | -16/+90 |
| * | [Clang] Adding missing feature to goldmont | Michael Zuckerman | 2017-09-25 | 1 | -0/+1 |
| * | [Atomic][X8664] set max atomic inline width according to the target | Wei Mi | 2017-09-22 | 2 | -1/+8 |
| * | Add Cross Translation Unit support library | Gabor Horvath | 2017-09-22 | 1 | -1/+3 |
| * | [X86] Move even more of our CPU to feature mapping switch to use fallthroughs | Craig Topper | 2017-09-17 | 1 | -44/+40 |
| * | [X86] Remove unnecessary extra encodings from the CPU name enum in clang | Craig Topper | 2017-09-16 | 2 | -72/+14 |
| * | [Module map] Introduce a private module re-export directive. | Douglas Gregor | 2017-09-14 | 1 | -0/+5 |
| * | [AMDGPU] Change addr space of clk_event_t, queue_t and reserve_id_t to global | Yaxun Liu | 2017-09-13 | 1 | -0/+4 |
| * | [Basic] Update CMakeLists.txt to handle repo | MinSeong Kim | 2017-09-09 | 1 | -33/+0 |
| * | Fix ownership of the MemoryBuffer in a FrontendInputFile. | Richard Smith | 2017-09-09 | 1 | -5/+6 |
| * | [OpenCL] Add half load and store builtins | Jan Vesely | 2017-09-07 | 1 | -2/+7 |
| * | [CUDA] Added rudimentary support for CUDA-9 and sm_70. | Artem Belevich | 2017-09-07 | 2 | -0/+14 |
| * | Change Diagnostic Category size error from runtime to compiletime | Erich Keane | 2017-08-28 | 1 | -12/+23 |