summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-251-1/+2
* Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet2012-12-211-0/+2
* Targets.cpp: [cygwin] Add the predefined macro "_X86_", according to newer ve...NAKAMURA Takumi2012-12-141-0/+1
* Remove little endian specification from SPIR data layout - SPIR doesn't defin...Guy Benyei2012-12-131-2/+2
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-131-1/+3
* Add SPIR32/SPIR64 targets to ClangGuy Benyei2012-12-111-0/+98
* Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman2012-12-091-4/+4
* long double should be 64 bits on FreeBSD/MIPS64. It possibly should be onDavid Chisnall2012-12-081-0/+4
* Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClientEli Bendersky2012-12-041-4/+4
* Don't emit a warning with an input/output parameter. We assume the user knows...Bill Wendling2012-11-301-1/+3
* Don't warn if the input size is less than the register size. Also don't warn ifBill Wendling2012-11-301-1/+3
* Add ARM cortex-a5 subtargetQuentin Colombet2012-11-291-1/+1
* Revert commit revision r168953, to change the commit message, which was emptyQuentin Colombet2012-11-291-1/+1
* (no commit message)Quentin Colombet2012-11-291-1/+1
* Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman2012-11-271-0/+1
* Add missing "break". Thanks to Craig for spotting it.Eli Friedman2012-11-261-0/+1
* Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64.Benjamin Kramer2012-11-171-1/+6
* Add missing features for misc x86 CPUs to CPU feature translation. Patch by ...Eli Friedman2012-11-171-1/+14
* Clean up X86 target feature translation code slightly. No intended functiona...Eli Friedman2012-11-171-14/+3
* Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor2012-11-161-15/+15
* Remove the cellspu port.Eric Christopher2012-11-141-9/+5
* The register constraint could mean a 16- or 8-bit register.Bill Wendling2012-11-121-1/+1
* Check that the input size is correct for the given constraint.Bill Wendling2012-11-121-0/+13
* Add clang support of RTM from TSXMichael Liao2012-11-101-3/+19
* Set TLSSupported to false on Haiku.Benjamin Kramer2012-11-081-0/+1
* Rename LangOptions members for address sanitizer and thread sanitizer fromRichard Smith2012-11-051-1/+1
* This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt2012-10-291-3/+10
* Recommit Eric's code to validate ASM string's constraints and modifiers.Bill Wendling2012-10-251-0/+24
* Modify the targets to set appropriate calling convention defaults and C varia...David Tweed2012-10-251-3/+3
* Revert r166647 to rethink the patch...Bill Wendling2012-10-251-23/+0
* Add some support for diagnosing possibly mismatched constraint, type size andBill Wendling2012-10-251-0/+23
* Fix pre-commit refacto failure.Daniel Dunbar2012-10-221-1/+1
* driver/Darwin: Follow up to last patch, M-class CPUs are AAPCS but not EABI.Daniel Dunbar2012-10-221-1/+3
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-161-4/+8
OpenPOWER on IntegriCloud