Age | Commit message (Expand) | Author |
2009-10-07 | Revert r83443. | Ted Kremenek |
2009-10-07 | Fixup pathnames. | Mike Stump |
2009-09-18 | Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-08 | Change Darwin toolchain lookup to use llvm::Triple. | Daniel Dunbar |
2009-09-08 | Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate | Daniel Dunbar |
2009-09-08 | Delete trailing whitespace. | Daniel Dunbar |
2009-09-04 | Darwin: Pass -iphoneos-version-min to ld when building for ARM. | Daniel Dunbar |
2009-09-04 | Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. | Daniel Dunbar |
2009-08-22 | Second half of, clang, AuroraUX toolchain support. | Edward O'Callaghan |
2009-06-29 | OpenBSD support. | Daniel Dunbar |
2009-06-16 | Fix typo in prev commit. | Daniel Dunbar |
2009-06-16 | Darwin/Driver: Also look at -arch command line options when finding the default | Daniel Dunbar |
2009-06-03 | PR4308: Fix support for -m32/-m64 on Linux. | Eli Friedman |
2009-05-28 | ARM is a legitimate Darwin architecture; don't assert. | Eli Friedman |
2009-05-26 | Fix for PR4140: Add the start of a Linux toolchain (basically, just | Eli Friedman |
2009-05-23 | Fix use after free, found by Benjamin Kramer. | Daniel Dunbar |
2009-05-22 | (llvm up) Use llvm::Triple for storing target triples. | Daniel Dunbar |
2009-05-02 | DragonFly ToolChain definition for driver. | Daniel Dunbar |
2009-04-01 | Quick and dirty (!) fix to make sure we use powerpc in triples. | Daniel Dunbar |
2009-03-30 | Comment fix. | Daniel Dunbar |
2009-03-30 | Driver: Sketch FreeBSD tool chain. | Daniel Dunbar |
2009-03-26 | Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method. | Daniel Dunbar |
2009-03-23 | Driver: Setup file and program search paths in tool chains. | Daniel Dunbar |
2009-03-20 | ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. | Daniel Dunbar |
2009-03-20 | Driver: Parse Darwin version out of target triple. | Daniel Dunbar |
2009-03-20 | Driver: Sketch Darwin tool chains. | Daniel Dunbar |
2009-03-18 | Driver: UnknownHostInfo was always returning 0. | Daniel Dunbar |
2009-03-18 | Driver: Release Host, ToolChain, and Tool implementations. | Daniel Dunbar |
2009-03-17 | GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. | Chris Lattner |
2009-03-17 | Driver: Stub out generic GCC tool chain implementation. | Daniel Dunbar |
2009-03-17 | Driver: Pass Driver reference down into Host info, which will need it | Daniel Dunbar |
2009-03-17 | Driver: Hide HostInfo implementations. | Daniel Dunbar |
2009-03-10 | Driver: Add host info (add new files). | Daniel Dunbar |