aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Targets.cpp
AgeCommit message (Expand)Author
2009-11-21Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ke...Edward O'Callaghan
2009-11-19Added preliminary support step for PS3John Thompson
2009-11-17Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better doneDaniel Dunbar
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-17Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt...Daniel Dunbar
2009-11-17Move char-is-signed defaulting to driver, instead of usingDaniel Dunbar
2009-11-15Add MIPS support to Triple for Linux and the PSP. Credit to Bruno Cardoso Lopes.Edward O'Callaghan
2009-11-15Add TargetOptions and use it when constructing targets.Daniel Dunbar
2009-11-12do not store wchar/char16/char32/intmax width/alignment infoChris Lattner
2009-11-11Simplifiy target feature handling by coalescing all the logic intoDaniel Dunbar
2009-11-07teach the various targets what native integer types they have.Chris Lattner
2009-10-24Add a preprocessor define for adding a "near" section attribute for allowing Sanjiv Gupta
2009-10-18The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h he...Edward O'Callaghan
2009-10-15Disallow arbitrary custom inline asm constraints for msp430.Anton Korobeynikov
2009-10-14fix some cfstring related issues: Chris Lattner
2009-10-08"Someone pointed out that in my previous Targets.cpp patch I didn'tMike Stump
2009-09-27Handle Eli remark on mingw __declspec macro definitionCedric Venet
2009-09-23Factor Windows target into VS, MinGW and Cygwin variants.Daniel Dunbar
2009-09-23implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.Chris Lattner
2009-09-22Reconcile Clang/ARM target data string with llvm-gcc (module eabi weirdness).Daniel Dunbar
2009-09-17Fix typo.Mike Stump
2009-09-17ARM: Incremental improvement to preprocessor defines.Daniel Dunbar
2009-09-17Add ARM register names and aliases.Daniel Dunbar
2009-09-16fix some ppc register name issues, patch by Richard Pennington!Chris Lattner
2009-09-14Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that.Daniel Dunbar
2009-09-14ARM target tweaks.Daniel Dunbar
2009-09-11Swizzle the target triple based on -mthumb, and update clang-cc to recognizeDaniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-03Add basic support for -pthread.Daniel Dunbar
2009-08-24Remove TargetInfo::getTargetPrefix().Daniel Dunbar
2009-08-24Switch TargetInfo to store an llvm::Triple.Daniel Dunbar
2009-08-20Issue an error if the user specifies parameters in a function marked as ISR.Sanjiv Gupta
2009-08-19Add TCE target to clang; patch by Mikael Lepistö.Eli Friedman
2009-08-19Switch to SmallString::str from SmallString::c_str.Daniel Dunbar
2009-08-18Convert CreateTargetInfo to use a Triple instead of manul string munging.Daniel Dunbar
2009-08-17Support compilation for the blackfin back-endJakob Stoklund Olesen
2009-08-12use the new llvm::Triple parsing stuffola for handling darwin version #'s.Chris Lattner
2009-08-10fix a couple of problems with section attributes:Chris Lattner
2009-08-04Add armv7 support.Mike Stump
2009-07-16Hook in s390x stuff into clangAnton Korobeynikov
2009-07-16codegen string literals using private linkage now like llvm-gcc, eliminatingChris Lattner
2009-07-13add netbsd support, patch by Krister Kalfridsson!Chris Lattner
2009-07-08Correct FreeBSD target info, fixing PR4514.Duncan Sands
2009-07-07pic16 preproc defs.Sanjiv Gupta
2009-07-05More tweaks to types for OpenBSD. Patch by Jonathan Gray.Eli Friedman
2009-07-05Per PR4506, fix the type of size_t on OpenBSD.Eli Friedman
2009-07-03Add an intermediate typedef for __builtin_va_tag to make it a bit easier Eli Friedman
2009-07-01Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith.Douglas Gregor
2009-07-01Fix for PR4192: fix the definition of int64_t on x86_64 Linux.Eli Friedman
2009-06-30Reapply r74532, and inherit from OSTargetInfo instead of from Target.Torok Edwin