| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, | Daniel Dunbar | 2009-11-17 | 1 | -0/+13 |
* | Revert r83443. | Ted Kremenek | 2009-10-07 | 1 | -2/+2 |
* | Fixup pathnames. | Mike Stump | 2009-10-07 | 1 | -2/+2 |
* | Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. | Daniel Dunbar | 2009-09-18 | 1 | -21/+61 |
* | Lift AddLinkRuntimeLibArgs into Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -0/+4 |
* | Move isMacosxVersionLT helpers to Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -0/+14 |
* | Lift getMacosxVersionMin out into Darwin ToolChain. | Daniel Dunbar | 2009-09-18 | 1 | -0/+4 |
* | Lift AddLinkerSearchPaths() into Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -3/+15 |
* | Push bound architecture name into TranslateArgs. | Daniel Dunbar | 2009-09-09 | 1 | -2/+4 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -3/+3 |
* | Darwin: Pass -iphoneos-version-min to ld when building for ARM. | Daniel Dunbar | 2009-09-04 | 1 | -2/+15 |
* | Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. | Daniel Dunbar | 2009-09-04 | 1 | -4/+4 |
* | Second half of, clang, AuroraUX toolchain support. | Edward O'Callaghan | 2009-08-22 | 1 | -0/+7 |
* | OpenBSD support. | Daniel Dunbar | 2009-06-29 | 1 | -0/+7 |
* | Fix for PR4140: Add the start of a Linux toolchain (basically, just | Eli Friedman | 2009-05-26 | 1 | -0/+6 |
* | (llvm up) Use llvm::Triple for storing target triples. | Daniel Dunbar | 2009-05-22 | 1 | -10/+7 |
* | DragonFly ToolChain definition for driver. | Daniel Dunbar | 2009-05-02 | 1 | -0/+8 |
* | Driver: Sketch FreeBSD tool chain. | Daniel Dunbar | 2009-03-30 | 1 | -0/+9 |
* | Driver: Add darwin::Link tool. | Daniel Dunbar | 2009-03-26 | 1 | -4/+25 |
* | Driver: Implement Darwin_X86 tool chain level argument translation. | Daniel Dunbar | 2009-03-25 | 1 | -0/+2 |
* | Driver: Prep for tool chain specific argument translation. | Daniel Dunbar | 2009-03-25 | 1 | -2/+2 |
* | Driver: Setup file and program search paths in tool chains. | Daniel Dunbar | 2009-03-23 | 1 | -2/+15 |
* | Driver: Sketch Darwin tool chains. | Daniel Dunbar | 2009-03-20 | 1 | -0/+28 |
* | Driver: Move tool chain implementations into ToolChains.cpp. | Daniel Dunbar | 2009-03-20 | 1 | -50/+6 |
* | Driver: Release Host, ToolChain, and Tool implementations. | Daniel Dunbar | 2009-03-18 | 1 | -0/+6 |
* | Driver: Add name to Tool (for testing/debugging) and move GCC_* tools | Daniel Dunbar | 2009-03-17 | 1 | -5/+5 |
* | Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. | Daniel Dunbar | 2009-03-17 | 1 | -2/+2 |
* | Driver: Stub out generic GCC tool selection. | Daniel Dunbar | 2009-03-17 | 1 | -3/+37 |
* | Driver: Stub out generic GCC tool chain implementation. | Daniel Dunbar | 2009-03-17 | 1 | -0/+54 |