summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define the _MIPS_SIM builtin macro on MIPS platforms. Patch by Robert Millan!Bruno Cardoso Lopes2011-07-211-1/+19
* Refactor r135502 to avoid an empty if else condition, per Eric's suggestion (...Chad Rosier2011-07-191-4/+8
* Clang asserts "Invalid environment!" when using -ccc-host-triple Chad Rosier2011-07-191-0/+4
* simplifyChris Lattner2011-07-141-1/+1
* StringMap::first() is about to start returning a StringRef, adapt.Chris Lattner2011-07-141-1/+2
* Disable avx feature from corei7-avx, and use -mavx for now. Right now, if -ma...Bruno Cardoso Lopes2011-07-111-1/+1
* Enable "avx" feature, so it can be seen by llvmBruno Cardoso Lopes2011-07-111-1/+1
* Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul...Eli Friedman2011-07-081-37/+53
* Fix a FIXME in clang ARM driver that was exposed as a bug with ARM backendEvan Cheng2011-07-081-11/+2
* Fix a typo in the fpsr register and add the fpcr register.Eric Christopher2011-07-071-5/+5
* FreeBSD gets FreeBSD target, just mipsel.Joerg Sonnenberger2011-07-071-1/+1
* Fix C&P errorJoerg Sonnenberger2011-07-061-1/+1
* Remove unused member of Builtin::Info.Eli Friedman2011-07-051-8/+8
* Hook up mipsel-netbsd and mipsel-freebsd for OS specific handling.Joerg Sonnenberger2011-07-051-4/+11
* Use OS-specific configuration for mips-netbsd and mips-freebsd.Joerg Sonnenberger2011-07-051-4/+11
* Don't define _BIG_ENDIAN for NetBSD/PowerPC.Joerg Sonnenberger2011-07-051-1/+2
* Fix indentationJoerg Sonnenberger2011-07-051-3/+3
* Add explicit default case for -Wswitch-enum.Joerg Sonnenberger2011-07-041-0/+2
* Use switch(os) style consistently. Add a bunch of NetBSD branches.Joerg Sonnenberger2011-07-041-10/+27
* On PowerPC, both FreeBSD and NetBSD use ints for (s)size_tJoerg Sonnenberger2011-07-041-1/+5
* Update for llvm commit r134291.Eric Christopher2011-07-021-1/+2
OpenPOWER on IntegriCloud