summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for -march=bdver4.Benjamin Kramer2014-05-021-0/+10
* [ARM64/AArch64] Define the correct value for __ARM_NEON_FPBradley Smith2014-05-021-2/+2
* [ARM64/AArch64] Hook up CRC32 subtarget feature to the driverBradley Smith2014-05-021-0/+14
* Bitrig now supports TLS, so enable TLS support when targeting it. Patch by Pa...Richard Smith2014-05-011-1/+0
* LLVM supports TLS on Windows and we can use it from ClangReid Kleckner2014-04-291-2/+0
* [mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type()Daniel Sanders2014-04-241-0/+2
* [mips] Correct size_t and ptrdiff_t for N32.Daniel Sanders2014-04-241-10/+22
* [ARM64] Change inline assembly constraints to be more lax, to match the behav...James Molloy2014-04-231-30/+21
* Try to fix bad Twine usage in r206791 with std::stringReid Kleckner2014-04-211-1/+3
* MinGW: Define __stdcall&co when -fms-extensions is disabledReid Kleckner2014-04-211-22/+27
* [ARM64] Teach Targets.cpp about Cortex-A53 and Cortex-A57, and enable more te...James Molloy2014-04-171-0/+1
* Revert "Move -fms-extensions predefined macros into InitPreprocessor"Reid Kleckner2014-04-161-0/+13
* Move -fms-extensions predefined macros into InitPreprocessorReid Kleckner2014-04-161-13/+0
* [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...James Molloy2014-04-161-18/+27
* [ARM64] Fix up predefines, including adding big endian support to Targets.cppJames Molloy2014-04-161-21/+78
* [SystemZ] Don't indent SystemZTargetInfo relative to its namespaceRichard Sandiford2014-04-101-91/+91
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-041-5/+96
* Basic: rename VisualStudio to WindowsSaleem Abdulrasool2014-04-041-6/+6
* [PowerPC] Make -pg generate calls to _mcount not mcountHal Finkel2014-03-301-0/+10
* ARM64: initial clang support commit.Tim Northover2014-03-291-6/+311
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-33/+110
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-271-11/+23
* From Matt Thomas: use long long for [u]int64_t and [u]intmax_t onJoerg Sonnenberger2014-03-261-5/+9
* [PPC64LE] Add a CALL_ELF macro to indicate use of the ELFv2 ABI.Will Schmidt2014-03-241-0/+1
* Update DataLayout/DescriptionString for ppc64leWill Schmidt2014-03-241-2/+7
* AArch64_BE test case for predefined macrosChristian Pirker2014-03-241-3/+2
* De-virtualize a method since it doesn't override anything and isn't overridde...Craig Topper2014-03-111-2/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-364/+363
* Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacrosRobert Lytton2014-03-101-12/+0
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Update for LLVM API changeSaleem Abdulrasool2014-03-061-1/+1
* Add a PPC inline asm constraint type for single CR bitsHal Finkel2014-03-021-0/+15
* Give sparcv9 the ability to set the target cpu. Change it from acceptingRoman Divacky2014-02-251-0/+16
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-251-6/+49
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-241-0/+3
* [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders2014-02-201-0/+7
* ARM: implement support for crypto intrinsics in arm_neon.hTim Northover2014-02-031-0/+8
* NetBSD uses signed wchar_t on AArch64. It also wants __LITTLE_ENDIAN__ /Joerg Sonnenberger2014-02-021-0/+11
* ARM & AArch64: share the BI__builtin_neon enum defs.Tim Northover2014-01-301-0/+14
* SPARCv9 supports atomic operations up to 64 bits.Jakob Stoklund Olesen2014-01-301-0/+1
* Cortex-M3 and Cortex-M4 should not enable hwdiv-arm (committing again, with a...Artyom Skrobov2014-01-291-2/+3
* Revert "Cortex-M3 and Cortex-M4 should not enable hwdiv-arm"Reid Kleckner2014-01-271-3/+2
* Cortex-M3 and Cortex-M4 should not enable hwdiv-armArtyom Skrobov2014-01-271-2/+3
* XCore target exception handlingRobert Lytton2014-01-271-0/+4
* [Mips] Fix __mips macro definition.Simon Atanasyan2014-01-271-1/+7
* [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...Simon Atanasyan2014-01-271-2/+2
* Fix r195149. Triple should correctly reflect that target. If it contains ios,Evan Cheng2014-01-261-31/+25
* Use canonical spelling of NetBSDJoerg Sonnenberger2014-01-261-1/+1
OpenPOWER on IntegriCloud