summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hook in s390x stuff into clangAnton Korobeynikov2009-07-161-0/+69
* codegen string literals using private linkage now like llvm-gcc, eliminatingChris Lattner2009-07-161-8/+0
* add netbsd support, patch by Krister Kalfridsson!Chris Lattner2009-07-131-0/+23
* Correct FreeBSD target info, fixing PR4514.Duncan Sands2009-07-081-1/+3
* pic16 preproc defs.Sanjiv Gupta2009-07-071-0/+5
* More tweaks to types for OpenBSD. Patch by Jonathan Gray.Eli Friedman2009-07-051-1/+14
* Per PR4506, fix the type of size_t on OpenBSD.Eli Friedman2009-07-051-1/+12
* Add an intermediate typedef for __builtin_va_tag to make it a bit easier Eli Friedman2009-07-031-1/+2
* Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith.Douglas Gregor2009-07-011-5/+5
* Fix for PR4192: fix the definition of int64_t on x86_64 Linux.Eli Friedman2009-07-011-2/+15
* Reapply r74532, and inherit from OSTargetInfo instead of from Target.Torok Edwin2009-06-301-353/+183
* Revert 74532 till I figure out why it breaks a bunch of tests.Torok Edwin2009-06-301-183/+353
* Use templates instead of creating a new class for each OS/Target combination.Torok Edwin2009-06-301-353/+183
* Use true/false instead of 1/0.Daniel Dunbar2009-06-291-4/+4
* Don't define __KPRINTF_ATTRIBUTE__ unconditionally on OpenBSD.Daniel Dunbar2009-06-291-1/+0
* OpenBSD support.Daniel Dunbar2009-06-291-0/+46
* Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling2009-06-281-1/+1
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-3/+6
* fix the type of wchar_t for windows, PR4417Chris Lattner2009-06-241-1/+1
* __APPLE_CC__ should only be set when building for darwin targets.Chris Lattner2009-06-231-0/+1
* move the various builtins stuff from libast to libbasic. ThisChris Lattner2009-06-141-5/+4
* Add stack alignment to x86_64 target data.Daniel Dunbar2009-06-081-1/+1
* Minor tweaks to the Windows target.Eli Friedman2009-06-081-0/+4
* PR4346: add "R" asm register constraint.Eli Friedman2009-06-081-0/+1
* Misc minor fixes for clang for the Windows target.Eli Friedman2009-06-081-3/+12
* Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman2009-06-051-3/+9
* Move a couple Darwin-specific defines into getDarwinDefines.Eli Friedman2009-06-041-0/+5
* Back out r72764; I should have looked more carefully before committing Eli Friedman2009-06-031-7/+0
* PR3678: Add support for "Yt" asm register constraint.Eli Friedman2009-06-031-0/+7
* Add floating point details to PIC16 Target.Sanjiv Gupta2009-06-021-1/+11
* Add a couple missing ARM defines.Eli Friedman2009-05-291-0/+2
* A few more tweaks for Solaris; please correct me if it's wrong somehow.Eli Friedman2009-05-221-7/+10
* Improve target support for Solaris.Douglas Gregor2009-05-211-4/+42
* Targets without long long should reduce the size of intmax_t Eli Friedman2009-05-161-0/+2
* Provide dummy va_list typedef for msp430Anton Korobeynikov2009-05-081-1/+1
* Handle -march for the LLVM recognized cpu names.Daniel Dunbar2009-05-061-10/+35
* More x86 target feature support.Daniel Dunbar2009-05-061-4/+58
* Tweak x86 -mcpu defaults.Daniel Dunbar2009-05-061-0/+3
* Improve handling of (X86) target features.Daniel Dunbar2009-05-061-45/+52
* Hook msp430 inAnton Korobeynikov2009-05-031-0/+73
* Whitespace cleanupAnton Korobeynikov2009-05-031-139/+138
* change TargetInfo::ConstraintInfo to be a struct that containsChris Lattner2009-04-261-6/+6
* some arm triples have weird characters in them, just fuzzy matchChris Lattner2009-04-231-7/+11
* Pass and return aggregate types directly to function calls.Sanjiv Gupta2009-04-211-1/+1
* Add target property for whether thread-local storage is supported. Eli Friedman2009-04-191-3/+9
* actually just do this on all x86 targets, it won't hurtChris Lattner2009-04-191-10/+5
* Define __NO_MATH_INLINES on linux/x86 so that we don't get inlineChris Lattner2009-04-191-0/+10
* Support -miphoneos-version-min in clang-cc.Daniel Dunbar2009-04-101-25/+79
* remove fixme!Chris Lattner2009-04-081-2/+0
* Add basic support for arm static analysis checking. Radar 6699395Mike Stump2009-04-081-3/+33
OpenPOWER on IntegriCloud