index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Basic
/
Targets
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFC
Bjorn Pettersson
2019-10-21
1
-0
/
+1
*
[BPF] do compile-once run-everywhere relocation for bitfields
Yonghong Song
2019-10-08
2
-1
/
+15
*
[SystemZ] Support z15 processor name
Ulrich Weigand
2019-09-20
1
-1
/
+1
*
[ARM] Update clang for removal of vfp2d16 and vfp2d16sp
Eli Friedman
2019-09-17
1
-3
/
+2
*
[RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel_medany correctly
Kito Cheng
2019-09-17
1
-2
/
+8
*
Reland "Change the X86 datalayout to add three address spaces
Amy Huang
2019-09-10
2
-14
/
+24
*
[ARM] Add support for the s,j,x,N,O inline asm constraints
David Candler
2019-09-05
1
-5
/
+88
*
Add -m(no)-spe to clang
Justin Hibbits
2019-09-05
2
-1
/
+10
*
AMDGPU: Add builtins for is_shared/is_private
Matt Arsenault
2019-09-05
1
-0
/
+2
*
[RISCV] Correct Logic around ilp32e macros
Sam Elliott
2019-09-03
1
-2
/
+3
*
[X86] Remove what little support we had for MPX
Craig Topper
2019-08-29
2
-9
/
+0
*
Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...
Vlad Tsyrklevich
2019-08-28
2
-24
/
+14
*
Change the X86 datalayout to add three address spaces for 32 bit signed,
Amy Huang
2019-08-27
2
-14
/
+24
*
[RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...
Sam Elliott
2019-08-27
1
-0
/
+14
*
Reland "[ARM] push LR before __gnu_mcount_nc"
Jian Cai
2019-08-16
1
-1
/
+1
*
Revert "[ARM] push LR before __gnu_mcount_nc"
Jian Cai
2019-08-16
1
-1
/
+1
*
[ARM] push LR before __gnu_mcount_nc
Jian Cai
2019-08-16
1
-1
/
+1
*
[RISCV] Add inline asm constraint A for RISC-V
Lewis Revill
2019-08-16
1
-0
/
+4
*
[AMDGPU] Do not assume a default GCN target
Stanislav Mekhanoshin
2019-08-14
1
-4
/
+1
*
[X86] Support -march=tigerlake
Pengfei Wang
2019-08-12
1
-0
/
+10
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+10
*
[ARM] Set default alignment to 64bits
Diogo N. Sampaio
2019-08-08
1
-1
/
+2
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-31
2
-0
/
+7
*
[RISCV] Support 'f' Inline Assembly Constraint
Sam Elliott
2019-07-31
1
-0
/
+4
*
[RISCV] Add support for floating point registers in inlineasm
Simon Cook
2019-07-31
1
-9
/
+24
*
[Driver] Define _FILE_OFFSET_BITS=64 on Solaris
Rainer Orth
2019-07-30
1
-1
/
+4
*
[AArch64] Disable __ARM_FEATURE_SVE without ACLE.
Sander de Smalen
2019-07-30
1
-3
/
+0
*
Revert "[ARM] Set default alignment to 64bits"
Petr Hosek
2019-07-27
1
-2
/
+1
*
[ARM] Set default alignment to 64bits
Simi Pallipurath
2019-07-26
1
-1
/
+2
*
Remove CallingConvMethodType
Erich Keane
2019-07-25
2
-4
/
+4
*
Test commit. NFC.
Sjoerd Meijer
2019-07-24
1
-1
/
+1
*
[SVE][Inline-Asm] Add support to specify SVE registers in the clobber list
Sander de Smalen
2019-07-24
1
-2
/
+11
*
[clang, test] Fix Clang :: Headers/max_align.c on 64-bit SPARC
Rainer Orth
2019-07-23
1
-0
/
+1
*
Disallow most calling convention attributes on PS4
Sunil Srivastava
2019-07-19
1
-0
/
+4
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
2
-6
/
+13
*
Revert "[RISCV] Hard float ABI support" r366450
Alex Bradbury
2019-07-18
2
-13
/
+6
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
2
-6
/
+13
*
Revert [AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
2
-7
/
+0
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
2
-0
/
+7
*
[AArch64] Consistent types and naming for AArch64 target features (NFC)
Momchil Velikov
2019-07-17
2
-24
/
+25
*
[AArch64] Implement __jcvt intrinsic from Armv8.3-A
Kyrylo Tkachov
2019-07-16
2
-0
/
+43
*
[PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlongdouble
Fangrui Song
2019-07-15
1
-1
/
+3
*
Support __seg_fs and __seg_gs on x86
JF Bastien
2019-07-14
1
-0
/
+5
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
2
-2
/
+6
*
[X86][PowerPC] Support -mlong-double-128
Fangrui Song
2019-07-12
2
-2
/
+6
*
[HIP] Add GPU arch gfx1010, gfx1011, and gfx1012
Yaxun Liu
2019-07-11
1
-0
/
+3
*
De-templatize non-dependent VS macro logic, NFC
Reid Kleckner
2019-07-09
6
-73
/
+85
*
[AMDGPU] gfx908 clang target
Stanislav Mekhanoshin
2019-07-09
2
-0
/
+7
*
[ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled ...
Fangrui Song
2019-07-09
3
-6
/
+9
*
[X86][PPC] Support -mlong-double-64
Fangrui Song
2019-07-09
1
-20
/
+7
[next]