aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Targets.cpp
AgeCommit message (Expand)Author
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-22Make changes necessary for N32/64 ABI conformance.Akira Hatanaka
2011-10-18Use llvm::Triple's methods to parse FreeBSD version numbers.Benjamin Kramer
2011-10-15Place static initializers on linux into the ".text.startup" section, so the l...Benjamin Kramer
2011-10-14Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman
2011-10-12Add target info for Linux on PPC & Sparc.Anton Korobeynikov
2011-10-11Allow regparm attribute for PNaCl targetDavid Meyer
2011-10-11Fixed natural stack alignment for Linux x86-32. Thanks Eli.Lang Hames
2011-10-10Update target data strings for ARM and X86 to include the natural stackLang Hames
2011-10-07Add address spaces for TCE target. Patch by Pekka Jääskeläinen.Eli Friedman
2011-10-03PTX: Add some basic support for OpenCL address spacesJustin Holewinski
2011-09-28Fix a typo spotted by Jonathan Sauer.Chandler Carruth
2011-09-28Attempt to silence the GCC -Wreturn-type warning...Chandler Carruth
2011-09-28Generate tests for all of the x86 SIMD instruction feature setChandler Carruth
2011-09-28Fix a think-o on my part that got enshrined in a FIXME by setting up theChandler Carruth
2011-09-28Move some of the defines down to more natural locations, consolidatingChandler Carruth
2011-09-28Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode.Chandler Carruth
2011-09-28Simplify the control flow for predefined macro selection by usingChandler Carruth
2011-09-28Switch the X86TargetInfo object from a string representation of theChandler Carruth
2011-09-28Introduce an enumeration for the x86 CPUs recognized by Clang. I'veChandler Carruth
2011-09-28Clean up a bit of the uses of CPU in the TargetInfo classes. This makesChandler Carruth
2011-09-28Begin fixing Clang's predefined macros for various architectures. ThisChandler Carruth
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-23Fix missing includes for llvm_unreachableDavid Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-22PTX: Clean up target options codeJustin Holewinski
2011-09-20Define Mips64 TargetInfo classes.Akira Hatanaka
2011-09-20Clean up TargetInfo class hierarchy. Define a base class from which TargetInfosAkira Hatanaka
2011-09-20Clarify PNaCl target characteristics: set LongDoubleWidth, PtrDiffType, IntPt...Ivan Krasin
2011-09-17Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet
2011-09-15PTX: Define target optionsJustin Holewinski
2011-09-14Add comment.Akira Hatanaka
2011-09-13O64 will not be supported.Akira Hatanaka
2011-09-13mips*-*-psp is no longer supported as a target.Akira Hatanaka
2011-09-13Switch LangOptions over to a .def file that describes header of theDouglas Gregor
2011-08-29Clang/PNaCl: Improve test coverage for PNaClTargetInfo (type aligns), fixes n...Ivan Krasin
2011-08-25PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update t...Ivan Krasin
2011-08-24Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted wron...Ivan Krasin
2011-08-24Add PNaCl TargetInfo.Ivan Krasin
2011-08-18"-mavx" should also enable all other SSE levels.Bruno Cardoso Lopes
2011-08-04Additional comments and whitespace.Chad Rosier
2011-08-04Add partial support for using anonymous bitfields (e.g., int : 0) to enforce Chad Rosier
2011-07-31Remove dead code flagged by GCC's -Wunused-but-set-variable.Benjamin Kramer
2011-07-29Add support for the 'Q' arm memory constraint.Eric Christopher
2011-07-26After further discussion it has been determined that alignof should report Chad Rosier
2011-07-25Allow target to specify about using minimum alignment vs preferred. Takes ca...Chad Rosier
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-21Define the _MIPS_SIM builtin macro on MIPS platforms. Patch by Robert Millan!Bruno Cardoso Lopes
2011-07-19Refactor r135502 to avoid an empty if else condition, per Eric's suggestion (...Chad Rosier