1. b171852 Prepare for the upcoming version of Debian (jessie) by Sylvestre Ledru · 12 years ago
  2. 6cc2a68 Silence some warnings and allow passing down some feature flags to the linker. by Rafael Espindola · 12 years ago
  3. 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 12 years ago
  4. 5ba0c8e Fix a typo that caused a few standard library implementations of sort to by Chandler Carruth · 12 years ago
  5. f175765 Try to re-structure the GCCVersion comparison routine to make it easier by Chandler Carruth · 12 years ago
  6. 34ef11b Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 12 years ago
  7. ab13751 Add ARM cortex-r5 subtarget as available mcpu by Quentin Colombet · 12 years ago
  8. bb6a7e0 Update comments. by Rafael Espindola · 12 years ago
  9. a367a02 Fix Generic_GCC::GCCVersion::operator< by Rafael Espindola · 12 years ago
  10. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
  11. d7dfd98 [driver] Have -isysroot warn on nonexistent paths. rdar://12282267 by Chad Rosier · 12 years ago
  12. 0f6ef28 Enable the loop vectorizer in clang via -fvectorize by Nadav Rotem · 12 years ago
  13. 27e2b98 Add support for passing the main file name down to the assembler by Eric Christopher · 12 years ago
  14. d566df6 Fix PR14625 by teaching the driver to detect PWD for assembly files. by Chandler Carruth · 12 years ago
  15. de39d17 Add support for current Ubuntu Quantal and the upcoming Raring. by Rafael Espindola · 12 years ago
  16. 27fa236 Initial support for FreeBSD on ARM. Patch by Andrew Turner. by Rafael Espindola · 12 years ago
  17. b2c0887 [driver] Don't warn about an unused -flto option. rdar://12851905 by Chad Rosier · 12 years ago
  18. 04ee66e clang/lib/Driver/Driver.cpp: Split COMPILER_PATH according to llvm::sys::PathSeparator, that is ';' in Win32 hosts. by NAKAMURA Takumi · 12 years ago
  19. 443c999 Add -fslp-vectorize to enable bb-vectorize by Hal Finkel · 12 years ago
  20. c04d093 [driver] Add the -fvectorize flag to enable the loop vectorization passes. by Chad Rosier · 12 years ago
  21. d56f403 Add support to Darwin for the -export_dynamic' flag to the linker. by Bill Wendling · 12 years ago
  22. 3d8d422 Hexagon TC: forward appropriate args to assembler by Matthew Curtis · 12 years ago
  23. 2a907f8 Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linux6E). by NAKAMURA Takumi · 12 years ago
  24. 1dbaef5 Hexagon TC: add cc1 defaults for hexagon-gcc compatibility by Matthew Curtis · 12 years ago
  25. c57d158 Revert r169557. It seems that the test is too restricted by Logan Chien · 12 years ago
  26. cd15652 Add i686-linux-android for gcc toolchain detection. by Logan Chien · 12 years ago
  27. 33c95f1 Hexagon TC: Add/improve support for small data threshold, pic, pie by Matthew Curtis · 12 years ago
  28. 5fdf350 Hexagon TC: Reimplement Link::ConstructJob to call linker directly by Matthew Curtis · 12 years ago
  29. 6781415 Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to ToolChains.cpp by Matthew Curtis · 12 years ago
  30. b3489a0 Hexagon TC: Update toolchain to add appropriate include paths by Matthew Curtis · 12 years ago
  31. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  32. 99469f7 Reuse an existing diagnostic for tsan/msan needing -pie error. by Evgeniy Stepanov · 12 years ago
  33. 88a8fa3 Driver.cpp: Restore clang/Config/config.h to be included at last not to prevent llvm-config.h. by NAKAMURA Takumi · 12 years ago
  34. 1d15398 Add -whole-archive around the ASan runtime archive in the link command. by Chandler Carruth · 12 years ago
  35. 45b2738 Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to by Matt Beaumont-Gay · 12 years ago
  36. 5542635 ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last*, or llvm/Config/llvm-config.h could not be read in header files. by NAKAMURA Takumi · 12 years ago
  37. 00a3ccc Autotools has the same include guard for both Clang and LLVM's config.h. by Chandler Carruth · 12 years ago
  38. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  39. 91ecfa6 Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. by Alexey Samsonov · 12 years ago
  40. 09ccf39 Add -fsanitize=memory. by Evgeniy Stepanov · 12 years ago
  41. bda07ac [MIPS] Add -mxgot/-mno-xgot command line options by Simon Atanasyan · 12 years ago
  42. 0565037 Remove restriction on combining ubsan with asan or tsan. This has worked for a while. by Richard Smith · 12 years ago
  43. 74632aa Add ARM cortex-a5 subtarget by Quentin Colombet · 12 years ago
  44. 398b8e8 Revert commit revision r168953, to change the commit message, which was empty by Quentin Colombet · 12 years ago
  45. b3233f5 by Quentin Colombet · 12 years ago
  46. 4d1a6e4 This patch exposes to Clang users three more sanitizers are experimental features of ASan: by Alexey Samsonov · 12 years ago
  47. 6716d94 Make sure that we put the rest of the sanitizer libraries on the link line by Eric Christopher · 12 years ago
  48. 586a061 [driver] -mkernel implies -mstrict-align; don't add the redundant option. by Chad Rosier · 12 years ago
  49. 3325b16 Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful diagnostic for invalid sets of sanitizers by Alexey Samsonov · 12 years ago
  50. f8fc627 Remove an extra semicolon. by Chad Rosier · 12 years ago
  51. 17c874a Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and by Rafael Espindola · 12 years ago
  52. b854036 Add -fsanitize=integer for reporting suspicious integer behaviors. by Will Dietz · 12 years ago
  53. 8548908 PR14306: Move -fbounds-checking to -fsanitize=bounds. by Joey Gouly · 12 years ago
  54. 66b8a66 Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc. by Bob Wilson · 12 years ago
  55. a6b2581 Fix the '-fuse-init-array' option to actually be an option. by Chandler Carruth · 12 years ago
  56. 21261f4 Test commit: Remove blank line. by Joey Gouly · 12 years ago
  57. 69b77d7 [Sanitizer] force linking with static sanitizer runtimes on Darwin even if they are not found in resource directory. Add test checking sanitizer linker flags on Darwin. by Alexey Samsonov · 12 years ago
  58. 529a73d Add -ldl for non-static libgcc in Android. by Logan Chien · 12 years ago
  59. 18c2842 Enable -fuse-init-array for Android X86/MIPS. by Logan Chien · 12 years ago
  60. 7ce816a Completely re-work how the Clang driver interprets PIC and PIE options. by Chandler Carruth · 12 years ago
  61. c35f908 Revert r167799. It's not really correct, and it doesn't fix the problem that it was intended to fix. by Bill Wendling · 12 years ago
  62. ecf1626 [driver] Add the missing TY_PP_ObjCXX_Alias case to the isCXX function. by Chad Rosier · 12 years ago
  63. 75fcb19 UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building ubsan on OS X in 'make' build system. Patch by Jean-Daniel Dupas. by Alexey Samsonov · 12 years ago
  64. 3d145f6 block extended signatur option. Change previous option by Fariborz Jahanian · 12 years ago
  65. c4a7790 Use empty parens for empty function parameter list instead of '(void)'. by Dmitri Gribenko · 12 years ago
  66. 5bab9ae Revert r167567, restoring the ability of clang to run gcc in cases where it by Nick Lewycky · 12 years ago
  67. b12ecd3 This patch makes the behavior of clang consistent with the behavior of gcc 4.6 in cases where both -fPIC and -fPIE is used. by Benjamin Kramer · 12 years ago
  68. a50059e Disable accelerator tables when compiling with LTO. by Bill Wendling · 12 years ago
  69. f1eaab1 PR14303: Add a NoDriverOption flag to those options which are not accepted by by Richard Smith · 12 years ago
  70. 485577d Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 12 years ago
  71. 7e29327 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 12 years ago
  72. 377e5c1 Remove old driver code to grab the iOS simulator version from the -D option. by Bob Wilson · 12 years ago
  73. 458871a Remove more code related to invoking llvm-gcc. <rdar://problem/11991320> by Bob Wilson · 12 years ago
  74. d2a527e Driver/Darwin: The -arch argument values aren't exactly the arch names from a by Daniel Dunbar · 12 years ago
  75. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  76. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
  77. da05df7 [Driver] Fix -Wp,-MMD pr13959 by Michael J. Spencer · 12 years ago
  78. 03c6076 clang/lib/Driver/Tools.cpp: Fix abuse of StringRef. by NAKAMURA Takumi · 12 years ago
  79. bb1071c Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header file and use it on Darwin toolchain. by Alexey Samsonov · 12 years ago
  80. 04fd382 Per discussion on cfe-commits, treat -faddress-sanitizer, by Richard Smith · 12 years ago
  81. d6396a6 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 12 years ago
  82. c4dabad Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 12 years ago
  83. 715852c Improve x86 android support: by Rafael Espindola · 12 years ago
  84. eb52aed Add -lpthread when building with Ubsan on Linux, in preparation for making libclang-rt.ubsan pull in sanitizer_common, which in turn depends on pthreads. by Richard Smith · 12 years ago
  85. 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
  86. 1cd46de [driver] Remove an extra space with the -iprefix option, so that by Chad Rosier · 12 years ago
  87. 967f3f0 [driver] Remove an extra space with the -internal-externc-isystem option, so by Chad Rosier · 12 years ago
  88. cfed828 getArchTypeForDarwinArchName is only used in the clang driver, copy it there. by Rafael Espindola · 12 years ago
  89. c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
  90. bfd452e Fix if-else braces layout accordingly to the style guide. by Simon Atanasyan · 12 years ago
  91. e015754 Extend -Bprefix functionality and make it closer to gcc. If the "prefix" by Simon Atanasyan · 12 years ago
  92. 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
  93. e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
  94. 89aa2ce [driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 and by Chad Rosier · 12 years ago
  95. d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
  96. 2902829 Remove a bit of dead code. by Rafael Espindola · 12 years ago
  97. 286d623 Reverted back the changes made in 166868 and in 166869 by Mahesha S · 12 years ago
  98. f3b5231 ------------------------------------------------- by Mahesha S · 12 years ago
  99. ccb428b [driver] Before applying the working directory check if the input path by Argyrios Kyrtzidis · 12 years ago
  100. a049bbb [options] Fix mishandling of aliased options that was introduced in r166444. by Argyrios Kyrtzidis · 12 years ago