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
/
Targets.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sparc] LLONG is not lock-free atomic on v8
Douglas Katzman
2016-11-09
1
-1
/
+4
*
[AVX-512] Make VBMI instruction set enabling imply that the BWI instruction s...
Craig Topper
2016-11-09
1
-0
/
+6
*
Revert "Define __ANDROID_API__ for all Android builds."
Stephen Hines
2016-11-08
1
-2
/
+0
*
Define __ANDROID_API__ for all Android builds.
Stephen Hines
2016-11-08
1
-0
/
+2
*
regcall: Implement regcall Calling Conv in clang
Erich Keane
2016-11-02
1
-0
/
+3
*
[OpenCL] Override supported OpenCL extensions with -cl-ext option
Alexey Bader
2016-11-01
1
-0
/
+1
*
[x86][inline-asm][clang] accept 'v' constraint
Michael Zuckerman
2016-11-01
1
-0
/
+2
*
[x86][inline-asm][AVX512][clang][PART-1] Introducing "k" and "Yk" constraints...
Michael Zuckerman
2016-10-31
1
-0
/
+20
*
[SystemZ] Add -march=archX aliases
Ulrich Weigand
2016-10-31
1
-2
/
+6
*
second attempt at r285565.
Michael Zuckerman
2016-10-31
1
-0
/
+1
*
revert r285563 fail in test CodeGen/avx512-inline-asm-kregisters-basics.c
Michael Zuckerman
2016-10-31
1
-1
/
+0
*
[x86][inline-asm] Introducing (AVX512) k0-k7 registers for inline-asm usage
Michael Zuckerman
2016-10-31
1
-0
/
+1
*
Revert reviosion 285555
Michael Zuckerman
2016-10-31
1
-1
/
+0
*
[x86][inline-asm] Introducing (AVX512) k0-k7 registers for inline-asm usage
Michael Zuckerman
2016-10-31
1
-0
/
+1
*
AMDGPU: Add missing ISA versions gfx7.x.x and 8.x.x.
Yaxun Liu
2016-10-26
1
-0
/
+9
*
[Basic] Support 32-bit x86 and ARM targets for Fuchsia
Petr Hosek
2016-10-24
1
-4
/
+12
*
Implement MS _BitScan intrinsics
Albert Gutowski
2016-10-12
1
-0
/
+2
*
Declare WinX86_64ABIInfo to satisfy SwiftABI info
Arnold Schwaighofer
2016-10-12
1
-0
/
+1
*
Move x86-64 builtins from SemaChecking.cpp to BuiltinsX86_64.def
Albert Gutowski
2016-10-12
1
-0
/
+2
*
Revert "[x86][inline-asm][clang] accept 'v' constraint"
Daniel Jasper
2016-10-10
1
-2
/
+0
*
[x86][inline-asm][clang] accept 'v' constraint
Michael Zuckerman
2016-10-10
1
-0
/
+2
*
[ARM]: Add Cortex-R52 target
Javed Absar
2016-10-07
1
-0
/
+2
*
Use StringReg in TargetParser APIs (NFC)
Mehdi Amini
2016-10-07
1
-3
/
+3
*
[Driver] Add driver support for Fuchsia
Petr Hosek
2016-10-06
1
-0
/
+26
*
Separate builtins for x84-64 and i386; implement __mulh and __umulh
Albert Gutowski
2016-10-04
1
-8
/
+16
*
P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we
Richard Smith
2016-09-30
1
-0
/
+1
*
[CUDA] added __nvvm_atom_{sys|cta}_* builtins.
Artem Belevich
2016-09-28
1
-1
/
+14
*
[Power9] Builtins for ELF v.2 ABI conformance - front end portion
Nemanja Ivanovic
2016-09-27
1
-9
/
+29
*
[OpenBSD] Add type sign information for OpenBSD
Renato Golin
2016-09-22
1
-1
/
+5
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-14
1
-0
/
+2
*
Reverse commit 281375 (breaks building Chromium)
Albert Gutowski
2016-09-13
1
-2
/
+0
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-13
1
-0
/
+2
*
AMDGPU: Fix target options fp32/64-denormals
Yaxun Liu
2016-09-13
1
-10
/
+6
*
[CUDA] Make __GCC_ATOMIC_XXX_LOCK_FREE macros the same on host/device.
Justin Lebar
2016-09-09
1
-0
/
+6
*
OpenCL: Defining __ENDIAN_LITTLE__ and fix target endianness
Matt Arsenault
2016-09-07
1
-21
/
+3
*
Add support for targeting armv6-unknown-cloudabi-eabihf.
Ed Schouten
2016-09-05
1
-0
/
+2
*
Replace the Radeon GCN GPU family names by more descriptive ones
Niels Ole Salscheider
2016-09-03
1
-25
/
+25
*
[WebAssembly] Change wasm SizeType to match asmjs
Derek Schuff
2016-09-01
1
-0
/
+6
*
Basic/Targets.cpp: Add polaris10 and polaris11 gpus
Niels Ole Salscheider
2016-08-30
1
-15
/
+17
*
[Hexagon] Use handleTargetFeaturesGroup to process target-specific features
Krzysztof Parzyszek
2016-08-30
1
-9
/
+26
*
Handle -mlong-calls on Hexagon
Krzysztof Parzyszek
2016-08-30
1
-1
/
+7
*
Re-commit [OpenCL] AMDGCN: Fix size_t type
Yaxun Liu
2016-08-19
1
-0
/
+4
*
Revert [OpenCL] AMDGCN: Fix size_t type
Yaxun Liu
2016-08-18
1
-4
/
+0
*
[OpenCL] AMDGCN: Fix size_t type
Yaxun Liu
2016-08-18
1
-0
/
+4
*
test commit
Guy Blank
2016-08-18
1
-1
/
+1
*
[OpenCL] AMDGPU: add support of cl_khr_subgroups
Yaxun Liu
2016-08-17
1
-0
/
+1
*
Some missing usage of TargetParser. NFC.
Zijiao Ma
2016-08-17
1
-2
/
+2
*
[OpenCL] AMDGPU: Add extensions cl_amd_media_ops and cl_amd_media_ops2
Yaxun Liu
2016-08-16
1
-0
/
+2
*
[OpenCL][AMDGPU] Add support for -cl-denorms-are-zero
Yaxun Liu
2016-08-09
1
-2
/
+27
*
[OpenCL] Fix size of image type
Yaxun Liu
2016-08-03
1
-0
/
+4
[next]