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