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