1. b69557e Fix a logic bug in the handling of -fmath-errno in the driver. We would by Chandler Carruth · 11 years ago
  2. edc3133 Slight reorganization of the fast-math tests which test for errno by Chandler Carruth · 11 years ago
  3. 6bdc4c6 [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. by Simon Atanasyan · 11 years ago
  4. fd4aa4b R600: Update GPU variants in -mcpu option by Tom Stellard · 11 years ago
  5. 1c18759 [driver] Allow multiple -arch options with -save-temps by adding the arch name by Chad Rosier · 11 years ago
  6. 24cb36d Use {{.*}}suffix instead of [[TC]] in places where we print the toolchain by Rafael Espindola · 11 years ago
  7. 9dbfc61 [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the assembler. by Simon Atanasyan · 11 years ago
  8. b1c8122 [driver] Implement the -fdebug-compilation-dir in a way that is compatible with by Chad Rosier · 11 years ago
  9. fed07a2 Add "-no-canonical-prefixes" to a test case. by Richard Trieu · 11 years ago
  10. 9f366db [driver] Test that last option wins between -Ofast and -O2. by Chad Rosier · 11 years ago
  11. 3142279 [driver] Put -fvectorize under the -Ofast umbrella flag. Part of rdar://13622687 by Chad Rosier · 11 years ago
  12. b82e117 [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 11 years ago
  13. 387f8aa [Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-related by Simon Atanasyan · 11 years ago
  14. c7e2a4e [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM by Simon Atanasyan · 11 years ago
  15. 990b5e5 [Mips] Do not add unnecessary Mips toolchain path to the list by Simon Atanasyan · 11 years ago
  16. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 11 years ago
  17. 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 11 years ago
  18. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  19. cb4d09c Use -emit-llvm for the following tests to stop them from failing for Hexagon: by Jyotsna Verma · 11 years ago
  20. 3c6a9b0 Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. by Nadav Rotem · 11 years ago
  21. 50ea963 Rename the slp-vectorizer clang/llvm flags. No functionality change. by Nadav Rotem · 11 years ago
  22. 321ae79 [Mips] Support -mmicromips / -mno-micromips command line options. by Simon Atanasyan · 11 years ago
  23. d44d04f Add driver support for fedora 18 on ARM. by Rafael Espindola · 11 years ago
  24. 2ed42b8 [Mips] Remove "single" from the list of valid MIPS float ABI names. Add by Simon Atanasyan · 11 years ago
  25. 67cd74e Simplify test so that it is more portable. by Rafael Espindola · 11 years ago
  26. 14ca7ce Disable following tests for Hexagon: by Jyotsna Verma · 11 years ago
  27. 759c40e Flail at trying to appease various linuxy buildbots. by John McCall · 11 years ago
  28. 8cfb720 Fix the driver logic for recent versions of DragonFly. by John McCall · 11 years ago
  29. f6f77bd Add a new -mimplicit-float option for symmetry with -mno-implicit-float. by Bob Wilson · 11 years ago
  30. 2982808 Hexagon: Remove -g option from the assembler command line. by Jyotsna Verma · 11 years ago
  31. 292285e FileCheck-ify more grep tests with quoted double quotes by Reid Kleckner · 11 years ago
  32. 708d72a For split dwarf we should also run the objcopy action if we're by Eric Christopher · 11 years ago
  33. 2c5a38e FileCheck-ify some clang grep tests that use double quotes by Reid Kleckner · 11 years ago
  34. c95468f Add testcases for -fparse-all-comments by Dmitri Gribenko · 11 years ago
  35. 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
  36. 4a1ea52 Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-base-shadow on Android by Alexey Samsonov · 12 years ago
  37. 52ca70d If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. by Peter Collingbourne · 12 years ago
  38. 3105627 Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 12 years ago
  39. 2efbe47 Test Hexagon tool-chain when configured as OSless target. by Jyotsna Verma · 12 years ago
  40. 54c6352 Move this file into the correct directory. by Eric Christopher · 12 years ago
  41. f12a25b Fix typo in test by Matt Beaumont-Gay · 12 years ago
  42. e25d2f6 R600: Handle -mcpu option v3 by Tom Stellard · 12 years ago
  43. fe6b271 Add support for gcc-compatible -mfprnd -mno-fprnd PPC options by Hal Finkel · 12 years ago
  44. 829d187 Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options by Hal Finkel · 12 years ago
  45. 286f3e6 [Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust by Simon Atanasyan · 12 years ago
  46. f4320ab Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options by Hal Finkel · 12 years ago
  47. 2951187 Reject -no-integrated-as on windows. by Rafael Espindola · 12 years ago
  48. e8b87f9 Don't actually invoke codegen in driver test. by Benjamin Kramer · 12 years ago
  49. 4a79296 Revert svn r176894 and r177658. by Bob Wilson · 12 years ago
  50. 76e6e13 If a .syms file is available alongside a sanitizer runtime, pass it to the by Richard Smith · 12 years ago
  51. 595b1bc This ugly regex is required because on Windows, the paths come out as \\ delimited instead of / delimited. Fixes a test breakage since r176894. by Aaron Ballman · 12 years ago
  52. 61a574f Split ubsan runtime into three pieces (clang part): by Richard Smith · 12 years ago
  53. 3309229 Fix redundant comparison in gcc::Common::ConstructJob. by Hans Wennborg · 12 years ago
  54. ccc45d2 Go back to using the integrated assembler on windows ever when passed by Rafael Espindola · 12 years ago
  55. 7d0d85f [ASan] Make -fsanitize=address always imply -fsanitize=init-order by Alexey Samsonov · 12 years ago
  56. b234e74 Make sure to use same EABI version for external assembler as for integrated as. by Anton Korobeynikov · 12 years ago
  57. 7ac415b [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled). by Alexey Samsonov · 12 years ago
  58. 054d047 Make modules.m test portable, now that autolinking is dependent on whether or not the target uses the integrated assembler. by Ted Kremenek · 12 years ago
  59. 4c1adcc [driver] Only enable -fmodules-autolink if we are using the integrated assembler. by Ted Kremenek · 12 years ago
  60. 61d16c1 Driver: -ccc-install-dir should affect cc1 -resource-dir by Jim Grosbach · 12 years ago
  61. 327a6d9 Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while." by Bob Wilson · 12 years ago
  62. a29e0fa Revert r166370 and r166540 now that Xcode 4.6 has been available for a while. by Bob Wilson · 12 years ago
  63. c06fcdf Revert "Disallow using -fmodules with -no-integrated-as." by Ted Kremenek · 12 years ago
  64. e8a1efc Remove driver support for Hexagon V2 and V3 by Matthew Curtis · 12 years ago
  65. ebf0f43 Disallow using -fmodules with -no-integrated-as. by Ted Kremenek · 12 years ago
  66. 480760f [driver] If we're just linking, don't report --param X as unused option. by Chad Rosier · 12 years ago
  67. f2e7c35 Driver: add support for new style multiarch in Ubuntu 13.04 by Dmitri Gribenko · 12 years ago
  68. 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 12 years ago
  69. 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 12 years ago
  70. ebed32c Add a test that we are passing the -fobjc-default-synthesize flag for Apple and by David Chisnall · 12 years ago
  71. 2503ebd Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. by Bob Wilson · 12 years ago
  72. 68f94db Check for warnings in a bunch of the linker invocations, and add one by Chandler Carruth · 12 years ago
  73. 0074d38 Beef up the testing of our 'ld' invocation on linux to cover static by Chandler Carruth · 12 years ago
  74. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 12 years ago
  75. 4c4df45 [driver] The failure of any phase (e.g., preprocess, compile, assemble) for a by Chad Rosier · 12 years ago
  76. e9616a4 [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64 by Simon Atanasyan · 12 years ago
  77. 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
  78. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 12 years ago
  79. d79f1f3 Allow dash before "ld" in android driver test. by Evgeniy Stepanov · 12 years ago
  80. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 12 years ago
  81. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 12 years ago
  82. 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
  83. efc5b67 Driver: Pass down the -march setting down to -cc1as on x86 too. by Benjamin Kramer · 12 years ago
  84. 8019039 Split out the command handling for split debug info, we're going by Eric Christopher · 12 years ago
  85. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
  86. 5704d34 Make sure we only use the output file as a base for debug splitting by Eric Christopher · 12 years ago
  87. 1c885a5 clang/test/Driver/qa_override.c: Appease gcc-driver. by NAKAMURA Takumi · 12 years ago
  88. f870e12 Don't pass -split-dwarf= to the backend unless we're on linux for now. by Eric Christopher · 12 years ago
  89. 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 12 years ago
  90. 51d1095 Try to fix the test for cmake builds, where clang is called clang-3.3. by Benjamin Kramer · 12 years ago
  91. 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 12 years ago
  92. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
  93. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
  94. f0c5456 Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960> by Bob Wilson · 12 years ago
  95. 7a9e91a Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731> by Bob Wilson · 12 years ago
  96. 1975c17 Accept and ignore the -fextended-identifiers option. by Jordan Rose · 12 years ago
  97. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  98. 2821e18 Add some missing PPC cpus by Bill Schmidt · 12 years ago
  99. 3c6aaeb Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set by Hal Finkel · 12 years ago
  100. d123dc6 Revise unit testing for -fno-altivec, -mno-altivec. by Bill Schmidt · 12 years ago