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