1. 2503ebd Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. by Bob Wilson · 11 years ago
  2. 68f94db Check for warnings in a bunch of the linker invocations, and add one by Chandler Carruth · 11 years ago
  3. 0074d38 Beef up the testing of our 'ld' invocation on linux to cover static by Chandler Carruth · 11 years ago
  4. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 12 years ago
  5. 4c4df45 [driver] The failure of any phase (e.g., preprocess, compile, assemble) for a by Chad Rosier · 12 years ago
  6. e9616a4 [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64 by Simon Atanasyan · 12 years ago
  7. 8614304 [Sanitizer] Change driver behavior when linking with -fsanitize=thread and -fsanitize=memory. TSan/MSan also provide their versions of new/delete and should use the same strategy as ASan. Share the code that sets linker flags for all sanitizers. by Alexey Samsonov · 12 years ago
  8. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 12 years ago
  9. d79f1f3 Allow dash before "ld" in android driver test. by Evgeniy Stepanov · 12 years ago
  10. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 12 years ago
  11. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 12 years ago
  12. a0a628f ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. by Richard Smith · 12 years ago
  13. efc5b67 Driver: Pass down the -march setting down to -cc1as on x86 too. by Benjamin Kramer · 12 years ago
  14. 8019039 Split out the command handling for split debug info, we're going by Eric Christopher · 12 years ago
  15. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
  16. 5704d34 Make sure we only use the output file as a base for debug splitting by Eric Christopher · 12 years ago
  17. 1c885a5 clang/test/Driver/qa_override.c: Appease gcc-driver. by NAKAMURA Takumi · 12 years ago
  18. f870e12 Don't pass -split-dwarf= to the backend unless we're on linux for now. by Eric Christopher · 12 years ago
  19. 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 12 years ago
  20. 51d1095 Try to fix the test for cmake builds, where clang is called clang-3.3. by Benjamin Kramer · 12 years ago
  21. 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 12 years ago
  22. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
  23. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
  24. f0c5456 Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960> by Bob Wilson · 12 years ago
  25. 7a9e91a Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731> by Bob Wilson · 12 years ago
  26. 1975c17 Accept and ignore the -fextended-identifiers option. by Jordan Rose · 12 years ago
  27. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  28. 2821e18 Add some missing PPC cpus by Bill Schmidt · 12 years ago
  29. 3c6aaeb Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set by Hal Finkel · 12 years ago
  30. d123dc6 Revise unit testing for -fno-altivec, -mno-altivec. by Bill Schmidt · 12 years ago
  31. 5ccd3d0 Add PPC A2Q core and BG/Q preprocessor definitions by Hal Finkel · 12 years ago
  32. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  33. 7ba96ae Sometimes ld is just ld. by Matt Beaumont-Gay · 12 years ago
  34. e87edbd clang/test/Driver/asan-ld.c: Try not to mismatch temporary file, like "tmpkcfdld". by NAKAMURA Takumi · 12 years ago
  35. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 12 years ago
  36. a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 12 years ago
  37. 4738f2d [driver] Revise this test to remove the dependency on the integrate assembler. by Chad Rosier · 12 years ago
  38. 1407b49 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  39. 3e335c1 Print warning instead of error if optional ASan features are enabled w/o specifying -fsanitize=address by Alexey Samsonov · 12 years ago
  40. 643728a clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. by NAKAMURA Takumi · 12 years ago
  41. d7e87b2 clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for now. by NAKAMURA Takumi · 12 years ago
  42. 33eb9b5 Create clang/test/Driver/lit.local.cfg. by NAKAMURA Takumi · 12 years ago
  43. 9d71863 [driver] Associate a JobAction with each result file. This enables the driver by Chad Rosier · 12 years ago
  44. d069c3d clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'. by NAKAMURA Takumi · 12 years ago
  45. 6ea3a2a [Driver] Don't remove non-regular files that were outputs. by Daniel Dunbar · 12 years ago
  46. b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 12 years ago
  47. 6a94c1e [ASan] Fixed darwin-sanitizer-ld.c to match the flags after the switch to the dynamic runtime. by Alexander Potapenko · 12 years ago
  48. 2cb3d30 Port r172856: 'Include ubsan runtime even when building a shared library. We don't require executable to be linked with UBSan.' to Mac by Alexey Samsonov · 12 years ago
  49. 4bdc604 Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. by Alexey Samsonov · 12 years ago
  50. 79188ae Include ubsan runtime even when building a shared library. We don't require the executable to be linked with UBSan. by Richard Smith · 12 years ago
  51. 0234179 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 12 years ago
  52. 17d481f Do not pass -pie flag to linker if -shared specified. This matches by Peter Collingbourne · 12 years ago
  53. a40548c Fix uninitialized bool flag access in SanitizerArgs parser by Alexey Samsonov · 12 years ago
  54. 05a10ff clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". by NAKAMURA Takumi · 12 years ago
  55. f43b721 Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 12 years ago
  56. 3214254 [driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /". by Daniel Dunbar · 12 years ago
  57. 08e79d2 [driver] Warnings for warning options are handled by the frontend. The driver needs to process the by Chad Rosier · 12 years ago
  58. 700d4e4 Refactor the x86 CPU name logic in the driver and pass -march and -mcpu by Chandler Carruth · 12 years ago
  59. e1d792f [Mips] Pass a combination of +soft-float and -mips16-hard-float flags to by Simon Atanasyan · 12 years ago
  60. a879a16 Add missing spaces. This doesn't cause problems in practice because we only warn by Rafael Espindola · 12 years ago
  61. c117f39 Correct OpenBSD profiling test by Dmitri Gribenko · 12 years ago
  62. 6cc2a68 Silence some warnings and allow passing down some feature flags to the linker. by Rafael Espindola · 12 years ago
  63. 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 12 years ago
  64. a57b3b4 Produce an actual error before attempting to attach notes to it when bailing out by Richard Smith · 12 years ago
  65. 34ef11b Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 12 years ago
  66. 0a19ee8 Insulate this test from the whims of the random number generator. by Matt Beaumont-Gay · 12 years ago
  67. 30fd671 clang/test/Driver/warning-options.cpp: Appease MSYS bash. by NAKAMURA Takumi · 12 years ago
  68. 6b248db Typo. by Chad Rosier · 12 years ago
  69. d7dfd98 [driver] Have -isysroot warn on nonexistent paths. rdar://12282267 by Chad Rosier · 12 years ago
  70. 4d5b68b Fix the fvectorize testcase by Nadav Rotem · 12 years ago
  71. 27e2b98 Add support for passing the main file name down to the assembler by Eric Christopher · 12 years ago
  72. d566df6 Fix PR14625 by teaching the driver to detect PWD for assembly files. by Chandler Carruth · 12 years ago
  73. 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 12 years ago
  74. 27fa236 Initial support for FreeBSD on ARM. Patch by Andrew Turner. by Rafael Espindola · 12 years ago
  75. 443c999 Add -fslp-vectorize to enable bb-vectorize by Hal Finkel · 12 years ago
  76. 10b5fa2 [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintain by Chad Rosier · 12 years ago
  77. c04d093 [driver] Add the -fvectorize flag to enable the loop vectorization passes. by Chad Rosier · 12 years ago
  78. acb2b8d clang/test/Driver/linker-opts.c: Fix XFAIL that I removed win32. by NAKAMURA Takumi · 12 years ago
  79. cfe7c28 clang/test/Driver/debug-options-as.c: Fixup not to use prefix=S. I didn't know "REQUIRES:" would match --check-prefix=S ... by NAKAMURA Takumi · 12 years ago
  80. 5e4ccb4 clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used. by NAKAMURA Takumi · 12 years ago
  81. 0aeb40f Add tests for a corner case of when to relax all instructions: by Rafael Espindola · 12 years ago
  82. 0f58464 Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fed into the diagnostic formatting machinery again. by Benjamin Kramer · 12 years ago
  83. 6e399b4 long double should be 64 bits on FreeBSD/MIPS64. It possibly should be on by David Chisnall · 12 years ago
  84. 3d8d422 Hexagon TC: forward appropriate args to assembler by Matthew Curtis · 12 years ago
  85. 1dbaef5 Hexagon TC: add cc1 defaults for hexagon-gcc compatibility by Matthew Curtis · 12 years ago
  86. c57d158 Revert r169557. It seems that the test is too restricted by Logan Chien · 12 years ago
  87. cd15652 Add i686-linux-android for gcc toolchain detection. by Logan Chien · 12 years ago
  88. 5705141 hexagon-toolchain.c now passes on win32 by Matthew Curtis · 12 years ago
  89. 803ebf1 relax hexagon-toolchain.c even more to accomodate mingw32 targets by Matthew Curtis · 12 years ago
  90. a64d703 relax hexagon-toolchain.c CHECK to accomodate mingw32 targets by Matthew Curtis · 12 years ago
  91. 2ab3b6d Un-XFAIL hexagon-toolchain.c test for mingw32 by Matthew Curtis · 12 years ago
  92. 33c95f1 Hexagon TC: Add/improve support for small data threshold, pic, pie by Matthew Curtis · 12 years ago
  93. c709c8a Fix hexagon-toolchain.c test to handle versioned clang executables. by Matthew Curtis · 12 years ago
  94. 5fdf350 Hexagon TC: Reimplement Link::ConstructJob to call linker directly by Matthew Curtis · 12 years ago
  95. 112aff1 test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix-like system. by NAKAMURA Takumi · 12 years ago
  96. 6781415 Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to ToolChains.cpp by Matthew Curtis · 12 years ago
  97. 4a29065 Disable hexagon toolchain test on windows targets by Matthew Curtis · 12 years ago
  98. b3489a0 Hexagon TC: Update toolchain to add appropriate include paths by Matthew Curtis · 12 years ago
  99. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  100. 99469f7 Reuse an existing diagnostic for tsan/msan needing -pie error. by Evgeniy Stepanov · 12 years ago