| Commit message (Expand) | Author | Age | Files | Lines |
* | ccc is dead. | Daniel Dunbar | 2009-05-02 | 1 | -873/+0 |
* | ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. | Daniel Dunbar | 2009-03-20 | 1 | -1/+1 |
* | ccc: Handle limited forms of -ccc-host-triple for testing | Daniel Dunbar | 2009-03-13 | 1 | -0/+14 |
* | ccc: Don't print the arch for every action when printing phases. | Daniel Dunbar | 2009-03-13 | 1 | -5/+3 |
* | ccc/Driver: Mark {dump{machine,specs,version}, | Daniel Dunbar | 2009-03-13 | 1 | -13/+0 |
* | ccc: Fix -ccc-print-phases when doing a universal build. | Daniel Dunbar | 2009-03-12 | 1 | -5/+6 |
* | Driver: Handle magic -ccc- options. | Daniel Dunbar | 2009-03-10 | 1 | -3/+0 |
* | Fix thinko. *cough* ofcourseItestedit *cough* | Daniel Dunbar | 2009-03-06 | 1 | -3/+2 |
* | Tidy file removal cleanup & remove race condition on file existence. | Daniel Dunbar | 2009-03-06 | 1 | -9/+17 |
* | ccc: Don't remove result files on error when -save-temps is present. | Daniel Dunbar | 2009-02-23 | 1 | -4/+5 |
* | ccc: Remove temporary files used in compilation, and remove | Daniel Dunbar | 2009-02-22 | 1 | -3/+29 |
* | ccc: Give nicer error when spawning a subprocess fails. | Daniel Dunbar | 2009-02-19 | 1 | -6/+17 |
* | ccc: Suffix for PCH files is appended, not replaced. | Daniel Dunbar | 2009-02-13 | 1 | -3/+6 |
* | One more tweak to account for gluing together llvm and clang into one. | Mike Stump | 2009-02-11 | 1 | -0/+1 |
* | More version experimentation. | Mike Stump | 2009-02-11 | 1 | -1/+4 |
* | Run a little experiment with version numbers. | Mike Stump | 2009-02-11 | 1 | -1/+1 |
* | ccc: Implement special language recognition handling for -. | Daniel Dunbar | 2009-02-05 | 1 | -14/+22 |
* | ccc: -ObjC and -ObjC++ change default language, but only for "source | Daniel Dunbar | 2009-02-04 | 1 | -0/+13 |
* | ccc: Mark -combine option as unsupported. | Daniel Dunbar | 2009-01-30 | 1 | -4/+0 |
* | ccc: Embrace destiny as a clang compiler driver. | Daniel Dunbar | 2009-01-29 | 1 | -9/+16 |
* | ccc: Support -v; invent a version number for ccc for now, will be | Daniel Dunbar | 2009-01-28 | 1 | -6/+18 |
* | ccc: Normalize machine name to i386 for platforms which report the | Daniel Dunbar | 2009-01-27 | 1 | -0/+2 |
* | ccc: Recognize -emit-llvm [-S]. | Daniel Dunbar | 2009-01-26 | 1 | -9/+16 |
* | ccc: Support long ('--...') flag arguments. | Daniel Dunbar | 2009-01-23 | 1 | -0/+1 |
* | ccc: Bug fix, driver logic was allowing child jobs to pipe output when | Daniel Dunbar | 2009-01-22 | 1 | -3/+3 |
* | ccc: Handle a few long argument form (--) translations using option | Daniel Dunbar | 2009-01-21 | 1 | -4/+2 |
* | ccc: Implement file & path searching. | Daniel Dunbar | 2009-01-21 | 1 | -33/+33 |
* | ccc: Add --analyze driver mode (for running static analyzer). | Daniel Dunbar | 2009-01-21 | 1 | -4/+19 |
* | ccc: Unbreak -pipe handling broken in previous refactoring. | Daniel Dunbar | 2009-01-21 | 1 | -3/+3 |
* | ccc: Allow downstream tools to be aware of final output name. | Daniel Dunbar | 2009-01-20 | 1 | -62/+76 |
* | ccc: PCH generation doesn't strip the path when generating a derived | Daniel Dunbar | 2009-01-20 | 1 | -1/+7 |
* | ccc: Recognize that -M and -MM only run preprocessor. | Daniel Dunbar | 2009-01-20 | 1 | -4/+4 |
* | ccc: Darwin/x86: Add direct cpp support. | Daniel Dunbar | 2009-01-20 | 1 | -0/+1 |
* | ccc: Bug fix, pch generation should not try to output on pipe and -E | Daniel Dunbar | 2009-01-18 | 1 | -4/+4 |
* | Make CCC_ECHO output to stderr | Anders Carlsson | 2009-01-18 | 1 | -3/+3 |
* | ccc: Support running piped jobs (-pipe now works). | Daniel Dunbar | 2009-01-17 | 1 | -2/+26 |
* | ccc: Don't be pedantically compatible with -Z options, these are the | Daniel Dunbar | 2009-01-17 | 1 | -0/+5 |
* | ccc: Clean up (user level) error handling. | Daniel Dunbar | 2009-01-16 | 1 | -23/+27 |
* | ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1. | Daniel Dunbar | 2009-01-16 | 1 | -1/+1 |
* | ccc: Add -ccc-echo special option, and support pulling CCC_CLANG, | Daniel Dunbar | 2009-01-14 | 1 | -0/+23 |
* | ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files. | Daniel Dunbar | 2009-01-14 | 1 | -2/+11 |
* | ccc: Darwin: Implement some important general argument translations | Daniel Dunbar | 2009-01-13 | 1 | -1/+1 |
* | ccc: Allow internal tool chain specific argument translation. | Daniel Dunbar | 2009-01-13 | 1 | -43/+12 |
* | ccc: Bug fix and gcc compatibility tweak. | Daniel Dunbar | 2009-01-13 | 1 | -1/+4 |
* | ccc: Allow host to over-ride default arch based on command line | Daniel Dunbar | 2009-01-13 | 1 | -1/+1 |
* | ccc: Add leading space in -### output to match gcc. | Daniel Dunbar | 2009-01-12 | 1 | -3/+3 |
* | ccc: (Darwin) Start implementing argument translation for | Daniel Dunbar | 2009-01-12 | 1 | -1/+7 |
* | ccc: When constructing a named output, only use base name (not full | Daniel Dunbar | 2009-01-12 | 1 | -1/+1 |
* | ccc: Generalize Darwin/Link tool based on Darwin version. | Daniel Dunbar | 2009-01-12 | 1 | -1/+10 |
* | ccc: Support arguments which behave like linker inputs. | Daniel Dunbar | 2009-01-12 | 1 | -7/+12 |