- 734932c Driver: Get executable path using llvm::sys::Path::GetMainExecutable. by Daniel Dunbar · 16 years ago
- 5f635e6 ccc: Pass --relocation-model as separate arguments (to match Driver). by Daniel Dunbar · 16 years ago
- 510d732 Driver: Use custom diag printer to drop dependency on libFrontend and libLex. by Daniel Dunbar · 16 years ago
- 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 16 years ago
- a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
- f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
- 159715f Update test. by Daniel Dunbar · 16 years ago
- f1a624f ccc: Handle limited forms of -ccc-host-triple for testing by Daniel Dunbar · 16 years ago
- 13135a6 ccc/Driver: Forward -fheinous-gnu-extensions to clang. by Daniel Dunbar · 16 years ago
- 2093335 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 16 years ago
- ab83543 Driver: Return 0 from BuildCompilation on -ccc-print-phases, -ccc-print-options. by Daniel Dunbar · 16 years ago
- 26308ba ccc: Don't print the arch for every action when printing phases. by Daniel Dunbar · 16 years ago
- 3bf8224 ccc/Driver: Forward -fprint-source-range-info to clang. by Daniel Dunbar · 16 years ago
- 8b1604e ccc/Driver: Mark {dump{machine,specs,version}, by Daniel Dunbar · 16 years ago
- 00171ff ccc: Fix broken assertion. by Daniel Dunbar · 16 years ago
- 5f22d7d ccc: Fix -ccc-print-phases when doing a universal build. by Daniel Dunbar · 16 years ago
- 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
- 008dd35 ccc: Tweak some group names. by Daniel Dunbar · 16 years ago
- d639b42 ccc: Cleanup arguments a bit; we don't need a separate group for by Daniel Dunbar · 16 years ago
- 105e9d7 ccc: -x assembler-with-cpp was broken for darwin, and it wasn't using by Daniel Dunbar · 16 years ago
- dd98e2c Driver: Add host info. by Daniel Dunbar · 16 years ago
- 365c02f Driver: Handle magic -ccc- options. by Daniel Dunbar · 16 years ago
- 9db8f5d Forward -ftemplate-depth-<N> to clang's -ftemplate-depth N. by Daniel Dunbar · 16 years ago
- cad3df8 ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly. by Daniel Dunbar · 16 years ago
- 5ea766a Fix thinko. *cough* ofcourseItestedit *cough* by Daniel Dunbar · 16 years ago
- 6370812 Tidy file removal cleanup & remove race condition on file existence. by Daniel Dunbar · 16 years ago
- 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 16 years ago
- 3639b4d ccc: Fix passing of -nozero-initialized-in-bss. - PR3722. by Daniel Dunbar · 16 years ago
- 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 16 years ago
- 1eb4e64 Sketch Driver Option classes. by Daniel Dunbar · 16 years ago
- 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 16 years ago
- d76c6a3 Do not automatically run the 'missing -dealloc' check until we have adequate time to make it much smarter (too much noise). by Ted Kremenek · 16 years ago
- b89c106 ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 16 years ago
- 8e111c7 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 16 years ago
- 9ff1c07 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 16 years ago
- 2b91d50 Unbreak Darwin PIC handling; my refactoring yesterday was bogus. by Daniel Dunbar · 16 years ago
- 9876edc Fix test case. by Daniel Dunbar · 16 years ago
- 3198be8 ccc: Spell mattr correctly. by Daniel Dunbar · 16 years ago
- 4311e45 ccc: Basic translation of gcc subtarget feature options to LLVM by Daniel Dunbar · 16 years ago
- c4556d1 ccc: Use toolchain hook for default relocation model value. by Daniel Dunbar · 16 years ago
- a805135 ccc: Use toolChain arch name instead of looking for arch command line by Daniel Dunbar · 16 years ago
- 15423b0 ccc: Store arch name in all toolchains. - No functionality change. by Daniel Dunbar · 16 years ago
- 5e187a1 ccc: Give all tools access to the toolchain they are in. by Daniel Dunbar · 16 years ago
- eeb44ce ccc: Give nicer error when spawning a subprocess fails. by Daniel Dunbar · 16 years ago
- f084663 ccc: Also look for .gch files when seeing if we should auto load a by Daniel Dunbar · 16 years ago
- 00dbfde ccc: Forward -ftime-report to clang. by Daniel Dunbar · 16 years ago
- d563e52 ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which by Daniel Dunbar · 16 years ago
- 360c6ce ccc: Recognize -isystem. by Daniel Dunbar · 16 years ago
- 48d0d61 ccc: Assume gcc will accept piped assembler input when using generic GCC toolchain. by Daniel Dunbar · 16 years ago
- 87a7b28 ccc: Fix a FIXME. by Daniel Dunbar · 16 years ago
- be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
- 27a02ac ccc: Pass -f[no-]math-errno to clang. by Daniel Dunbar · 16 years ago
- 83d6790 ccc: @<filename> arguments are only treated specially if <filename> by Daniel Dunbar · 16 years ago
- 41577f1 ccc: Pass -P to clang. by Daniel Dunbar · 16 years ago
- 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 16 years ago
- 1ee821b ccc: Suffix for PCH files is appended, not replaced. (Test case) by Daniel Dunbar · 16 years ago
- faa20c7 ccc: Suffix for PCH files is appended, not replaced. by Daniel Dunbar · 16 years ago
- 501525e ccc: Test case for transparent PTH support. by Daniel Dunbar · 16 years ago
- 3d2b790 ccc: Stop patching output file name when using transparent PTH support. by Daniel Dunbar · 16 years ago
- 0a3e3ca Always pass -disable-free to clang when compiling. by Daniel Dunbar · 16 years ago
- 77a6011 One more tweak to account for gluing together llvm and clang into one. by Mike Stump · 16 years ago
- 84606bb More version experimentation. by Mike Stump · 16 years ago
- e6c4f65 Run a little experiment with version numbers. by Mike Stump · 16 years ago
- 8aa6181 ccc: -dM wasn't being passed to Darwin/CC1 correctly. by Daniel Dunbar · 16 years ago
- 8425a0f ccc: Forward -dM to clang. by Daniel Dunbar · 16 years ago
- 2ceb041 ccc/Darwin: Add a missing Darwin argument translation, -shared becomes by Daniel Dunbar · 16 years ago
- 5e83baa ccc: Give explicit error on @ style argument lists (not yet supported). by Daniel Dunbar · 16 years ago
- bbd34e6 ccc: Implement special language recognition handling for -. by Daniel Dunbar · 16 years ago
- c1212a3 ccc: Translate -O to -O1 for clang, and only pass last -O option. by Daniel Dunbar · 16 years ago
- 33244aa ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 16 years ago
- fb54849 ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 16 years ago
- 0eb5931 Use /usr/bin/env to run Python for increased portability. Patch by by Daniel Dunbar · 16 years ago
- b55cc63 Add -fno-blocks support. This fixes block-no-block-def.c. by Mike Stump · 16 years ago
- ba362f6 ccc: Forward -fobjc-nonfragile-abi to clang. by Daniel Dunbar · 16 years ago
- 6949ce4 ccc: Add -Xclang option, rename -WA, to -Xanalyzer. by Daniel Dunbar · 16 years ago
- e4c0da8 ccc: Mark -combine option as unsupported. by Daniel Dunbar · 16 years ago
- 350b5d4 ccc: Embrace destiny as a clang compiler driver. by Daniel Dunbar · 16 years ago
- 2d43e3b ccc: Honor -ccc-clang for generic GCC toolchain. by Daniel Dunbar · 16 years ago
- 6413405 Fix test case (for -### printing version) by Daniel Dunbar · 16 years ago
- 7671591 ccc: Support -v; invent a version number for ccc for now, will be by Daniel Dunbar · 16 years ago
- 6262cc4 ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gcc by Daniel Dunbar · 16 years ago
- bac51fa ccc: Normalize machine name to i386 for platforms which report the by Daniel Dunbar · 16 years ago
- fd8d98f ccc: -o should not be automatically forwarded to generic gcc tools. by Daniel Dunbar · 16 years ago
- b2f3795 ccc: Recognize -emit-llvm [-S]. by Daniel Dunbar · 16 years ago
- d9fb972 ccc: Finish definition of long argument translations. by Daniel Dunbar · 16 years ago
- d013f4a ccc: Another batch of long argument translations. by Daniel Dunbar · 16 years ago
- 09d5b16 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
- f86fa32 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
- 5ac00d0 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
- 6fbb2fb ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
- b644be3 ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
- 990bd1e ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
- 2910dfa ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
- 5f02d55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago
- 1e1d2c6 ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 16 years ago
- ab95c39 ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 16 years ago
- 7023082 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 16 years ago
- 768be1c ccc: Implement file & path searching. by Daniel Dunbar · 16 years ago
- 18c9673 ccc: Add --analyze test case. by Daniel Dunbar · 16 years ago
- de388a5 ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 16 years ago