aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/TargetInfo.h
AgeCommit message (Expand)Author
2009-11-17Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better doneDaniel Dunbar
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-05clean up integer preprocessor type definitions, patch by Ken Dyck!Chris Lattner
2009-11-05Adding -fshort-wchar option.John Thompson
2009-10-26Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth
2009-10-25rename getTypeSigned() -> isTypeSigned() per daniel's review.Chris Lattner
2009-10-21add helpful methods to TargetInfo for querying builtin integer type properties,Chris Lattner
2009-10-21hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233).Chris Lattner
2009-10-14fix some cfstring related issues: Chris Lattner
2009-09-23implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.Chris Lattner
2009-09-23return a bool value as a boolChris Lattner
2009-09-14Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that.Daniel Dunbar
2009-09-14Add -target-abi clang-cc option, currently unused.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-24Remove TargetInfo::getTargetPrefix().Daniel Dunbar
2009-08-24Switch TargetInfo to store an llvm::Triple.Daniel Dunbar
2009-08-10fix a couple of problems with section attributes:Chris Lattner
2009-07-16codegen string literals using private linkage now like llvm-gcc, eliminatingChris Lattner
2009-07-14Basic support for C++0x unicode types. Support for literals will follow in a...Alisdair Meredith
2009-07-01Fix for PR4192: fix the definition of int64_t on x86_64 Linux.Eli Friedman
2009-06-05Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman
2009-05-06More x86 target feature support.Daniel Dunbar
2009-05-06Improve handling of (X86) target features.Daniel Dunbar
2009-05-03add a flag to output asm constraints so that we efficiently knowChris Lattner
2009-04-26in a tied operand, don't copy over the name or constraint string, just the fl...Chris Lattner
2009-04-26pull operands names "[foo]" into ConstraintInfo.Chris Lattner
2009-04-26pull the constraint string into the ConstraintInfo structChris Lattner
2009-04-26Add missing include. This fixes the build with gcc 4.3.3.Torok Edwin
2009-04-26change TargetInfo::ConstraintInfo to be a struct that containsChris Lattner
2009-04-19Add target property for whether thread-local storage is supported. Eli Friedman
2009-04-03Provide sema proper values of maximal number of arguments passed in registers.Anton Korobeynikov
2009-04-03Do we have fixit advice for comments yet?Daniel Dunbar
2009-04-03Fix comment.Daniel Dunbar
2009-04-03Add target hook for setting symbol prefix and section of unicodeDaniel Dunbar
2009-03-31Add Target hooks for IRgen of [cf]string literals.Daniel Dunbar
2009-03-20pass LangOptions into TargetInfo::getTargetDefines, so that targetsChris Lattner
2009-03-03implement support for propagating *features* down to the code generatorChris Lattner
2009-03-02start wiring up support for target-specific -mfoo options like -msseChris Lattner
2009-02-28TargetInfo::validateAsmConstraint now takes a reference to the full constrain...Anders Carlsson
2009-02-13Give TargetInfo a new IntPtrType to hold the intptr_t type forChris Lattner
2009-02-06simplify and refactor a bunch of type definition code in PreprocessorChris Lattner
2009-02-05privatize some stuff.Chris Lattner
2009-01-27If an input constraint refers to an output constraint, it should have the sam...Anders Carlsson
2009-01-18Add sema support for symbolic names in inline asm statements.Anders Carlsson
2009-01-17Allow targets to override IntMaxTWidthNate Begeman
2009-01-17Change TargetInfo::validateInputConstraint to take begin/end name iterators i...Anders Carlsson
2008-12-04replace useNeXTRuntimeAsDefault with a generic hook that allows targetsChris Lattner
2008-10-31Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wcharSanjiv Gupta