summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Driver: Emit an unsupported error on -iframework.Daniel Dunbar2009-05-131-1/+2
* Tweak x86 -mcpu defaults.Daniel Dunbar2009-05-061-0/+5
* Improve handling of (X86) target features.Daniel Dunbar2009-05-061-51/+47
* Add -fobjc-tight-layout.Daniel Dunbar2009-05-041-0/+1
* Driver: When using the generic gcc tool, pass -m32 or -m64 if weDaniel Dunbar2009-05-021-1/+10
* Driver: Generate an error when trying to pass an LLVM bc input to aDaniel Dunbar2009-05-021-2/+22
* DragonFly ToolChain definition for driver.Daniel Dunbar2009-05-021-0/+156
* Implement -fmessage-length=N, which word-wraps diagnostics to N columns. Douglas Gregor2009-05-011-0/+1
* Make sure to pass the same options to the static analyzer as theDaniel Dunbar2009-04-291-140/+140
* With -ccc-pch-is-pch, always treat precompiled inputs as PCH,Daniel Dunbar2009-04-281-1/+1
* Driver: Add -std-default= option.Daniel Dunbar2009-04-261-1/+16
* Driver: -mkernel disables default use of unwind tables (although IDaniel Dunbar2009-04-251-1/+2
* Driver: -mkernel and -fapple-kext imply -mno-red-zone.Daniel Dunbar2009-04-251-1/+3
* Don't run dsymutil when making a fat executable direct source.Daniel Dunbar2009-04-241-1/+7
* Call ld, not collect2.Daniel Dunbar2009-04-231-1/+1
* rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info.Chris Lattner2009-04-211-0/+1
* Forward f[no-]dollars-in-identifiers to clang, when specified.Daniel Dunbar2009-04-191-2/+12
* Forward -fno-diagnostics-fixit-info to clang-cc.Daniel Dunbar2009-04-191-0/+5
* Preliminary PCH support in the driverDouglas Gregor2009-04-181-15/+40
* Added -print-ivar-layout option. No change in functionalityFariborz Jahanian2009-04-171-0/+1
* Pass -fdiagnostics-show-option to clang-cc by default.Daniel Dunbar2009-04-161-0/+5
* Driver: Forward -W* to clang, it can handle all these itself now.Daniel Dunbar2009-04-161-4/+2
* Driver: For clang, accept -fsigned-bitfields and rejectDaniel Dunbar2009-04-151-0/+7
* Implement support for GCC's -dD mode, which dumps -E output *and*Chris Lattner2009-04-121-0/+1
* Driver: Forward -miphoneos-version-min to clang.Daniel Dunbar2009-04-101-0/+1
* Driver: Split out CPP specific options for clang so that we don't endDaniel Dunbar2009-04-081-246/+259
* More fixes to builtin preprocessor defines.Daniel Dunbar2009-04-081-0/+5
* Darwin ld: Unconditionally add -lstdc++ if we are pretending to beDaniel Dunbar2009-04-081-0/+5
* Make debug info work when using -save-temps.Daniel Dunbar2009-04-081-0/+5
* Set __PIC__ (more) correctly.Daniel Dunbar2009-04-081-0/+11
* Driver: Fix forwarding of -fpascal-strings.Daniel Dunbar2009-04-071-14/+11
* Driver: Fix forwarding of -{std,ansi,trigraphs} when there areDaniel Dunbar2009-04-071-2/+17
* Driver: Forward remaining -f options to clang manually.Daniel Dunbar2009-04-071-1/+19
* Driver: Only forward last instance of -mmacosx-version-min= andDaniel Dunbar2009-04-071-3/+4
* Driver: Manually translate a number of -f with no- variants options toDaniel Dunbar2009-04-071-0/+26
* Driver: Explicitly warn that -pg isn't supported (even though weDaniel Dunbar2009-04-071-3/+15
* Driver: More verbosity reduction.Daniel Dunbar2009-04-071-1/+2
* Driver: Handle properly calling dsymutil when source input isDaniel Dunbar2009-04-041-2/+12
* Driver: Explicitly ignore -fpch-preprocess when using clang, we don'tDaniel Dunbar2009-04-031-0/+8
* Driver: Add missed translation for darwin::Preprocess (gcc), -d*Daniel Dunbar2009-04-031-0/+2
* Add some whitespace to test my commit privileges.Ed Schouten2009-04-021-0/+1
* Driver: Allow -ccc-gcc-name to specify the name/path to use whenDaniel Dunbar2009-04-011-1/+3
* Quick and dirty (!) fix to make sure we use powerpc in triples.Daniel Dunbar2009-04-011-1/+8
* Driver: Add freebsd::LinkDaniel Dunbar2009-04-011-3/+108
* Remove a FIXME, use -emit-pth to drive PTH generation.Daniel Dunbar2009-04-011-3/+1
* Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve testDaniel Dunbar2009-04-011-41/+42
* Tweak darwin::Assemble and add a FIXME.Daniel Dunbar2009-04-011-3/+8
* Driver: Forward -Wp, and -Xpreprocessor arguments to clang when usingDaniel Dunbar2009-03-311-0/+12
* Driver: Call 'as' directly on FreeBSD.Daniel Dunbar2009-03-311-0/+36
* (LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar2009-03-311-5/+5
OpenPOWER on IntegriCloud