summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [SystemZ] Add -march= command-line optionRichard Sandiford2013-07-191-0/+11
* [PowerPC] FreeBSD does not require f128 in its data layout string.Bill Schmidt2013-07-031-1/+1
* Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width.Roman Divacky2013-07-031-1/+2
* Fix MSP430 builtin types.Anton Korobeynikov2013-07-011-3/+3
* Driver: Push triple objects around instead of going to std::string all the time.Benjamin Kramer2013-06-291-306/+275
* Add support for passing v8fp options via -mfpu.Joey Gouly2013-06-271-1/+1
* Add support for passing '-target armv8' through the Driver.Joey Gouly2013-06-261-0/+1
* Fix a couple of PPC predefined macros that I spotted while driving byChandler Carruth2013-06-251-2/+2
* [NVPTX] Add NVPTX register constraintsJustin Holewinski2013-06-211-3/+12
* size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459>Bob Wilson2013-06-181-0/+3
* Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt.Rafael Espindola2013-06-171-1/+3
* Emit native implementations of atomic operations on FreeBSD/armv6.Ed Schouten2013-06-151-2/+2
* Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337>Bob Wilson2013-06-031-2/+1
* OpenBSD/sparc64 uses long long for int64_t and intmax_t.Jakob Stoklund Olesen2013-05-191-3/+10
* fix PR 15726: ptrdiff_t should be int on PowerPC DarwinDavid Fang2013-05-161-0/+1
* Use correct types for SPARC v9.Jakob Stoklund Olesen2013-05-151-0/+5
* Use atomic instructions on linux thumb v7.Rafael Espindola2013-05-141-3/+17
* Use atomic instructions on ARM linux.Rafael Espindola2013-05-131-1/+16
* Add SystemZ supportUlrich Weigand2013-05-061-0/+102
* AArch64: teach Clang about __clear_cache intrinsicTim Northover2013-05-041-2/+12
* Add support for -march=btver2.Benjamin Kramer2013-05-031-0/+15
* Add some more required SPARC v9 predefined macros.Jakob Stoklund Olesen2013-04-241-0/+9
* Add support for sparcv9 targets.Jakob Stoklund Olesen2013-04-161-13/+61
* [Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan2013-04-141-1/+10
* [Mips] Follow-up to r179481. Consider "single-float" as a separateSimon Atanasyan2013-04-141-6/+8
* The PNaCl target no longer permits __attribute__((regparm)).Eli Bendersky2013-04-081-2/+2
* AArch64: bring predefines in line with most recent ACLE documentTim Northover2013-04-051-16/+16
* Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.Michael J. Spencer2013-04-041-0/+8
* R600: Add missing Southern Islands GPU to setCPU() functionTom Stellard2013-04-011-1/+1
* Remove old NVPTX cpus and add new NVPTX cpusJustin Holewinski2013-03-301-1/+8
* Add support for gcc-compatible -mfprnd -mno-fprnd PPC optionsHal Finkel2013-03-301-2/+2
* Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao2013-03-291-1/+16
* Add support for gcc-compatible -mpopcntd -mno-popcntd PPC optionsHal Finkel2013-03-281-1/+2
* Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC optionsHal Finkel2013-03-281-1/+1
* Add PRFCHW intrinsic supportMichael Liao2013-03-261-2/+17
* Remove driver support for Hexagon V2 and V3Matthew Curtis2013-03-121-2/+0
* Add 'e' to the SPIR data layout - SPIR is little endian for now.Guy Benyei2013-03-071-4/+12
* Mips specific inline assembler constraint 'R'Jack Carter2013-03-051-1/+1
* Tidy up lists of Cortex-A series processors, adding entries for A7.Bob Wilson2013-03-041-2/+3
* Mips specific inline assembler constraint 'R'Jack Carter2013-03-041-0/+3
* R600: Use the GPU type to determine the correct DataLayout v2Tom Stellard2013-03-041-8/+101
* [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64Simon Atanasyan2013-02-271-9/+19
* Implement __builtin_eh_return_data_regno() for ARM and MIPS.Logan Chien2013-02-231-0/+12
* Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne2013-02-231-2/+5
* Add support for coldcc to clangPeter Collingbourne2013-02-221-5/+2
* Revert "intmax_t is long long on Darwin, not long."Jordan Rose2013-02-201-2/+0
* intmax_t is long long on Darwin, not long.Jordan Rose2013-02-201-0/+2
* AArch64: add atomic support parameters to TargetInfoTim Northover2013-02-181-0/+4
* Add some missing PPC cpusBill Schmidt2013-02-011-9/+85
* Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst...Hal Finkel2013-02-011-1/+3
OpenPOWER on IntegriCloud