summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use llvm::Triple's methods to parse FreeBSD version numbers.Benjamin Kramer2011-10-181-4/+5
* Place static initializers on linux into the ".text.startup" section, so the l...Benjamin Kramer2011-10-151-0/+4
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-141-0/+18
* Add target info for Linux on PPC & Sparc.Anton Korobeynikov2011-10-121-0/+6
* Allow regparm attribute for PNaCl targetDavid Meyer2011-10-111-0/+1
* Fixed natural stack alignment for Linux x86-32. Thanks Eli.Lang Hames2011-10-111-1/+1
* Update target data strings for ARM and X86 to include the natural stackLang Hames2011-10-101-9/+9
* Add address spaces for TCE target. Patch by Pekka Jääskeläinen.Eli Friedman2011-10-071-0/+7
* PTX: Add some basic support for OpenCL address spacesJustin Holewinski2011-10-031-0/+6
* Fix a typo spotted by Jonathan Sauer.Chandler Carruth2011-09-281-1/+1
* Attempt to silence the GCC -Wreturn-type warning...Chandler Carruth2011-09-281-0/+1
* Generate tests for all of the x86 SIMD instruction feature setChandler Carruth2011-09-281-4/+6
* Fix a think-o on my part that got enshrined in a FIXME by setting up theChandler Carruth2011-09-281-1/+3
* Move some of the defines down to more natural locations, consolidatingChandler Carruth2011-09-281-10/+10
* Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode.Chandler Carruth2011-09-281-2/+59
* Simplify the control flow for predefined macro selection by usingChandler Carruth2011-09-281-27/+26
* Switch the X86TargetInfo object from a string representation of theChandler Carruth2011-09-281-57/+179
* Introduce an enumeration for the x86 CPUs recognized by Clang. I'veChandler Carruth2011-09-281-0/+124
* Clean up a bit of the uses of CPU in the TargetInfo classes. This makesChandler Carruth2011-09-281-11/+6
* Begin fixing Clang's predefined macros for various architectures. ThisChandler Carruth2011-09-281-6/+101
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-1/+1
* Fix missing includes for llvm_unreachableDavid Blaikie2011-09-231-0/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-2/+2
* PTX: Clean up target options codeJustin Holewinski2011-09-221-79/+27
* Define Mips64 TargetInfo classes.Akira Hatanaka2011-09-201-0/+144
* Clean up TargetInfo class hierarchy. Define a base class from which TargetInfosAkira Hatanaka2011-09-201-126/+122
* Clarify PNaCl target characteristics: set LongDoubleWidth, PtrDiffType, IntPt...Ivan Krasin2011-09-201-7/+5
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-171-4/+4
* PTX: Define target optionsJustin Holewinski2011-09-151-0/+89
* Add comment.Akira Hatanaka2011-09-141-0/+1
* O64 will not be supported.Akira Hatanaka2011-09-131-5/+0
* mips*-*-psp is no longer supported as a target.Akira Hatanaka2011-09-131-4/+0
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-1/+1
* Clang/PNaCl: Improve test coverage for PNaClTargetInfo (type aligns), fixes n...Ivan Krasin2011-08-291-0/+2
* PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update t...Ivan Krasin2011-08-251-0/+7
* Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted wron...Ivan Krasin2011-08-241-1/+6
* Add PNaCl TargetInfo.Ivan Krasin2011-08-241-0/+72
* "-mavx" should also enable all other SSE levels.Bruno Cardoso Lopes2011-08-181-1/+2
* Additional comments and whitespace.Chad Rosier2011-08-041-1/+2
* Add partial support for using anonymous bitfields (e.g., int : 0) to enforce Chad Rosier2011-08-041-0/+10
* Remove dead code flagged by GCC's -Wunused-but-set-variable.Benjamin Kramer2011-07-311-3/+0
* Add support for the 'Q' arm memory constraint.Eric Christopher2011-07-291-1/+4
* After further discussion it has been determined that alignof should report Chad Rosier2011-07-261-4/+2
* Allow target to specify about using minimum alignment vs preferred. Takes ca...Chad Rosier2011-07-251-2/+4
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-12/+12
OpenPOWER on IntegriCloud