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