| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the -nostdclanginc option to clang (the driver). | Rafael Espindola | 2009-10-06 | 1 | -0/+1 |
| * | Set __EXCEPTIONS by checking on darwin's triple. | Fariborz Jahanian | 2009-10-01 | 1 | -3/+8 |
| * | Move the "needs exception support" logic to clang. This also fixes | Rafael Espindola | 2009-10-01 | 1 | -9/+29 |
| * | Turn on 'RegionStore' as the default store manager both for 'clang --analyze'... | Ted Kremenek | 2009-09-25 | 1 | -0/+3 |
| * | Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. | Daniel Dunbar | 2009-09-18 | 1 | -5/+5 |
| * | Lift AddLinkRuntimeLibArgs into Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -43/+2 |
| * | Move isMacosxVersionLT helpers to Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -26/+18 |
| * | Lift getMacosxVersionMin out into Darwin ToolChain. | Daniel Dunbar | 2009-09-18 | 1 | -13/+1 |
| * | Lift AddLinkerSearchPaths() into Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -17/+1 |
| * | Rename a variable to match its semantics. | Daniel Dunbar | 2009-09-18 | 1 | -16/+16 |
| * | Driver: Change -O to mean -O2, -O1 is meaningless. | Daniel Dunbar | 2009-09-17 | 1 | -2/+2 |
| * | We don't need a -compile-ast clang-cc action, we can just use -S. | Daniel Dunbar | 2009-09-17 | 1 | -4/+1 |
| * | Incremental improvement to logic determining whether we emit unwind tables or | Daniel Dunbar | 2009-09-16 | 1 | -4/+11 |
| * | Support -mabi= for clang/ARM. | Daniel Dunbar | 2009-09-14 | 1 | -0/+26 |
| * | Swizzle the target triple based on -mthumb, and update clang-cc to recognize | Daniel Dunbar | 2009-09-11 | 1 | -3/+12 |
| * | Initial handling of -m{soft-float,hard-float,float-abi=} for ARM. | Daniel Dunbar | 2009-09-10 | 1 | -3/+61 |
| * | Move X86 handling of -m[no-]soft-float and -m[no-]red-zone into AddX86TargetA... | Daniel Dunbar | 2009-09-10 | 1 | -10/+16 |
| * | Change getLLVMArchNameForARM to just get the suffix. | Daniel Dunbar | 2009-09-10 | 1 | -11/+13 |
| * | Add code to mangle the triple for LLVM on ARM. | Daniel Dunbar | 2009-09-10 | 1 | -4/+58 |
| * | Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support t... | Daniel Dunbar | 2009-09-10 | 1 | -0/+4 |
| * | ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. | Daniel Dunbar | 2009-09-10 | 1 | -0/+67 |
| * | Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. | Daniel Dunbar | 2009-09-10 | 1 | -1/+40 |
| * | Add a check that -static is not used with -dynamic or -mdynamic-no-pic. | Daniel Dunbar | 2009-09-10 | 1 | -0/+17 |
| * | Factor out CheckPreprocessing options to share between Clang/CC1 tools. | Daniel Dunbar | 2009-09-10 | 1 | -14/+18 |
| * | Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. | Daniel Dunbar | 2009-09-09 | 1 | -40/+54 |
| * | Change Get{File,Program}Path to return an std::string (instead of a sys::Path). | Daniel Dunbar | 2009-09-09 | 1 | -43/+43 |
| * | Remove gratuitous use of c_str(). | Daniel Dunbar | 2009-09-09 | 1 | -65/+66 |
| * | Use Twine concatenation instead of llvm::format. | Daniel Dunbar | 2009-09-09 | 1 | -15/+12 |
| * | Simplify. | Daniel Dunbar | 2009-09-09 | 1 | -9/+7 |
| * | Use AddDarwinArch for passing arch name to assembler. | Daniel Dunbar | 2009-09-09 | 1 | -6/+5 |
| * | Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t... | Daniel Dunbar | 2009-09-09 | 1 | -4/+4 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -27/+23 |
| * | Remove FIXMEs for pedantically-gcc-bug-compatible behavior. | Daniel Dunbar | 2009-09-08 | 1 | -26/+4 |
| * | Merge libgcc spec changes for darwin::Link::ConstructJob. | Daniel Dunbar | 2009-09-04 | 1 | -3/+10 |
| * | Tweak darwin::Link::AddLinkArgs. | Daniel Dunbar | 2009-09-04 | 1 | -1/+11 |
| * | Implement darwin::Link::AddDarwinArch for ARM. | Daniel Dunbar | 2009-09-04 | 1 | -1/+73 |
| * | Darwin: Pass -iphoneos-version-min to ld when building for ARM. | Daniel Dunbar | 2009-09-04 | 1 | -11/+11 |
| * | Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. | Daniel Dunbar | 2009-09-04 | 1 | -4/+0 |
| * | Add basic support for -pthread. | Daniel Dunbar | 2009-09-03 | 1 | -0/+2 |
| * | Add driver support for -emit-ast and AST compilation steps. | Daniel Dunbar | 2009-09-01 | 1 | -2/+20 |
| * | Updated GNU runtime non-fragile ABI. | David Chisnall | 2009-08-31 | 1 | -0/+5 |
| * | PR4766: Don't pass -static to 'as' on x86_64 on Darwin. | Daniel Dunbar | 2009-08-24 | 1 | -3/+3 |
| * | Second half of, clang, AuroraUX toolchain support. | Edward O'Callaghan | 2009-08-22 | 1 | -0/+129 |
| * | Fix -fno-omit-frame-pointer bug Eli noticed. | Benjamin Kramer | 2009-08-05 | 1 | -2/+2 |
| * | Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel... | Benjamin Kramer | 2009-08-05 | 1 | -0/+5 |
| * | Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky! | Benjamin Kramer | 2009-08-05 | 1 | -1/+2 |
| * | Driver/OpenBSD: Improve ld options. | Daniel Dunbar | 2009-08-03 | 1 | -2/+18 |
| * | Add beginnigs of rtti generation, wire up more of -fno-exceptions. | Mike Stump | 2009-07-31 | 1 | -1/+15 |
| * | Have 'clang --analyze' run syntactic static analysis security checks. | Ted Kremenek | 2009-07-24 | 1 | -0/+1 |
| * | Remove -ftraditional option, which gcc doesn't actually support. Make | Eli Friedman | 2009-07-14 | 1 | -4/+6 |