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
*
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
*
[CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byte
Akira Hatanaka
2016-03-31
1
-0
/
+7
*
AMDGPU: Remove separate r600 double data layout
Matt Arsenault
2016-03-30
1
-5
/
+1
*
[SystemZ] Specify required features for builtins.
Jonas Paulsson
2016-03-30
1
-0
/
+2
*
Add additional Hi/Lo registers to Clang MipsTargetInfoBase
Hrvoje Varga
2016-03-29
1
-1
/
+2
*
[lanai] Add Lanai backend to clang driver.
Jacques Pienaar
2016-03-28
1
-0
/
+108
*
Fix a missing comma between two string literals.
Etienne Bergeron
2016-03-24
1
-1
/
+1
*
[X86] Add "x87" in x86 target feature map.
Andrey Turetskiy
2016-03-23
1
-0
/
+3
*
Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...
Roman Levenstein
2016-03-16
1
-0
/
+4
*
Myriad: define __myriad2 macro automatically
Douglas Katzman
2016-03-15
1
-1
/
+22
*
Implement __builtin_eh_return_data_regno for SPARC and SPARC64.
Joerg Sonnenberger
2016-03-07
1
-0
/
+6
*
[X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
Simon Pilgrim
2016-03-05
1
-1
/
+0
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-127
/
+95
*
[MIPS] initFeatureMap() to handle empty string argument
Bhushan D. Attarde
2016-03-04
1
-0
/
+2
*
[ARM] Add Clang targeting for ARMv8-M Baseline/Mainline
Bradley Smith
2016-03-03
1
-7
/
+13
*
Semantic analysis for the swiftcall calling convention.
John McCall
2016-03-03
1
-13
/
+42
*
AMDGPU: Add missing Volcanic Islands targets
Tom Stellard
2016-02-29
1
-0
/
+2
*
[X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...
Craig Topper
2016-02-29
1
-3
/
+9
[next]