summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [driver] Improve r141053 by only emitting the warning if the original inputChad Rosier2011-10-041-15/+1
* [driver] Improve r141053 by only emitting the warning if the original inputChad Rosier2011-10-041-2/+12
* [driver] Emit a warning if the user has requested debug information and we'reChad Rosier2011-10-041-1/+5
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-3/+3
* Remove the conditional that avoided passing the Objective-C runtime specifica...David Chisnall2011-09-301-74/+72
* Check for GCC paths that have the target triple in them. This is required fo...David Chisnall2011-09-271-18/+2
* Make necessary changes in AddMIPSTargetArgs for targeting Mips64. Enable use ofAkira Hatanaka2011-09-261-16/+52
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* Add support for CPATH and friends.Benjamin Kramer2011-09-221-0/+49
* Add case labels for Mips64 architectures.Akira Hatanaka2011-09-211-0/+2
* [driver] Default to arm mode when using the integrated assembler.Chad Rosier2011-09-201-1/+2
* As per discussion with Doug Gregor on the IRC channel, introduce a new compil...Francois Pichet2011-09-171-0/+5
* Pass -fmodule-cache-path along to -cc1 properlyDouglas Gregor2011-09-171-1/+0
* Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor2011-09-151-0/+2
* Teach the driver to always pass down a module cache path. If none isDouglas Gregor2011-09-141-0/+15
* Treat the weak export of block runtime symbols as a deployment-targetJohn McCall2011-09-091-0/+4
* [driver] i386 kext preprocessor jobs also need their unsupported options Chad Rosier2011-09-081-0/+2
* Enable -fdelayed-template-parsing by default on Win32.Francois Pichet2011-09-011-2/+3
* objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian2011-08-311-6/+0
* [driver] When generating temporary files allow a prefix to be added. In manyChad Rosier2011-08-261-2/+2
* [driver] Remove a few more options when clang invokes cc1plus for i386 kexts.Chad Rosier2011-08-261-93/+111
* [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...Chad Rosier2011-08-261-0/+8
* revert 138610, accidental commit.Francois Pichet2011-08-261-12/+2
* (no commit message)Francois Pichet2011-08-261-2/+12
* Add support for a verifier to the driver. Currently only verifies debugEric Christopher2011-08-231-0/+20
* enable -fstack-protector on 10.5 for usermode binaries by default.Nico Weber2011-08-231-2/+4
* Add a completely hacky workaround for pch kext files with different extensionsEric Christopher2011-08-191-18/+24
* Use StringRef, rather than C string APIs.Chad Rosier2011-08-181-5/+6
* No seriously, remove the unsupported warning options.Chad Rosier2011-08-181-1/+1
* Fix off by one.Chad Rosier2011-08-181-1/+1
* [driver] Implement in a more table-like manner and add many more warning optionsChad Rosier2011-08-181-5/+99
* Add some more options that aren't handled by llvm-gcc on fallback.Eric Christopher2011-08-181-1/+5
* Fix else style. No functionality change intended.Chad Rosier2011-08-171-5/+4
* Fix iterator end for r137842.Chad Rosier2011-08-171-1/+1
* [driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's Chad Rosier2011-08-171-0/+14
* Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead.Bob Wilson2011-08-131-1/+2
* Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.Nico Weber2011-08-131-2/+4
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-2/+2
* Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc.Chad Rosier2011-08-011-1/+4
* Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor2011-07-281-1/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-71/+72
* Avoid warning on "clang -c -Dfoo test.i". Lines like these are createdRafael Espindola2011-07-211-0/+6
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-2/+2
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-2/+2
* introduce a centralized place to introduce and inject llvm types into theChris Lattner2011-07-201-1/+1
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-191-0/+3
* Implement -MG. Fixes PR9613Peter Collingbourne2011-07-121-2/+8
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-1/+7
* [arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver option aliases.Argyrios Kyrtzidis2011-07-071-4/+4
* Somehow the -fgnu-runtime option itself got lost in all that shuffling.John McCall2011-07-061-2/+4
OpenPOWER on IntegriCloud