aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2011-10-04[driver] Improve r141053 by only emitting the warning if the original inputChad Rosier
2011-10-04[driver] Improve r141053 by only emitting the warning if the original inputChad Rosier
2011-10-04[driver] Emit a warning if the user has requested debug information and we'reChad Rosier
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-30Remove the conditional that avoided passing the Objective-C runtime specifica...David Chisnall
2011-09-27Check for GCC paths that have the target triple in them. This is required fo...David Chisnall
2011-09-26Make necessary changes in AddMIPSTargetArgs for targeting Mips64. Enable use ofAkira Hatanaka
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-22Add support for CPATH and friends.Benjamin Kramer
2011-09-21Add case labels for Mips64 architectures.Akira Hatanaka
2011-09-20[driver] Default to arm mode when using the integrated assembler.Chad Rosier
2011-09-17As per discussion with Doug Gregor on the IRC channel, introduce a new compil...Francois Pichet
2011-09-17Pass -fmodule-cache-path along to -cc1 properlyDouglas Gregor
2011-09-15Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor
2011-09-14Teach the driver to always pass down a module cache path. If none isDouglas Gregor
2011-09-09Treat the weak export of block runtime symbols as a deployment-targetJohn McCall
2011-09-08[driver] i386 kext preprocessor jobs also need their unsupported options Chad Rosier
2011-09-01Enable -fdelayed-template-parsing by default on Win32.Francois Pichet
2011-08-31objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian
2011-08-26[driver] When generating temporary files allow a prefix to be added. In manyChad Rosier
2011-08-26[driver] Remove a few more options when clang invokes cc1plus for i386 kexts.Chad Rosier
2011-08-26[driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...Chad Rosier
2011-08-26revert 138610, accidental commit.Francois Pichet
2011-08-26git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138610 91177308-0d34-...Francois Pichet
2011-08-23Add support for a verifier to the driver. Currently only verifies debugEric Christopher
2011-08-23enable -fstack-protector on 10.5 for usermode binaries by default.Nico Weber
2011-08-19Add a completely hacky workaround for pch kext files with different extensionsEric Christopher
2011-08-18Use StringRef, rather than C string APIs.Chad Rosier
2011-08-18No seriously, remove the unsupported warning options.Chad Rosier
2011-08-18Fix off by one.Chad Rosier
2011-08-18[driver] Implement in a more table-like manner and add many more warning optionsChad Rosier
2011-08-18Add some more options that aren't handled by llvm-gcc on fallback.Eric Christopher
2011-08-17Fix else style. No functionality change intended.Chad Rosier
2011-08-17Fix iterator end for r137842.Chad Rosier
2011-08-17[driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's Chad Rosier
2011-08-13Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead.Bob Wilson
2011-08-13Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.Nico Weber
2011-08-02When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier
2011-08-01Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc.Chad Rosier
2011-07-28Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-21Avoid warning on "clang -c -Dfoo test.i". Lines like these are createdRafael Espindola
2011-07-20Temporarily revert r135614 while I fix the cmake build.Chad Rosier
2011-07-20When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier
2011-07-20introduce a centralized place to introduce and inject llvm types into theChris Lattner
2011-07-19[arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis
2011-07-12Implement -MG. Fixes PR9613Peter Collingbourne
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis
2011-07-07[arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver option aliases.Argyrios Kyrtzidis
2011-07-06Somehow the -fgnu-runtime option itself got lost in all that shuffling.John McCall