Age | Commit message (Expand) | Author |
2009-04-10 | Support -miphoneos-version-min in clang-cc. | Daniel Dunbar |
2009-04-08 | remove fixme! | Chris Lattner |
2009-04-08 | Add basic support for arm static analysis checking. Radar 6699395 | Mike Stump |
2009-04-07 | Fariborz points out that weak is now defined to the attribute even | Chris Lattner |
2009-04-07 | The __weak and __strong defines are common to all darwin targets | Chris Lattner |
2009-04-03 | Provide sema proper values of maximal number of arguments passed in registers. | Anton Korobeynikov |
2009-04-03 | Add target hook for setting symbol prefix and section of unicode | Daniel Dunbar |
2009-03-31 | Add Target hooks for IRgen of [cf]string literals. | Daniel Dunbar |
2009-03-29 | Fix the default for intptr_t on *BSD x86-32 and Windows. Slight cleanup | Eli Friedman |
2009-03-23 | Ad FreeBSD ARM target info. | Daniel Dunbar |
2009-03-20 | refactor some code, fixing a problem discovered by the dragonfly bsd people, ... | Chris Lattner |
2009-03-20 | pass langoptions around. | Chris Lattner |
2009-03-20 | pass LangOptions into TargetInfo::getTargetDefines, so that targets | Chris Lattner |
2009-03-03 | implement support for propagating *features* down to the code generator | Chris Lattner |
2009-03-02 | Add plumbing to support programatically defining __SSE2__ and friends, | Chris Lattner |
2009-03-02 | minor cleanups to target-specific #defines, no functionality change. | Chris Lattner |
2009-03-02 | improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) | Chris Lattner |
2009-02-28 | TargetInfo::validateAsmConstraint now takes a reference to the full constrain... | Anders Carlsson |
2009-02-24 | Minor refactoring. | Fariborz Jahanian |
2009-02-24 | patch for two things. | Fariborz Jahanian |
2009-02-20 | add support for amd64-*, patch by Brooks Davis! | Chris Lattner |
2009-02-16 | Supply the header corresponding to a library builtin as a separate argument t... | Douglas Gregor |
2009-02-14 | Add -ffreestanding to suppress the implicit declaration of library builtins l... | Douglas Gregor |
2009-02-14 | Define __ELF__ on FreeBSD. Patch by Roman Divacky! | Anton Korobeynikov |
2009-02-14 | Define __ELF__ for linux systems. | Argyrios Kyrtzidis |
2009-02-13 | Give TargetInfo a new IntPtrType to hold the intptr_t type for | Chris Lattner |
2009-02-12 | Make nonfragile-abi the default for darwin's 64bit | Fariborz Jahanian |
2009-02-05 | make clang agree with gcc 4.2's x86-64 predefines and settings. | Chris Lattner |
2009-02-05 | fix some differences between apple gcc and clang on darwin/x86-32. | Chris Lattner |
2009-01-28 | long long and double have 64-bit alignment on x86-64. | Chris Lattner |
2009-01-27 | add SparcV8 asm register info support. Patch by Ben Lickly! | Chris Lattner |
2009-01-24 | Handle the 'e' constraint. Fixes PR3385 | Anders Carlsson |
2009-01-18 | Fit in 80 cols | Nate Begeman |
2008-12-04 | instead of forcing blocks on by default, make them default to off, but let | Chris Lattner |
2008-12-04 | replace useNeXTRuntimeAsDefault with a generic hook that allows targets | Chris Lattner |
2008-11-02 | More fallout from r58501: primary fix is some more corrections to make | Eli Friedman |
2008-10-31 | Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar | Sanjiv Gupta |
2008-10-27 | Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, ... | Chris Lattner |
2008-10-16 | Add basic FreeBSD target support, patch by Roman Divacky! | Chris Lattner |
2008-10-06 | Add 'x' constraint character. | Anders Carlsson |
2008-10-06 | Add the 'y' assembler constraint. | Anders Carlsson |
2008-10-05 | miscellaneous cleanups | Chris Lattner |
2008-10-05 | move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into | Chris Lattner |
2008-10-05 | it helps when I save the file before testing and committing. | Chris Lattner |
2008-10-05 | suck the rest of the FP macros out of the targets into the PP | Chris Lattner |
2008-10-05 | start moving fp macros over | Chris Lattner |
2008-10-05 | move a bunch more integer sizing out of target-specific code into | Chris Lattner |
2008-10-05 | eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving | Chris Lattner |
2008-09-30 | Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ | Chris Lattner |
2008-09-30 | Add missing include for use of atoi. | Nick Lewycky |