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
/
lib
/
Basic
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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
*
[Basic] Add a DiagnosticError llvm::ErrorInfo subclass
Alex Lorenz
2017-08-25
1
-1
/
+4
*
[mips] Introducing option -mabs=[legacy/2008]
Petar Jovanovic
2017-08-24
2
-3
/
+12
*
[Clang][x86][Inline Asm] support for GCC style inline asm - Y<x> constraints
Coby Tayree
2017-08-24
2
-18
/
+35
*
bpf: add -mcpu=# support for bpf
Yonghong Song
2017-08-23
1
-0
/
+12
*
[mips] Rename getSupportedNanEncoding() to getIEEE754Standard()
Petar Jovanovic
2017-08-22
1
-2
/
+2
*
AMDGPU: add missing amdgcn processors and tests
Konstantin Zhuravlyov
2017-08-18
1
-10
/
+15
*
[OpenCL] Allow targets to select address space per type
Sven van Haastregt
2017-08-15
2
-1
/
+40
*
[c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...
Richard Smith
2017-08-13
1
-2
/
+6
*
[AArch64] Add support for a MinGW AArch64 target
Martin Storsjo
2017-08-13
3
-27
/
+72
*
Revert r310057
Stefan Maksimovic
2017-08-11
2
-1
/
+7
*
[X86] Implement __builtin_cpu_is
Craig Topper
2017-08-10
2
-0
/
+40
*
[X86] Support 'avx5124vnniw' and 'avx5124fmaps' for __builtin_cpu_supports.
Craig Topper
2017-08-08
1
-0
/
+2
*
[AArch64] Ignore stdcall and similar on aarch64/windows
Martin Storsjo
2017-08-07
2
-0
/
+19
*
Add OpenCL 2.0 atomic builtin functions as Clang builtin
Yaxun Liu
2017-08-04
1
-0
/
+2
*
Revert r304953 for release 5.0.0
Stefan Maksimovic
2017-08-04
2
-7
/
+1
*
Define _GNU_SOURCE for RTEMS c++
Walter Lee
2017-08-02
1
-0
/
+2
*
Use VFS operations in FileManager::makeAbsolutePath.
Ilya Biryukov
2017-08-02
1
-1
/
+1
*
[x86][inline-asm]Allow a pack of Control Debug to be properly picked
Coby Tayree
2017-08-01
1
-0
/
+1
*
Move RTEMS to OSTargets.h
Walter Lee
2017-07-31
2
-34
/
+34
*
[AArch64] Don't define __LP64__ when targeting Windows
Martin Storsjo
2017-07-31
1
-2
/
+4
*
[Targets] Move addCygMingDefines into the arch-independent Targets.cpp (NFC)
Martin Storsjo
2017-07-31
3
-24
/
+28
*
[x86][inline-asm]Allow a pack of Control Regs to be properly picked
Coby Tayree
2017-07-30
1
-0
/
+1
[prev]
[next]