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
*
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
*
[SystemZ] Add -march= command-line option
Richard Sandiford
2013-07-19
1
-0
/
+11
*
[PowerPC] FreeBSD does not require f128 in its data layout string.
Bill Schmidt
2013-07-03
1
-1
/
+1
*
Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width.
Roman Divacky
2013-07-03
1
-1
/
+2
*
Fix MSP430 builtin types.
Anton Korobeynikov
2013-07-01
1
-3
/
+3
*
Driver: Push triple objects around instead of going to std::string all the time.
Benjamin Kramer
2013-06-29
1
-306
/
+275
*
Add support for passing v8fp options via -mfpu.
Joey Gouly
2013-06-27
1
-1
/
+1
*
Add support for passing '-target armv8' through the Driver.
Joey Gouly
2013-06-26
1
-0
/
+1
*
Fix a couple of PPC predefined macros that I spotted while driving by
Chandler Carruth
2013-06-25
1
-2
/
+2
*
[NVPTX] Add NVPTX register constraints
Justin Holewinski
2013-06-21
1
-3
/
+12
*
size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459>
Bob Wilson
2013-06-18
1
-0
/
+3
*
Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt.
Rafael Espindola
2013-06-17
1
-1
/
+3
*
Emit native implementations of atomic operations on FreeBSD/armv6.
Ed Schouten
2013-06-15
1
-2
/
+2
*
Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337>
Bob Wilson
2013-06-03
1
-2
/
+1
*
OpenBSD/sparc64 uses long long for int64_t and intmax_t.
Jakob Stoklund Olesen
2013-05-19
1
-3
/
+10
*
fix PR 15726: ptrdiff_t should be int on PowerPC Darwin
David Fang
2013-05-16
1
-0
/
+1
*
Use correct types for SPARC v9.
Jakob Stoklund Olesen
2013-05-15
1
-0
/
+5
*
Use atomic instructions on linux thumb v7.
Rafael Espindola
2013-05-14
1
-3
/
+17
*
Use atomic instructions on ARM linux.
Rafael Espindola
2013-05-13
1
-1
/
+16
*
Add SystemZ support
Ulrich Weigand
2013-05-06
1
-0
/
+102
*
AArch64: teach Clang about __clear_cache intrinsic
Tim Northover
2013-05-04
1
-2
/
+12
*
Add support for -march=btver2.
Benjamin Kramer
2013-05-03
1
-0
/
+15
*
Add some more required SPARC v9 predefined macros.
Jakob Stoklund Olesen
2013-04-24
1
-0
/
+9
*
Add support for sparcv9 targets.
Jakob Stoklund Olesen
2013-04-16
1
-13
/
+61
*
[Mips] Support -mmicromips / -mno-micromips command line options.
Simon Atanasyan
2013-04-14
1
-1
/
+10
*
[Mips] Follow-up to r179481. Consider "single-float" as a separate
Simon Atanasyan
2013-04-14
1
-6
/
+8
*
The PNaCl target no longer permits __attribute__((regparm)).
Eli Bendersky
2013-04-08
1
-2
/
+2
*
AArch64: bring predefines in line with most recent ACLE document
Tim Northover
2013-04-05
1
-16
/
+16
[next]