summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* Teach the driver to always pass down a module cache path. If none isDouglas Gregor2011-09-141-0/+15
* [driver] Add support for the COMPILER_PATH environment variable, which adds theChad Rosier2011-09-141-2/+10
* Treat the weak export of block runtime symbols as a deployment-targetJohn McCall2011-09-093-0/+13
* [driver] i386 kext preprocessor jobs also need their unsupported options Chad Rosier2011-09-081-0/+2
* [driver] When clang crashes, don't try to generate diagnostics (i.e., Chad Rosier2011-09-061-0/+17
* Add the resource directory to the search path for Driver::GetFilePath,Peter Collingbourne2011-09-061-3/+8
* default property synthesis is off by defaultFariborz Jahanian2011-09-011-1/+1
* objective-c: Make auto synthesis of properties the default.Fariborz Jahanian2011-09-011-1/+1
* Enable -fdelayed-template-parsing by default on Win32.Francois Pichet2011-09-011-2/+3
* Fix PR10744 by adding the toolchain path to the regular program pathRafael Espindola2011-09-011-5/+6
* Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains.cpp.Hans Wennborg2011-09-011-1/+1
* objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian2011-08-311-6/+0
* [driver] If no -miphoneos-version-min is specified on the command line *and*Chad Rosier2011-08-311-35/+31
* Some minor updates to the Linux search path handling for Slackware. Patch by...Eli Friedman2011-08-291-1/+1
* Cleanup r138662 per Ben and David's suggestions, thanks.Chad Rosier2011-08-261-14/+7
* Make sure the std::string isn't deallocated prior to use. Many thanks to EliChad Rosier2011-08-261-5/+5
* [driver] When generating temporary files allow a prefix to be added. In manyChad Rosier2011-08-262-7/+19
* [driver] Remove a few more options when clang invokes cc1plus for i386 kexts.Chad Rosier2011-08-261-93/+111
* Take 2: Actually fix spacing.Chad Rosier2011-08-261-3/+2
* 80-column.Chad Rosier2011-08-261-1/+2
* [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
* [driver] Do not add -kext to the link command line when compiling with Chad Rosier2011-08-251-17/+0
* Add support for a verifier to the driver. Currently only verifies debugEric Christopher2011-08-235-9/+73
* enable -fstack-protector on 10.5 for usermode binaries by default.Nico Weber2011-08-232-5/+10
* Typo spotted by Ivan Krasin.Chad Rosier2011-08-201-1/+1
* 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
* [driver] Don't generate diagnostics (i.e., preprocessed source) if reading Chad Rosier2011-08-181-2/+14
* Fix else style. No functionality change intended.Chad Rosier2011-08-173-7/+8
* Fix typo.Eric Christopher2011-08-171-9/+9
* 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-172-0/+15
* Add additional path to Linux toolchain. Patch by Will Dietz. PR10690.Eli Friedman2011-08-171-0/+3
* Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext.Bob Wilson2011-08-151-6/+0
* Remove duplicate option.Bob Wilson2011-08-151-1/+0
* Fix "Uninitialized" warnings on g++-4.4.NAKAMURA Takumi2011-08-141-1/+1
* Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead.Bob Wilson2011-08-132-2/+4
* Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.Nico Weber2011-08-132-6/+8
* [driver] Make sure to update the iterator end when erasing for Args.Chad Rosier2011-08-121-2/+2
* [driver] When generating clang failure diagnostics, don't try to preprocess Chad Rosier2011-08-121-0/+14
* Return the proper type for objects when given a .o extension.Chad Rosier2011-08-121-0/+1
* [driver] Refactor a bit to enable a few fixes when generating diagnostics. N...Chad Rosier2011-08-121-14/+25
* If no -miphoneos-version-min specified, see if we can set the default based onChad Rosier2011-08-081-0/+15
* Improved efficiency by using iterator returned by erase, rather then restarting.Chad Rosier2011-08-081-4/+4
OpenPOWER on IntegriCloud