| Commit message (Expand) | Author | Age | Files | Lines |
* | ccc is dead. | Daniel Dunbar | 2009-05-02 | 10 | -4143/+0 |
* | Turn on '-analyzer-eagerly-assume' by default in ccc for the static analyzer. | Ted Kremenek | 2009-03-25 | 1 | -1/+1 |
* | Install clang-cc to libexec/clang-cc (instead of bin/clang-cc). | Daniel Dunbar | 2009-03-24 | 1 | -0/+4 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | ccc: Have generic GCC tool chain search the driver directory for | Daniel Dunbar | 2009-03-24 | 1 | -0/+1 |
* | ccc/Driver: -r option doesn't take an argument. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | ccc: Forward -f[no-]builtin to clang. | Daniel Dunbar | 2009-03-23 | 1 | -0/+2 |
* | ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. | Daniel Dunbar | 2009-03-20 | 2 | -1/+14 |
* | ccc: Use -include-pth. | Daniel Dunbar | 2009-03-20 | 1 | -25/+17 |
* | ccc: Pass --relocation-model as separate arguments (to match Driver). | Daniel Dunbar | 2009-03-18 | 1 | -1/+2 |
* | ccc: Handle limited forms of -ccc-host-triple for testing | Daniel Dunbar | 2009-03-13 | 1 | -0/+14 |
* | ccc/Driver: Forward -fheinous-gnu-extensions to clang. | Daniel Dunbar | 2009-03-13 | 1 | -0/+1 |
* | ccc/Driver: Normalize phase spelling in -ccc-print-phases. | Daniel Dunbar | 2009-03-13 | 1 | -1/+1 |
* | ccc: Don't print the arch for every action when printing phases. | Daniel Dunbar | 2009-03-13 | 1 | -5/+3 |
* | ccc/Driver: Forward -fprint-source-range-info to clang. | Daniel Dunbar | 2009-03-13 | 1 | -0/+1 |
* | ccc/Driver: Mark {dump{machine,specs,version}, | Daniel Dunbar | 2009-03-13 | 2 | -20/+7 |
* | ccc: Fix broken assertion. | Daniel Dunbar | 2009-03-12 | 1 | -1/+2 |
* | ccc: Fix -ccc-print-phases when doing a universal build. | Daniel Dunbar | 2009-03-12 | 1 | -5/+6 |
* | ccc: Tweak some group names. | Daniel Dunbar | 2009-03-12 | 1 | -2/+2 |
* | ccc: Cleanup arguments a bit; we don't need a separate group for | Daniel Dunbar | 2009-03-12 | 2 | -13/+2 |
* | ccc: -x assembler-with-cpp was broken for darwin, and it wasn't using | Daniel Dunbar | 2009-03-11 | 3 | -12/+21 |
* | Driver: Handle magic -ccc- options. | Daniel Dunbar | 2009-03-10 | 1 | -3/+0 |
* | Forward -ftemplate-depth-<N> to clang's -ftemplate-depth N. | Daniel Dunbar | 2009-03-10 | 2 | -0/+6 |
* | ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly. | Daniel Dunbar | 2009-03-09 | 2 | -4/+13 |
* | 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: Fix passing of -nozero-initialized-in-bss. | Daniel Dunbar | 2009-03-04 | 2 | -1/+4 |
* | Do not automatically run the 'missing -dealloc' check until we have adequate ... | Ted Kremenek | 2009-02-25 | 1 | -1/+2 |
* | ccc: Don't remove result files on error when -save-temps is present. | Daniel Dunbar | 2009-02-23 | 1 | -4/+5 |
* | ccc: Remove unknown host warning, it was breaking gcc's configure. | Daniel Dunbar | 2009-02-22 | 1 | -1/+0 |
* | ccc: Remove temporary files used in compilation, and remove | Daniel Dunbar | 2009-02-22 | 1 | -3/+29 |
* | Unbreak Darwin PIC handling; my refactoring yesterday was bogus. | Daniel Dunbar | 2009-02-20 | 2 | -12/+18 |
* | ccc: Spell mattr correctly. | Daniel Dunbar | 2009-02-20 | 1 | -1/+1 |
* | ccc: Basic translation of gcc subtarget feature options to LLVM | Daniel Dunbar | 2009-02-20 | 3 | -2/+93 |
* | ccc: Use toolchain hook for default relocation model value. | Daniel Dunbar | 2009-02-20 | 3 | -12/+32 |
* | ccc: Use toolChain arch name instead of looking for arch command line | Daniel Dunbar | 2009-02-20 | 3 | -35/+29 |
* | ccc: Store arch name in all toolchains. | Daniel Dunbar | 2009-02-20 | 2 | -11/+11 |
* | ccc: Give all tools access to the toolchain they are in. | Daniel Dunbar | 2009-02-20 | 2 | -29/+25 |
* | ccc: Give nicer error when spawning a subprocess fails. | Daniel Dunbar | 2009-02-19 | 1 | -6/+17 |
* | ccc: Also look for .gch files when seeing if we should auto load a | Daniel Dunbar | 2009-02-19 | 1 | -5/+10 |
* | ccc: Forward -ftime-report to clang. | Daniel Dunbar | 2009-02-18 | 1 | -1/+1 |
* | ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} which | Daniel Dunbar | 2009-02-17 | 1 | -0/+13 |
* | ccc: Recognize -isystem. | Daniel Dunbar | 2009-02-17 | 1 | -0/+1 |
* | ccc: Assume gcc will accept piped assembler input when using generic GCC tool... | Daniel Dunbar | 2009-02-17 | 1 | -3/+4 |
* | ccc: Fix a FIXME. | Daniel Dunbar | 2009-02-17 | 1 | -6/+3 |
* | Static Analyzer driver/options (partial) cleanup: | Ted Kremenek | 2009-02-17 | 1 | -1/+1 |
* | ccc: Pass -f[no-]math-errno to clang. | Daniel Dunbar | 2009-02-17 | 3 | -4/+40 |
* | ccc: @<filename> arguments are only treated specially if <filename> | Daniel Dunbar | 2009-02-16 | 1 | -2/+8 |
* | ccc: Pass -P to clang. | Daniel Dunbar | 2009-02-15 | 1 | -0/+1 |
* | Add -ffreestanding to suppress the implicit declaration of library builtins l... | Douglas Gregor | 2009-02-14 | 1 | -0/+1 |