summaryrefslogtreecommitdiffstats
path: root/clang/tools/ccc/ccclib/Tools.py
Commit message (Expand)AuthorAgeFilesLines
* ccc is dead.Daniel Dunbar2009-05-021-1275/+0
* Turn on '-analyzer-eagerly-assume' by default in ccc for the static analyzer.Ted Kremenek2009-03-251-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* ccc: Use -include-pth.Daniel Dunbar2009-03-201-25/+17
* ccc: Pass --relocation-model as separate arguments (to match Driver).Daniel Dunbar2009-03-181-1/+2
* ccc: Fix broken assertion.Daniel Dunbar2009-03-121-1/+2
* ccc: Cleanup arguments a bit; we don't need a separate group forDaniel Dunbar2009-03-121-4/+0
* ccc: -x assembler-with-cpp was broken for darwin, and it wasn't usingDaniel Dunbar2009-03-111-2/+10
* Forward -ftemplate-depth-<N> to clang's -ftemplate-depth N.Daniel Dunbar2009-03-101-0/+5
* ccc: Parse -T{bss,data,text}, -iwithsysroot, -specs correctly.Daniel Dunbar2009-03-091-1/+1
* ccc: Fix passing of -nozero-initialized-in-bss.Daniel Dunbar2009-03-041-1/+3
* Do not automatically run the 'missing -dealloc' check until we have adequate ...Ted Kremenek2009-02-251-1/+2
* Unbreak Darwin PIC handling; my refactoring yesterday was bogus.Daniel Dunbar2009-02-201-1/+10
* ccc: Spell mattr correctly.Daniel Dunbar2009-02-201-1/+1
* ccc: Basic translation of gcc subtarget feature options to LLVMDaniel Dunbar2009-02-201-2/+61
* ccc: Use toolchain hook for default relocation model value.Daniel Dunbar2009-02-201-11/+5
* ccc: Use toolChain arch name instead of looking for arch command lineDaniel Dunbar2009-02-201-22/+22
* ccc: Give all tools access to the toolchain they are in.Daniel Dunbar2009-02-201-23/+19
* ccc: Also look for .gch files when seeing if we should auto load aDaniel Dunbar2009-02-191-5/+10
* ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M,MM,MG,MQ} whichDaniel Dunbar2009-02-171-0/+13
* ccc: Assume gcc will accept piped assembler input when using generic GCC tool...Daniel Dunbar2009-02-171-3/+4
* ccc: Fix a FIXME.Daniel Dunbar2009-02-171-6/+3
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-1/+1
* ccc: Pass -f[no-]math-errno to clang.Daniel Dunbar2009-02-171-0/+7
* ccc: Pass -P to clang.Daniel Dunbar2009-02-151-0/+1
* ccc: Stop patching output file name when using transparent PTH support.Daniel Dunbar2009-02-131-14/+5
* Always pass -disable-free to clang when compiling.Daniel Dunbar2009-02-131-0/+6
* ccc: Forward -dM to clang.Daniel Dunbar2009-02-061-0/+2
* ccc: Translate -O to -O1 for clang, and only pass last -O option.Daniel Dunbar2009-02-051-1/+8
* ccc: Forward -femit-all-decls to clang and use an option group toDaniel Dunbar2009-02-041-12/+1
* Add -fno-blocks support. This fixes block-no-block-def.c.Mike Stump2009-01-301-2/+3
* ccc: Forward -fobjc-nonfragile-abi to clang.Daniel Dunbar2009-01-301-0/+1
* ccc: Add -Xclang option, rename -WA, to -Xanalyzer.Daniel Dunbar2009-01-301-3/+6
* ccc: Embrace destiny as a clang compiler driver.Daniel Dunbar2009-01-291-0/+3
* ccc: Honor -ccc-clang for generic GCC toolchain.Daniel Dunbar2009-01-291-6/+8
* ccc/Darwin/clang: Fix a mistranslation for the llvm-backend; llvm-gccDaniel Dunbar2009-01-271-2/+2
* ccc: Recognize -emit-llvm [-S].Daniel Dunbar2009-01-261-0/+15
* ccc: Finish definition of long argument translations.Daniel Dunbar2009-01-231-1/+1
* ccc: Support long ('--...') flag arguments.Daniel Dunbar2009-01-231-2/+2
* ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missedDaniel Dunbar2009-01-231-6/+7
* ccc: Fix typo; isn't dynamic typing fun!Daniel Dunbar2009-01-231-1/+1
* ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gccDaniel Dunbar2009-01-221-1/+53
* ccc: Add appropriate file search prefixes when on x86_64 Darwin, andDaniel Dunbar2009-01-211-3/+1
* ccc: Implement file & path searching.Daniel Dunbar2009-01-211-1/+2
* ccc: Add --analyze driver mode (for running static analyzer).Daniel Dunbar2009-01-211-4/+26
* ccc: Allow downstream tools to be aware of final output name.Daniel Dunbar2009-01-201-46/+41
* ccc: Darwin/x86: Teach compile tool how to build .pch files. xcc isDaniel Dunbar2009-01-201-9/+23
* ccc: Recognize that -M and -MM only run preprocessor.Daniel Dunbar2009-01-201-17/+19
* ccc: Darwin/x86: Add direct cpp support.Daniel Dunbar2009-01-201-192/+263
* Fix a tyopAnders Carlsson2009-01-181-1/+1
OpenPOWER on IntegriCloud