summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set UserLabelPrefix and MCountName correctly for DragonFly BSD. Patch by Sas...Eli Friedman2012-02-101-1/+12
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Use the new Triple::getMacOSXVersion function in another place.Bob Wilson2012-01-311-26/+5
* Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix.Nico Weber2012-01-311-1/+5
* Revert r149285, it breaks test/Preprocessor/init.c.Nico Weber2012-01-301-5/+1
* Fix "long double" and __SIZE_TYPE__ on powerpc.Nico Weber2012-01-301-1/+5
* Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor2012-01-301-1/+73
* Complain about attempts to use 'protected' visibility on targetsJohn McCall2012-01-291-0/+6
* Use defined-at-zero behavior for CLZ/CTZ builtins on PowerPC.Bob Wilson2012-01-281-0/+2
* Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455Bob Wilson2012-01-261-0/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
* fix for PR11655Anton Yartsev2012-01-171-0/+3
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-2/+0
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
* remove assertions in the Hexagon backend specific clang driverSebastian Pop2012-01-131-0/+12
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
* Fix -mfpu parsing on ARM.Evgeniy Stepanov2012-01-111-1/+1
* Add definitions for AMD's bobcat (aka btver1)Benjamin Kramer2012-01-101-2/+18
* Enable POPCNT and LZCNT with sse4a.Benjamin Kramer2012-01-101-1/+1
* Factor the repetitive cpu macro definition into a helper function.Benjamin Kramer2012-01-101-45/+23
* Merge AVX/AVX2 into the SSE level.Craig Topper2012-01-091-23/+12
* __FLT_EVAL_METHOD__ should be 1 on NetBSD/i386, since it defaults toJoerg Sonnenberger2012-01-061-1/+15
* Penryn doesn't support sse4.2, don't enable it in the first place.Benjamin Kramer2012-01-041-2/+1
* Add FMA4 feature flag. Intrinsics coming soon. Also make sse4a feature flag i...Craig Topper2011-12-301-7/+25
* Add popcnt feature flag to match gcc. This flag is implied when sse42 is enab...Craig Topper2011-12-291-4/+19
* Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with...Benjamin Kramer2011-12-281-0/+4
* Add BMI, BMI2, and LZCNT feature flags to enable adding intrinsics.Craig Topper2011-12-251-1/+47
* Add support for bitcasts to vector type in Evaluate.Eli Friedman2011-12-221-1/+10
* Bump suitable alignment on darwin ppc 32/64 and x86-32 to 16 bytes. I don'tNick Lewycky2011-12-211-1/+3
* objc-arc: bridge casts in non-objc-arc mode are ignord.Fariborz Jahanian2011-12-191-7/+0
* Add -mavx2 and -mno-avx2 command line support. Also add core-avx2 processor t...Craig Topper2011-12-171-2/+27
* Add the value of "suitably aligned" from the C++11 standard to Basic/TargetInfo.Nick Lewycky2011-12-161-1/+7
* Fix 80-column violation and whitespace. No functionality change.Nick Lewycky2011-12-161-2/+3
* gcov-style profiling support for OpenBSD. Patch by Jonathan Gray.Eli Friedman2011-12-151-1/+20
* Hexagon backend supportTony Linthicum2011-12-121-1/+134
* Misc Minix-specific changes to clang:Eli Friedman2011-12-081-0/+1
* Add support for AVX registers to clang inline asm. Add a small testcaseEric Christopher2011-12-021-0/+2
* When we're passing a vector with an illegal type through memory on x86-64, us...Eli Friedman2011-12-021-1/+5
* Add support for AMD's bulldozer.Benjamin Kramer2011-12-011-0/+26
* Make our handling of MMX x SSE closer to what gcc does:Rafael Espindola2011-11-271-11/+34
* AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs...James Molloy2011-11-231-0/+5
* Define some built-ins macros on mips32 platform, from Simon Atanasyan!Douglas Gregor2011-11-091-0/+4
* Move definitions of SizeType and PtrDiffType to Mips32TargetInfoBase.Akira Hatanaka2011-11-051-5/+5
* Fix various minor issues find via unreachable code warnings, fromDouglas Gregor2011-11-021-0/+2
* In x86_64, when calling an Objective-C method that returns a _Complex long do...Anders Carlsson2011-10-311-0/+3
* Add support for sse4a and enable it for amdfam10 cpu.Roman Divacky2011-10-301-3/+9
* Add support for amdfam10 cpu.Roman Divacky2011-10-301-0/+9
* Remove the Blackfin backend.Dan Gohman2011-10-251-79/+0
* Remove the SystemZ backend.Dan Gohman2011-10-241-63/+0
* Make changes necessary for N32/64 ABI conformance.Akira Hatanaka2011-10-221-9/+25
OpenPOWER on IntegriCloud