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
*
[AArch64] Change the preferred alignment for char and short to word alignment
Evandro Menezes
2016-06-21
1
-2
/
+2
*
NVPTX: Add supported CL features
Jan Vesely
2016-06-17
1
-0
/
+13
*
AMDGPU: Fix supported CL features
Jan Vesely
2016-06-17
1
-23
/
+22
*
[Sparc] setjmp and longjmp intrinsic support update to add unit tests and rem...
Chris Dewhurst
2016-06-15
1
-1
/
+0
*
[Sparc] Change to let clang know that setjmp and longjmp intrinsics are imple...
Chris Dewhurst
2016-06-15
1
-0
/
+5
*
[mips] Defer validity check for CPU/ABI pairs and improve error message for i...
Daniel Sanders
2016-06-14
1
-34
/
+79
*
AMDGPU: Verify subtarget specific builtins
Matt Arsenault
2016-06-08
1
-49
/
+87
*
[mips] The P5600 does not support N32/N64 since it's a 32-bit CPU.
Daniel Sanders
2016-06-06
1
-1
/
+1
*
[mips] Replace almost all Arch checks in MipsTargetInfo with ABI checks. NFC.
Daniel Sanders
2016-06-06
1
-51
/
+65
*
[mips] Slightly simplify MipsTargetInfo::setDataLayout(). NFC.
Daniel Sanders
2016-06-03
1
-19
/
+15
*
This adds target support and tests for Cortex-A73
Sjoerd Meijer
2016-06-02
1
-0
/
+1
*
AMDGPU: Update datalayout string
Matt Arsenault
2016-05-31
1
-1
/
+1
*
[mips] Kill 'support' for untested EABI.
Daniel Sanders
2016-05-27
1
-6
/
+4
*
[mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename ...
Daniel Sanders
2016-05-27
1
-317
/
+209
*
Revert "[AArch64] Using new TargetParser in Clang"
Renato Golin
2016-05-25
1
-4
/
+8
*
[AArch64] Using new TargetParser in Clang
Renato Golin
2016-05-25
1
-8
/
+4
*
[Sparc] Add software float option -msoft-float
Jacob Baungard Hansen
2016-05-24
1
-3
/
+1
*
Make __FreeBSD_cc_version predefined macro configurable at build time
Dimitry Andric
2016-05-20
1
-2
/
+9
*
Add all the avx512 flavors to __builtin_cpu_supports's list.
Benjamin Kramer
2016-05-20
1
-0
/
+11
*
[Hexagon] Recognize "s" constraint in inline-asm
Krzysztof Parzyszek
2016-05-20
1
-0
/
+3
*
[CUDA] Allow sm_50,52,53 GPUs
Artem Belevich
2016-05-19
1
-0
/
+15
*
[Hexagon] Recognize "q" and "v" in inline-asm as register constraints
Krzysztof Parzyszek
2016-05-18
1
-1
/
+10
*
Add new intrinsic support for MONITORX and MWAITX instructions
Ashutosh Nema
2016-05-18
1
-0
/
+7
*
[PS4] Change the names of some "environmental" things to what our
Paul Robinson
2016-05-16
1
-1
/
+1
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-16
1
-11
/
+37
*
ARM-MachO: stop claiming to be EABI
Tim Northover
2016-05-13
1
-1
/
+1
*
Revert "[OpenCL] Add supported OpenCL extensions to target info."
Yaxun Liu
2016-05-13
1
-37
/
+11
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-13
1
-11
/
+37
*
Update clang support on recent Haiku
Reid Kleckner
2016-05-11
1
-9
/
+28
*
[Power9] Enable -mcpu=pwr9 (-mcpu=power9) in the front end
Nemanja Ivanovic
2016-05-09
1
-2
/
+22
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-4
/
+23
*
[Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end.
Chris Dewhurst
2016-05-04
1
-0
/
+4
*
[CUDA] Copy host builtin types to NVPTXTargetInfo.
Justin Lebar
2016-04-29
1
-1
/
+63
*
[Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
Chris Bieneman
2016-04-29
1
-0
/
+4
*
ARMv7k: define __ARM_PCS_VFP since we're hard-float.
Tim Northover
2016-04-28
1
-3
/
+4
*
[SystemZ] Support Swift calling convention
Bryan Chan
2016-04-28
1
-0
/
+10
*
PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
Silviu Baranga
2016-04-28
1
-1
/
+1
*
[Hexagon] Define architecture version macros for hexagonv55
Krzysztof Parzyszek
2016-04-21
1
-0
/
+5
*
[Hexagon] Define macros __HVX__ and __HVXDBL__ when appropriate
Krzysztof Parzyszek
2016-04-18
1
-0
/
+6
*
[ARM] predefines __ELF__ macro for arm-none-eabi
Weiming Zhao
2016-04-18
1
-0
/
+4
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-21
/
+5
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-5
/
+21
*
Basic: fix profiling with GNU EABI
Saleem Abdulrasool
2016-04-12
1
-0
/
+4
*
Correct pg instrumentation for AArch64
Saleem Abdulrasool
2016-04-10
1
-5
/
+0
*
Add support for __gnu_mcount_nc as the pg interface
Saleem Abdulrasool
2016-04-10
1
-2
/
+11
*
Basic: thread TargetOptions into TargetInfo
Saleem Abdulrasool
2016-04-09
1
-292
/
+335
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-358
/
+293
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-2
/
+2
*
Basic: thread CodeGenOptions into TargetInfo
Saleem Abdulrasool
2016-04-07
1
-292
/
+357
*
[X86] Introduction of -march=lakemont.
Andrey Turetskiy
2016-04-05
1
-3
/
+16
[next]