| Commit message (Expand) | Author | Age | Files | Lines |
| * | MS ABI: Add support for the -vm{b,g,s,m,v} flags | David Majnemer | 2014-02-11 | 1 | -0/+27 |
| * | XCore target: Pass through "-fverbose-asm" flag to xcc assembler. | Robert Lytton | 2014-02-11 | 1 | -0/+3 |
| * | [stackprotector] Add command line option -fstack-protector-strong | Josh Magee | 2014-02-11 | 1 | -2/+6 |
| * | Revert r194097: "With this patch -Wwrite-strings is still implemented with th... | Argyrios Kyrtzidis | 2014-02-07 | 1 | -4/+7 |
| * | Use correct ld emulation for EABI hardware float triple on NetBSD. | Joerg Sonnenberger | 2014-02-06 | 1 | -2/+4 |
| * | Move -verify-pch to use VerifyJobAction | Ben Langmuir | 2014-02-06 | 1 | -4/+3 |
| * | Add a CC1 option -verify-pch | Ben Langmuir | 2014-02-05 | 1 | -6/+22 |
| * | Fix handling of -fno-function-sections, -fno-data-sections in clang driver. | Evgeniy Stepanov | 2014-02-03 | 1 | -2/+9 |
| * | Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas. | Joerg Sonnenberger | 2014-02-02 | 1 | -0/+16 |
| * | Use a switch for the emulation handling. | Joerg Sonnenberger | 2014-02-02 | 1 | -8/+10 |
| * | Handle compat support for EABI/old APCS compatibility on NetBSD/ARM. | Joerg Sonnenberger | 2014-02-02 | 1 | -0/+17 |
| * | Replace hasMipsN32ABIArg by hasMipsABIArg to make it easier to add | Joerg Sonnenberger | 2014-02-02 | 1 | -8/+8 |
| * | Pass down -mcpu for external assembler in thumb mode, too. From Matt Thomas. | Joerg Sonnenberger | 2014-02-02 | 1 | -1/+2 |
| * | Minor formatting improvement. | Joerg Sonnenberger | 2014-02-02 | 1 | -2/+2 |
| * | Revert r200555, r200545. | Evgeniy Stepanov | 2014-02-02 | 1 | -9/+0 |
| * | Last option on -fexception for arm-disable-ehabi | Renato Golin | 2014-01-31 | 1 | -3/+6 |
| * | Connect -fno-exceptions to -arm-disable-ehabi | Renato Golin | 2014-01-31 | 1 | -0/+6 |
| * | ARM RT libs with generic name | Renato Golin | 2014-01-31 | 1 | -3/+12 |
| * | Make x86 Android default target CPUs compatible with GCC (http://llvm-reviews... | Alexey Bataev | 2014-01-31 | 1 | -3/+7 |
| * | Turn on PIC by default on Android (http://llvm-reviews.chandlerc.com/D2603) | Alexey Bataev | 2014-01-28 | 1 | -0/+23 |
| * | Driver: support -fno-debug-types-section to override -fdebug-types-section | David Blaikie | 2014-01-27 | 1 | -1/+2 |
| * | [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6... | Simon Atanasyan | 2014-01-27 | 1 | -2/+2 |
| * | [AArch64] Add -mgeneral_regs_only option. | Amara Emerson | 2014-01-23 | 1 | -4/+6 |
| * | MachO embedded: default to soft float without issuing warning | Tim Northover | 2014-01-23 | 1 | -0/+4 |
| * | Improve x86 android support, add x86_64 android target | Alexey Bataev | 2014-01-23 | 1 | -4/+7 |
| * | Driver: Suppression support for -Wa,--compress-debug-sections | David Blaikie | 2014-01-22 | 1 | -1/+2 |
| * | ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior | Fariborz Jahanian | 2014-01-20 | 1 | -3/+4 |
| * | Driver support for -fdebug-types-sections | David Blaikie | 2014-01-18 | 1 | -1/+4 |
| * | Use switch statements in preparation for adding more architectures. | Joerg Sonnenberger | 2014-01-18 | 1 | -2/+7 |
| * | Driver: Stub -Wa,-compress-debug-sections support for integrated-as with a su... | David Blaikie | 2014-01-17 | 1 | -0/+12 |
| * | MachO: use *-*-*-macho for MachO embedded targets. | Tim Northover | 2014-01-16 | 1 | -142/+39 |
| * | Remove support for armv7f slice. <rdar://problem/12478440> | Bob Wilson | 2014-01-15 | 1 | -4/+2 |
| * | Remove the -cxx-abi command-line flag. | Hans Wennborg | 2014-01-14 | 1 | -4/+0 |
| * | Remove a temporary workaround that is no longer relevant. | Bob Wilson | 2014-01-14 | 1 | -20/+3 |
| * | clang-cl: Ignore /fallback when not actually compiling (PR18456) | Hans Wennborg | 2014-01-13 | 1 | -1/+2 |
| * | MIPS and SPARC assemblers both take the -KPIC flag. | Jakob Stoklund Olesen | 2014-01-12 | 1 | -5/+12 |
| * | Select the UltraSPARC instruction set when invoking the assembler. | Jakob Stoklund Olesen | 2014-01-11 | 1 | -0/+2 |
| * | Use the right dynamic linker for SPARC Linux executables. | Jakob Stoklund Olesen | 2014-01-10 | 1 | -1/+4 |
| * | Give the linker the right ELF type for SPARC targets. | Jakob Stoklund Olesen | 2014-01-10 | 1 | -0/+4 |
| * | Pass -32/-64 to the assembler when building for sparc/sparc64. | Jakob Stoklund Olesen | 2014-01-10 | 1 | -0/+4 |
| * | Sort all the #include lines with LLVM's utils/sort_includes.py which | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| * | Implement a new -fstandalone-debug option. rdar://problem/15685848 | Adrian Prantl | 2014-01-07 | 1 | -2/+2 |
| * | Driver: Accept -fprofile-instr-use and -fprofile-instr-generate | Justin Bogner | 2014-01-06 | 1 | -0/+15 |
| * | Remove a tab that snuck in. | Roman Divacky | 2014-01-02 | 1 | -1/+1 |
| * | In the FreeBSD assembler driver, inform the sparc assembler that we're producing | Roman Divacky | 2014-01-02 | 1 | -0/+13 |
| * | LIBRARY_PATH environment variable should only be supported on a native compiler. | Richard Barton | 2013-12-17 | 1 | -1/+3 |
| * | Support EABIHF environment on ARM. | Joerg Sonnenberger | 2013-12-16 | 1 | -0/+4 |
| * | Avoid temporary std::string. | Rafael Espindola | 2013-12-12 | 1 | -4/+3 |
| * | Don't return a pointer to a temporary std::string's c_str. | Rafael Espindola | 2013-12-12 | 1 | -3/+4 |
| * | Simple refactoring to eliminate single-use local variable | Bernard Ogden | 2013-12-12 | 1 | -3/+1 |