| Commit message (Expand) | Author | Age | Files | Lines |
* | TargetInfo::validateAsmConstraint now takes a reference to the full constrain... | Anders Carlsson | 2009-02-28 | 1 | -9/+9 |
* | Minor refactoring. | Fariborz Jahanian | 2009-02-24 | 1 | -3/+2 |
* | patch for two things. | Fariborz Jahanian | 2009-02-24 | 1 | -2/+3 |
* | add support for amd64-*, patch by Brooks Davis! | Chris Lattner | 2009-02-20 | 1 | -1/+1 |
* | Supply the header corresponding to a library builtin as a separate argument t... | Douglas Gregor | 2009-02-16 | 1 | -2/+5 |
* | Add -ffreestanding to suppress the implicit declaration of library builtins l... | Douglas Gregor | 2009-02-14 | 1 | -2/+2 |
* | Define __ELF__ on FreeBSD. Patch by Roman Divacky! | Anton Korobeynikov | 2009-02-14 | 1 | -1/+1 |
* | Define __ELF__ for linux systems. | Argyrios Kyrtzidis | 2009-02-14 | 1 | -0/+1 |
* | Give TargetInfo a new IntPtrType to hold the intptr_t type for | Chris Lattner | 2009-02-13 | 1 | -0/+2 |
* | Make nonfragile-abi the default for darwin's 64bit | Fariborz Jahanian | 2009-02-12 | 1 | -1/+5 |
* | make clang agree with gcc 4.2's x86-64 predefines and settings. | Chris Lattner | 2009-02-05 | 1 | -0/+4 |
* | fix some differences between apple gcc and clang on darwin/x86-32. | Chris Lattner | 2009-02-05 | 1 | -0/+4 |
* | long long and double have 64-bit alignment on x86-64. | Chris Lattner | 2009-01-28 | 1 | -0/+1 |
* | add SparcV8 asm register info support. Patch by Ben Lickly! | Chris Lattner | 2009-01-27 | 1 | -10/+57 |
* | Handle the 'e' constraint. Fixes PR3385 | Anders Carlsson | 2009-01-24 | 1 | -2/+4 |
* | Fit in 80 cols | Nate Begeman | 2009-01-18 | 1 | -1/+2 |
* | instead of forcing blocks on by default, make them default to off, but let | Chris Lattner | 2008-12-04 | 1 | -27/+58 |
* | replace useNeXTRuntimeAsDefault with a generic hook that allows targets | Chris Lattner | 2008-12-04 | 1 | -4/+25 |
* | More fallout from r58501: primary fix is some more corrections to make | Eli Friedman | 2008-11-02 | 1 | -7/+18 |
* | Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar | Sanjiv Gupta | 2008-10-31 | 1 | -4/+10 |
* | Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, ... | Chris Lattner | 2008-10-27 | 1 | -2/+4 |
* | Add basic FreeBSD target support, patch by Roman Divacky! | Chris Lattner | 2008-10-16 | 1 | -0/+51 |
* | Add 'x' constraint character. | Anders Carlsson | 2008-10-06 | 1 | -0/+1 |
* | Add the 'y' assembler constraint. | Anders Carlsson | 2008-10-06 | 1 | -0/+1 |
* | miscellaneous cleanups | Chris Lattner | 2008-10-05 | 1 | -22/+30 |
* | move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into | Chris Lattner | 2008-10-05 | 1 | -14/+1 |
* | it helps when I save the file before testing and committing. | Chris Lattner | 2008-10-05 | 1 | -27/+1 |
* | suck the rest of the FP macros out of the targets into the PP | Chris Lattner | 2008-10-05 | 1 | -99/+9 |
* | start moving fp macros over | Chris Lattner | 2008-10-05 | 1 | -20/+0 |
* | move a bunch more integer sizing out of target-specific code into | Chris Lattner | 2008-10-05 | 1 | -41/+1 |
* | eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving | Chris Lattner | 2008-10-05 | 1 | -16/+2 |
* | Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ | Chris Lattner | 2008-09-30 | 1 | -7/+19 |
* | Add missing include for use of atoi. | Nick Lewycky | 2008-09-30 | 1 | -0/+1 |
* | The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows | Chris Lattner | 2008-09-30 | 1 | -7/+21 |
* | define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. | Chris Lattner | 2008-09-30 | 1 | -4/+1 |
* | __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define | Chris Lattner | 2008-09-30 | 1 | -1/+2 |
* | Add x86_64 Linux target. | Daniel Dunbar | 2008-09-23 | 1 | -0/+16 |
* | Per PR2773, define __USER_LABEL_PREFIX__ for x86-32 Linux and Windows. | Eli Friedman | 2008-09-06 | 1 | -0/+2 |
* | Add dragonfly target support, patch by Sascha Wildner | Chris Lattner | 2008-08-23 | 1 | -0/+28 |
* | Add TargetInfo::useNeXTRuntimeAsDefault | Daniel Dunbar | 2008-08-23 | 1 | -0/+7 |
* | Remove duplicate define from Windows-x86 target. | Eli Friedman | 2008-08-21 | 1 | -1/+0 |
* | Initial implementation of Windows x86 target; at the moment, the only | Eli Friedman | 2008-08-21 | 1 | -0/+29 |
* | Add Linux x86-32 target. | Eli Friedman | 2008-08-21 | 1 | -0/+26 |
* | First cut at OS detection, taking advantage of the new generic targets. | Eli Friedman | 2008-08-21 | 1 | -13/+58 |
* | Class reorg for PPC; shouldn't be any visible changes unless I messed | Eli Friedman | 2008-08-20 | 1 | -190/+133 |
* | Class reorg for ARM. Shouldn't be any visible changes. | Eli Friedman | 2008-08-20 | 1 | -22/+27 |
* | Class hierarchy reorg for Sparc architecture. While I was there, I | Eli Friedman | 2008-08-20 | 1 | -45/+43 |
* | Reorganize the class hierarchy for x86 targets; shouldn't have any | Eli Friedman | 2008-08-20 | 1 | -150/+140 |
* | Fix PR2627, support for Q constraint. | Chris Lattner | 2008-08-18 | 1 | -1/+2 |
* | Allow targets to override description string. | Sanjiv Gupta | 2008-08-18 | 1 | -0/+1 |