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
*
Assume ARMv6 for NetBSD for now for strex/ldrex.
Joerg Sonnenberger
2013-12-02
1
-0
/
+1
*
NetBSD uses long derived size_t / ssize_t in all ARM ABIs.
Joerg Sonnenberger
2013-12-02
1
-2
/
+4
*
NetBSD uses signed wchar_t on ARM platforms.
Joerg Sonnenberger
2013-11-30
1
-2
/
+9
*
Add support for Cortex-A12.
Richard Barton
2013-11-22
1
-1
/
+1
*
ARM: define & use __ARM_NEON on ARM32 (as per ACLE)
Tim Northover
2013-11-21
1
-1
/
+3
*
ARM: embedded v7 'darwin' doesn't get min-version defines.
Jim Grosbach
2013-11-19
1
-27
/
+31
*
Clean up predefined macros for AArch64 to follow ACLE 2.0.
Jiangning Liu
2013-11-19
1
-12
/
+17
*
R600: Add processor type for Hawaii
Tom Stellard
2013-11-14
1
-0
/
+1
*
[mips][msa] Enable inlinse assembly for MSA.
Daniel Sanders
2013-11-12
1
-2
/
+10
*
XCore target Type defines.
Robert Lytton
2013-11-12
1
-0
/
+5
*
[mips] Partially revert r193640. Stack alignment should not be determined by
Akira Hatanaka
2013-11-11
1
-12
/
+4
*
Darwin(ish): we don't want __ARM_EABI__ even on v7a embedded targets.
Tim Northover
2013-11-11
1
-2
/
+2
*
NetBSD 6.99.26 switched to default rounding mode, so adjust
Joerg Sonnenberger
2013-11-11
1
-1
/
+6
*
Driver: Add support for -march=bdver3 on x86.
Benjamin Kramer
2013-11-04
1
-0
/
+7
*
[AArch64] Add some CPU targets for "generic", A-53 and A-57.
Amara Emerson
2013-10-31
1
-0
/
+7
*
[mips] Delete unused functions.
Akira Hatanaka
2013-10-30
1
-10
/
+0
*
[mips] Align the stack to 16-bytes for -mfp64.
Akira Hatanaka
2013-10-29
1
-6
/
+27
*
[mips] Move setDescriptionString to base class MipsTargetInfoBase and call it
Akira Hatanaka
2013-10-29
1
-21
/
+29
*
R600: Add Sea Islands GPUs
Tom Stellard
2013-10-29
1
-1
/
+6
*
ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang
Bernard Ogden
2013-10-29
1
-1
/
+7
*
Add driver support for FP, SIMD and crypto defaults.
Bernard Ogden
2013-10-24
1
-6
/
+13
*
Clean up char/numeric comparisons in ARM getTargetDefines
Bernard Ogden
2013-10-24
1
-6
/
+9
*
Teach clang driver about Cortex-A53 and Cortex-A57.
Bernard Ogden
2013-10-24
1
-1
/
+2
*
ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archs
Tim Northover
2013-10-24
1
-1
/
+3
*
Set the default hardware division features for ARM cpus. Also set it as defau...
Silviu Baranga
2013-10-21
1
-2
/
+17
*
Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...
Silviu Baranga
2013-10-21
1
-0
/
+16
*
[Mips] Define __mips_fpr and _MIPS_FPSET macros.
Simon Atanasyan
2013-10-18
1
-1
/
+11
*
Rename HandleTargetFeatures->handleTargetFeatures to match
Eric Christopher
2013-10-16
1
-11
/
+11
*
Add preprocessor support for powerpc vsx.
Eric Christopher
2013-10-16
1
-2
/
+34
*
Fix comments.
Eric Christopher
2013-10-16
1
-2
/
+2
*
Enabling 3DNow! prefetch instruction support for a few AMD processors in the
Yunzhong Gao
2013-10-16
1
-0
/
+11
*
Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 when
Nick Lewycky
2013-10-05
1
-2
/
+25
*
Fix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for ARM
Weiming Zhao
2013-09-30
1
-0
/
+7
*
Add character set related __STDC_* definitions.
Ed Schouten
2013-09-29
1
-0
/
+5
*
Adding -mtbm and -mno-tbm command line options to the clang front end for the
Yunzhong Gao
2013-09-24
1
-2
/
+13
*
[Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass
Simon Atanasyan
2013-09-24
1
-3
/
+13
*
[Mips] Allocate NaClTargetInfo for MIPSEL NaCl
Petar Jovanovic
2013-09-21
1
-0
/
+2
*
Add C intrinsics for Intel SHA Extensions
Ben Langmuir
2013-09-19
1
-2
/
+16
*
Use curly braces all the way through long if/else chain for consistency and r...
Craig Topper
2013-09-19
1
-14
/
+14
*
Disabling sse2 should disable aes and pclmul support.
Craig Topper
2013-09-19
1
-1
/
+1
*
[ARMv8] Add builtins for CRC instructions.
Joey Gouly
2013-09-18
1
-0
/
+3
*
Push contents of X86TargetInfo::setFeatureEnabled down to a static function c...
Craig Topper
2013-09-17
1
-85
/
+89
*
Mark setSSELevel/setMMXLevel/setXOPLevel as static since they don't access an...
Craig Topper
2013-09-17
1
-9
/
+9
*
Add error checking to reject neon_vector_type attribute on targets without NEON.
Amara Emerson
2013-09-16
1
-3
/
+1
*
Make F16C feature imply AVX. Matches GCC behavior.
Craig Topper
2013-09-16
1
-1
/
+4
*
Clean up some Triple usage in clang.
Cameron Esfahani
2013-09-14
1
-2
/
+2
*
Update Atom Silvermont (SLM) support by adding enabled features.
Preston Gurd
2013-09-13
1
-5
/
+9
*
Add more Cortex CPUs and tests
Renato Golin
2013-09-13
1
-4
/
+5
*
Fix Neon detection for Cortex-A class, plus adds some more CPUs to default fe...
Renato Golin
2013-09-13
1
-5
/
+8
*
Certain multi-platform languages, such as OpenCL, have the concept of
David Tweed
2013-09-13
1
-0
/
+4
[next]