| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach the driver to always pass down a module cache path. If none is | Douglas Gregor | 2011-09-14 | 1 | -0/+15 |
* | [driver] Add support for the COMPILER_PATH environment variable, which adds the | Chad Rosier | 2011-09-14 | 1 | -2/+10 |
* | Treat the weak export of block runtime symbols as a deployment-target | John McCall | 2011-09-09 | 3 | -0/+13 |
* | [driver] i386 kext preprocessor jobs also need their unsupported options | Chad Rosier | 2011-09-08 | 1 | -0/+2 |
* | [driver] When clang crashes, don't try to generate diagnostics (i.e., | Chad Rosier | 2011-09-06 | 1 | -0/+17 |
* | Add the resource directory to the search path for Driver::GetFilePath, | Peter Collingbourne | 2011-09-06 | 1 | -3/+8 |
* | default property synthesis is off by default | Fariborz Jahanian | 2011-09-01 | 1 | -1/+1 |
* | objective-c: Make auto synthesis of properties the default. | Fariborz Jahanian | 2011-09-01 | 1 | -1/+1 |
* | Enable -fdelayed-template-parsing by default on Win32. | Francois Pichet | 2011-09-01 | 1 | -2/+3 |
* | Fix PR10744 by adding the toolchain path to the regular program path | Rafael Espindola | 2011-09-01 | 1 | -5/+6 |
* | Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains.cpp. | Hans Wennborg | 2011-09-01 | 1 | -1/+1 |
* | objective-c: this patch (re)introduces objective-c's default property | Fariborz Jahanian | 2011-08-31 | 1 | -6/+0 |
* | [driver] If no -miphoneos-version-min is specified on the command line *and* | Chad Rosier | 2011-08-31 | 1 | -35/+31 |
* | Some minor updates to the Linux search path handling for Slackware. Patch by... | Eli Friedman | 2011-08-29 | 1 | -1/+1 |
* | Cleanup r138662 per Ben and David's suggestions, thanks. | Chad Rosier | 2011-08-26 | 1 | -14/+7 |
* | Make sure the std::string isn't deallocated prior to use. Many thanks to Eli | Chad Rosier | 2011-08-26 | 1 | -5/+5 |
* | [driver] When generating temporary files allow a prefix to be added. In many | Chad Rosier | 2011-08-26 | 2 | -7/+19 |
* | [driver] Remove a few more options when clang invokes cc1plus for i386 kexts. | Chad Rosier | 2011-08-26 | 1 | -93/+111 |
* | Take 2: Actually fix spacing. | Chad Rosier | 2011-08-26 | 1 | -3/+2 |
* | 80-column. | Chad Rosier | 2011-08-26 | 1 | -1/+2 |
* | [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab... | Chad Rosier | 2011-08-26 | 1 | -0/+8 |
* | revert 138610, accidental commit. | Francois Pichet | 2011-08-26 | 1 | -12/+2 |
* | (no commit message) | Francois Pichet | 2011-08-26 | 1 | -2/+12 |
* | [driver] Do not add -kext to the link command line when compiling with | Chad Rosier | 2011-08-25 | 1 | -17/+0 |
* | Add support for a verifier to the driver. Currently only verifies debug | Eric Christopher | 2011-08-23 | 5 | -9/+73 |
* | enable -fstack-protector on 10.5 for usermode binaries by default. | Nico Weber | 2011-08-23 | 2 | -5/+10 |
* | Typo spotted by Ivan Krasin. | Chad Rosier | 2011-08-20 | 1 | -1/+1 |
* | Add a completely hacky workaround for pch kext files with different extensions | Eric Christopher | 2011-08-19 | 1 | -18/+24 |
* | Use StringRef, rather than C string APIs. | Chad Rosier | 2011-08-18 | 1 | -5/+6 |
* | No seriously, remove the unsupported warning options. | Chad Rosier | 2011-08-18 | 1 | -1/+1 |
* | Fix off by one. | Chad Rosier | 2011-08-18 | 1 | -1/+1 |
* | [driver] Implement in a more table-like manner and add many more warning options | Chad Rosier | 2011-08-18 | 1 | -5/+99 |
* | Add some more options that aren't handled by llvm-gcc on fallback. | Eric Christopher | 2011-08-18 | 1 | -1/+5 |
* | [driver] Don't generate diagnostics (i.e., preprocessed source) if reading | Chad Rosier | 2011-08-18 | 1 | -2/+14 |
* | Fix else style. No functionality change intended. | Chad Rosier | 2011-08-17 | 3 | -7/+8 |
* | Fix typo. | Eric Christopher | 2011-08-17 | 1 | -9/+9 |
* | Fix iterator end for r137842. | Chad Rosier | 2011-08-17 | 1 | -1/+1 |
* | [driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's | Chad Rosier | 2011-08-17 | 2 | -0/+15 |
* | Add additional path to Linux toolchain. Patch by Will Dietz. PR10690. | Eli Friedman | 2011-08-17 | 1 | -0/+3 |
* | Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext. | Bob Wilson | 2011-08-15 | 1 | -6/+0 |
* | Remove duplicate option. | Bob Wilson | 2011-08-15 | 1 | -1/+0 |
* | Fix "Uninitialized" warnings on g++-4.4. | NAKAMURA Takumi | 2011-08-14 | 1 | -1/+1 |
* | Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. | Bob Wilson | 2011-08-13 | 2 | -2/+4 |
* | Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. | Nico Weber | 2011-08-13 | 2 | -6/+8 |
* | [driver] Make sure to update the iterator end when erasing for Args. | Chad Rosier | 2011-08-12 | 1 | -2/+2 |
* | [driver] When generating clang failure diagnostics, don't try to preprocess | Chad Rosier | 2011-08-12 | 1 | -0/+14 |
* | Return the proper type for objects when given a .o extension. | Chad Rosier | 2011-08-12 | 1 | -0/+1 |
* | [driver] Refactor a bit to enable a few fixes when generating diagnostics. N... | Chad Rosier | 2011-08-12 | 1 | -14/+25 |
* | If no -miphoneos-version-min specified, see if we can set the default based on | Chad Rosier | 2011-08-08 | 1 | -0/+15 |
* | Improved efficiency by using iterator returned by erase, rather then restarting. | Chad Rosier | 2011-08-08 | 1 | -4/+4 |