summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel2013-02-011-2/+20
* Enable -fno-altivec, -mno-altivec for PowerPC.Bill Schmidt2013-02-011-0/+31
* Add support for AArch64 target.Tim Northover2013-01-311-0/+188
* First pass at abstracting out a class for the target C++ ABI.John McCall2013-01-251-1/+4
* PowerPC: fix __builtin_eh_return_data_regno returnAdhemerval Zanella2013-01-221-0/+5
* [mips] Enable inlining of atomic ops on mips32 and mips64.Akira Hatanaka2013-01-181-0/+2
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei2013-01-101-1/+3
* [mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka2013-01-051-6/+6
* Correct Hexagon DataLayout string. Fixes bug 14744.Anshuman Dasgupta2013-01-021-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
OpenPOWER on IntegriCloud