- e40bc4b Fix typo in r184308. by Richard Smith · 11 years ago
- 2d8b279 Revert "Adds support for openSUSE ARM v5/v7 triples." by Renato Golin · 11 years ago
- 50abf4b Adds support for openSUSE ARM v5/v7 triples. by Renato Golin · 11 years ago
- 4cd90df [Driver] Don't forward source file input args to gcc by Reid Kleckner · 11 years ago
- 3c1e4f2 Revert r184302 on Renato's behalf - it broke the bots and he's asked me to revert as he's unavailable. by James Molloy · 11 years ago
- 14595c2 Adds support for openSUSE ARM v5/v7 triples. by Renato Golin · 11 years ago
- 9ff463e Use llvm::sys::fs::can_execute. by Rafael Espindola · 11 years ago
- fc0f91c Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 11 years ago
- da1f9cb Use llvm::sys::fs::can_write. by Rafael Espindola · 11 years ago
- b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
- 3e8ac1b Accept and ignore -fdebug-types-section for now. This will be used by Eric Christopher · 11 years ago
- a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
- dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
- b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
- 162579a Remove implicit fallthrough from AArch64 to Mips in lib selection by Tim Northover · 11 years ago
- 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
- 4889a1f Teach clang about the armv4/armv4t distinction by Tim Northover · 11 years ago
- 1b03464 Add Ubuntu Saucy to the list of known Ubuntu releases by Sylvestre Ledru · 11 years ago
- a603569 Use the global functions instead of the Program methods. by Rafael Espindola · 11 years ago
- a265461 Try to fix the windows build. by Rafael Espindola · 11 years ago
- 61f0868 When we're compiling with -pg make sure to link with gcrt1.o on linux. Be by Eric Christopher · 11 years ago
- c47b6f3 If we're splitting the dwarf for fission and don't want to use the by Eric Christopher · 11 years ago
- 9adba39 Default to PIE and using stack protection on OpenBSD. by Rafael Espindola · 11 years ago
- bdaa134 Driver: implement --dyld-prefix option. by Peter Collingbourne · 11 years ago
- 050309f Add -fsanitize=leak to driver options. by Sergey Matveev · 11 years ago
- 3a8aff9 Add -lrt to sanitizer link arguments. by Evgeniy Stepanov · 11 years ago
- d5dcdb2 Constify the 'dump' method so that it can be called by a const object. by Bill Wendling · 11 years ago
- 26afaf0 Extend default blacklist logic to MSan and TSan. by Evgeniy Stepanov · 11 years ago
- b69557e Fix a logic bug in the handling of -fmath-errno in the driver. We would by Chandler Carruth · 11 years ago
- 6bdc4c6 [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. by Simon Atanasyan · 12 years ago
- e756563 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 12 years ago
- b840921 by Ulrich Weigand · 12 years ago
- fd4aa4b R600: Update GPU variants in -mcpu option by Tom Stellard · 12 years ago
- 1c18759 [driver] Allow multiple -arch options with -save-temps by adding the arch name by Chad Rosier · 12 years ago
- ec2b1b9 Always use / when computing mips specific paths. by Rafael Espindola · 12 years ago
- 9dbfc61 [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the assembler. by Simon Atanasyan · 12 years ago
- a7efaf9 Add support for -stdlib=libc++ in the NetBSD toolchain. by Joerg Sonnenberger · 12 years ago
- 99d2eb4 Exit early when $PWD isn't set. Remove unused unistd.h include. by Benjamin Kramer · 12 years ago
- 6089adc Use LLVM's preferred current_path API instead of calling getcwd(3) directly. by Benjamin Kramer · 12 years ago
- 7c99374 [driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN to by Chad Rosier · 12 years ago
- 1d22fa2 Fix the dangling pointer. by Chad Rosier · 12 years ago
- e1c4ac3 [driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the Windows by Chad Rosier · 12 years ago
- b1c8122 [driver] Implement the -fdebug-compilation-dir in a way that is compatible with by Chad Rosier · 12 years ago
- 3142279 [driver] Put -fvectorize under the -Ofast umbrella flag. Part of rdar://13622687 by Chad Rosier · 12 years ago
- b82e117 [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 12 years ago
- 0127b3f [driver] Add a hasFlag API that accepts a positive alias. by Chad Rosier · 12 years ago
- c7e2a4e [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM by Simon Atanasyan · 12 years ago
- 990b5e5 [Mips] Do not add unnecessary Mips toolchain path to the list by Simon Atanasyan · 12 years ago
- 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 12 years ago
- 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 12 years ago
- f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 12 years ago
- 3c6a9b0 Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. by Nadav Rotem · 12 years ago
- 50ea963 Rename the slp-vectorizer clang/llvm flags. No functionality change. by Nadav Rotem · 12 years ago
- 321ae79 [Mips] Support -mmicromips / -mno-micromips command line options. by Simon Atanasyan · 12 years ago
- a814161 [Mips] Fix indentation. by Simon Atanasyan · 12 years ago
- 7c06cba [Mips] Follow-up to r179481. Reduce code duplication. Use by Simon Atanasyan · 12 years ago
- d44d04f Add driver support for fedora 18 on ARM. by Rafael Espindola · 12 years ago
- 2ed42b8 [Mips] Remove "single" from the list of valid MIPS float ABI names. Add by Simon Atanasyan · 12 years ago
- f7f74c6 Remove duplicated comment. by Simon Atanasyan · 12 years ago
- 8cfb720 Fix the driver logic for recent versions of DragonFly. by John McCall · 12 years ago
- f6f77bd Add a new -mimplicit-float option for symmetry with -mno-implicit-float. by Bob Wilson · 12 years ago
- 2982808 Hexagon: Remove -g option from the assembler command line. by Jyotsna Verma · 12 years ago
- 708d72a For split dwarf we should also run the objcopy action if we're by Eric Christopher · 12 years ago
- 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 12 years ago
- db68e5a One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms that force default PIC (like Darwin x86-64), otherwise specifying -fPIC will produce bogus unused argument warning by Alexey Samsonov · 12 years ago
- 4a1ea52 Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-base-shadow on Android by Alexey Samsonov · 12 years ago
- 52ca70d If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. by Peter Collingbourne · 12 years ago
- e449edc [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks). by Jordan Rose · 12 years ago
- b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 12 years ago
- 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 12 years ago
- ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 12 years ago
- 3105627 Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 12 years ago
- d3e22df From PR9121 gcc defaulted to omitting the frame pointer on linux, by Eric Christopher · 12 years ago
- 3d11708 [analyzer] Moving cplusplus.NewDelete to alpha.* for now. by Anton Yartsev · 12 years ago
- e25d2f6 R600: Handle -mcpu option v3 by Tom Stellard · 12 years ago
- fe6b271 Add support for gcc-compatible -mfprnd -mno-fprnd PPC options by Hal Finkel · 12 years ago
- 073f5e8 Hexagon: Set Hexagon tool-chain when configured as OSless target. by Jyotsna Verma · 12 years ago
- 577bb0a Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools. by Thomas Schwinge · 12 years ago
- d52b4a9 Rename LinuxDistro to Distro. by Thomas Schwinge · 12 years ago
- 829d187 Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options by Hal Finkel · 12 years ago
- 286f3e6 [Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust by Simon Atanasyan · 12 years ago
- f4320ab Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options by Hal Finkel · 12 years ago
- c544ba0 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 12 years ago
- c48d575 [driver] Do not generate crash diagnostics if the compilation command failed by Chad Rosier · 12 years ago
- d44d287 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. by Douglas Gregor · 12 years ago
- 2de19ed [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free, and use-after-free problems of memory managed by new/delete. by Anton Yartsev · 12 years ago
- 2951187 Reject -no-integrated-as on windows. by Rafael Espindola · 12 years ago
- 4a79296 Revert svn r176894 and r177658. by Bob Wilson · 12 years ago
- 76e6e13 If a .syms file is available alongside a sanitizer runtime, pass it to the by Richard Smith · 12 years ago
- 892b6fb <rdar://problem/13477190> Give the Clang module cache directory some structure, so it's easier to find. by Douglas Gregor · 12 years ago
- 4c49f7b Avoid warnings from compilers that think you can drop off the end of a fully covered switch. by Benjamin Kramer · 12 years ago
- 3656c61 [ASan] Let the users to invoke `clang -fsanitize=address` to link binaries targeting the iOS simulator. by Alexander Potapenko · 12 years ago
- 61a574f Split ubsan runtime into three pieces (clang part): by Richard Smith · 12 years ago
- 3309229 Fix redundant comparison in gcc::Common::ConstructJob. by Hans Wennborg · 12 years ago
- f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 12 years ago
- ccc45d2 Go back to using the integrated assembler on windows ever when passed by Rafael Espindola · 12 years ago
- 7d0d85f [ASan] Make -fsanitize=address always imply -fsanitize=init-order by Alexey Samsonov · 12 years ago
- c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 12 years ago
- 8a1115f Centralize the logic for using the integrated assembler. by Rafael Espindola · 12 years ago
- 5b22205 Centralize the recording of which tools have been constructed. by Rafael Espindola · 12 years ago