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
*
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
*
Fix a bug where -msse followed by -mno-sse would leave MMX enabled.
Craig Topper
2013-09-11
1
-2
/
+4
*
Delete unused static class members
Alexey Samsonov
2013-09-10
1
-2
/
+0
*
Separate popcnt and sse4.2 feature control somewhat to match gcc behavior.
Craig Topper
2013-09-10
1
-2
/
+11
*
Fix the profile of the function (fix commit 190048)
Sylvestre Ledru
2013-09-05
1
-2
/
+1
*
Fix bug #17104 - Target info for GNU/kFreeBSD were missing.
Sylvestre Ledru
2013-09-05
1
-0
/
+28
*
Add support for -march=slm, aka Intel Atom Silvermont.
Benjamin Kramer
2013-08-30
1
-0
/
+7
*
Add ms_abi and sysv_abi attribute handling.
Charles Davis
2013-08-30
1
-1
/
+8
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
1
-3
/
+1
*
R600: Add local address pointer size to DataLayout
Tom Stellard
2013-08-27
1
-0
/
+1
*
Update now that llvm uses the same feature names as the driver.
Rafael Espindola
2013-08-23
1
-18
/
+14
*
Move -mfpmath handling to -cc1 and implement it for x86.
Rafael Espindola
2013-08-21
1
-9
/
+87
*
Remove dead code.
Rafael Espindola
2013-08-21
1
-10
/
+0
*
Move the logic for selecting the last feature in the command line to the driver.
Rafael Espindola
2013-08-21
1
-16
/
+0
*
Don't disable SSE4A when disabling AVX.
Rafael Espindola
2013-08-21
1
-1
/
+1
*
Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU.
Craig Topper
2013-08-21
1
-6
/
+40
*
Replace avx-512 with avx512f to match llvm side and what gcc patches appear t...
Craig Topper
2013-08-21
1
-10
/
+10
*
Centralize the logic for handling -m* options and fix pr16943.
Rafael Espindola
2013-08-20
1
-24
/
+20
*
Remove duplicated error checking.
Rafael Espindola
2013-08-20
1
-111
/
+11
*
Remove dead code.
Rafael Espindola
2013-08-20
1
-17
/
+0
*
Refactor the x86 feature handling.
Rafael Espindola
2013-08-20
1
-185
/
+193
*
Change 'avx512' to 'avx-512' to match llvm backend.
Craig Topper
2013-08-20
1
-16
/
+16
*
Add AVX-512 feature flag and knl cpu to clang.
Craig Topper
2013-08-20
1
-14
/
+49
*
Revert r188756 because some other changes snuck in with it.
Craig Topper
2013-08-20
1
-49
/
+14
*
Add AVX-512 feature flag and knl cpu to clang.
Craig Topper
2013-08-20
1
-14
/
+49
*
Bump the value of the __APPLE_CC__ predefined macro up to 6000.
Bob Wilson
2013-08-19
1
-1
/
+1
*
Add XCore target
Robert Lytton
2013-08-13
1
-0
/
+61
*
[Mips] MSA frontend option support
Jack Carter
2013-08-12
1
-2
/
+10
*
AArch64: initial NEON support
Tim Northover
2013-08-01
1
-3
/
+36
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-4
/
+25
*
Remove the mblaze backend from clang.
Rafael Espindola
2013-07-25
1
-134
/
+0
[next]