| Commit message (Expand) | Author | Age | Files | Lines |
* | Driver: Add support for a new -nostdlibinc option. | Daniel Dunbar | 2011-10-11 | 1 | -0/+2 |
* | Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include | Daniel Dunbar | 2011-10-11 | 1 | -3/+8 |
* | Link in Scrt1.o instead of crt1.o when -pie is specified. | Roman Divacky | 2011-10-10 | 1 | -2/+4 |
* | [arcmt] Ignore linking errors when doing ARC migration, rdar://10247606 | Argyrios Kyrtzidis | 2011-10-07 | 1 | -0/+12 |
* | More cleanup using StringSwitch. | Chad Rosier | 2011-10-07 | 1 | -65/+35 |
* | Remove DISABLE_ARM_DARWIN_USE_MOVT ifdefs. Radar 9456730. | Bob Wilson | 2011-10-06 | 1 | -8/+0 |
* | Add -Wlanguage-extension-token option for ext_token_used warning. | Ivan Krasin | 2011-10-06 | 1 | -0/+1 |
* | Driver & AST: Implement support for -fpack-struct and -fpack-struct= command | Daniel Dunbar | 2011-10-05 | 1 | -0/+12 |
* | [driver] Improve r141053 by only emitting the warning if the original input | Chad Rosier | 2011-10-04 | 1 | -15/+1 |
* | [driver] Improve r141053 by only emitting the warning if the original input | Chad Rosier | 2011-10-04 | 1 | -2/+12 |
* | [driver] Emit a warning if the user has requested debug information and we're | Chad Rosier | 2011-10-04 | 1 | -1/+5 |
* | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall | 2011-10-02 | 1 | -3/+3 |
* | Remove the conditional that avoided passing the Objective-C runtime specifica... | David Chisnall | 2011-09-30 | 1 | -74/+72 |
* | Check for GCC paths that have the target triple in them. This is required fo... | David Chisnall | 2011-09-27 | 1 | -18/+2 |
* | Make necessary changes in AddMIPSTargetArgs for targeting Mips64. Enable use of | Akira Hatanaka | 2011-09-26 | 1 | -16/+52 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
* | Add support for CPATH and friends. | Benjamin Kramer | 2011-09-22 | 1 | -0/+49 |
* | Add case labels for Mips64 architectures. | Akira Hatanaka | 2011-09-21 | 1 | -0/+2 |
* | [driver] Default to arm mode when using the integrated assembler. | Chad Rosier | 2011-09-20 | 1 | -1/+2 |
* | As per discussion with Doug Gregor on the IRC channel, introduce a new compil... | Francois Pichet | 2011-09-17 | 1 | -0/+5 |
* | Pass -fmodule-cache-path along to -cc1 properly | Douglas Gregor | 2011-09-17 | 1 | -1/+0 |
* | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor | 2011-09-15 | 1 | -0/+2 |
* | Teach the driver to always pass down a module cache path. If none is | Douglas Gregor | 2011-09-14 | 1 | -0/+15 |
* | Treat the weak export of block runtime symbols as a deployment-target | John McCall | 2011-09-09 | 1 | -0/+4 |
* | [driver] i386 kext preprocessor jobs also need their unsupported options | Chad Rosier | 2011-09-08 | 1 | -0/+2 |
* | Enable -fdelayed-template-parsing by default on Win32. | Francois Pichet | 2011-09-01 | 1 | -2/+3 |
* | objective-c: this patch (re)introduces objective-c's default property | Fariborz Jahanian | 2011-08-31 | 1 | -6/+0 |
* | [driver] When generating temporary files allow a prefix to be added. In many | Chad Rosier | 2011-08-26 | 1 | -2/+2 |
* | [driver] Remove a few more options when clang invokes cc1plus for i386 kexts. | Chad Rosier | 2011-08-26 | 1 | -93/+111 |
* | [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 |
* | Add support for a verifier to the driver. Currently only verifies debug | Eric Christopher | 2011-08-23 | 1 | -0/+20 |
* | enable -fstack-protector on 10.5 for usermode binaries by default. | Nico Weber | 2011-08-23 | 1 | -2/+4 |
* | 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 |
* | Fix else style. No functionality change intended. | Chad Rosier | 2011-08-17 | 1 | -5/+4 |
* | 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 | 1 | -0/+14 |
* | Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. | Bob Wilson | 2011-08-13 | 1 | -1/+2 |
* | Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. | Nico Weber | 2011-08-13 | 1 | -2/+4 |
* | When the compiler crashes, the compiler driver now produces diagnostic | Chad Rosier | 2011-08-02 | 1 | -2/+2 |
* | Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc. | Chad Rosier | 2011-08-01 | 1 | -1/+4 |
* | Introduce the "-index-header-map" option, to give special semantics | Douglas Gregor | 2011-07-28 | 1 | -1/+2 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -71/+72 |
* | Avoid warning on "clang -c -Dfoo test.i". Lines like these are created | Rafael Espindola | 2011-07-21 | 1 | -0/+6 |