summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fariborz points out that weak is now defined to the attribute evenChris Lattner2009-04-071-6/+6
* The __weak and __strong defines are common to all darwin targetsChris Lattner2009-04-071-6/+16
* Provide sema proper values of maximal number of arguments passed in registers.Anton Korobeynikov2009-04-031-0/+2
* Add target hook for setting symbol prefix and section of unicodeDaniel Dunbar2009-04-031-0/+16
* Add Target hooks for IRgen of [cf]string literals.Daniel Dunbar2009-03-311-0/+18
* Fix the default for intptr_t on *BSD x86-32 and Windows. Slight cleanup Eli Friedman2009-03-291-14/+7
* Ad FreeBSD ARM target info.Daniel Dunbar2009-03-231-0/+15
* refactor some code, fixing a problem discovered by the dragonfly bsd people, ...Chris Lattner2009-03-201-19/+31
* pass langoptions around.Chris Lattner2009-03-201-9/+10
* pass LangOptions into TargetInfo::getTargetDefines, so that targetsChris Lattner2009-03-201-33/+53
* implement support for propagating *features* down to the code generatorChris Lattner2009-03-031-8/+41
* Add plumbing to support programatically defining __SSE2__ and friends,Chris Lattner2009-03-021-6/+27
* minor cleanups to target-specific #defines, no functionality change.Chris Lattner2009-03-021-95/+80
* improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner2009-03-021-0/+14
* TargetInfo::validateAsmConstraint now takes a reference to the full constrain...Anders Carlsson2009-02-281-9/+9
* Minor refactoring.Fariborz Jahanian2009-02-241-3/+2
* patch for two things.Fariborz Jahanian2009-02-241-2/+3
* add support for amd64-*, patch by Brooks Davis!Chris Lattner2009-02-201-1/+1
* Supply the header corresponding to a library builtin as a separate argument t...Douglas Gregor2009-02-161-2/+5
* Add -ffreestanding to suppress the implicit declaration of library builtins l...Douglas Gregor2009-02-141-2/+2
* Define __ELF__ on FreeBSD. Patch by Roman Divacky!Anton Korobeynikov2009-02-141-1/+1
* Define __ELF__ for linux systems.Argyrios Kyrtzidis2009-02-141-0/+1
* Give TargetInfo a new IntPtrType to hold the intptr_t type forChris Lattner2009-02-131-0/+2
* Make nonfragile-abi the default for darwin's 64bitFariborz Jahanian2009-02-121-1/+5
OpenPOWER on IntegriCloud