1. 6db9088 Produce an error when trying to link with -emit-llvm. by Rafael Espindola · 11 years ago
  2. ed0059c Tests for ARM aligned access + reserved R9 by Renato Golin · 11 years ago
  3. 3b0f62b Don't imply -flto with -O4. by Rafael Espindola · 11 years ago
  4. 5389b84 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 11 years ago
  5. bc1e545 Move the logic for selecting the last feature in the command line to the driver. by Rafael Espindola · 11 years ago
  6. 146dbbf Centralize the handling of -target-feature. by Rafael Espindola · 11 years ago
  7. c84ed54 Centralize the logic for handling -m* options and fix pr16943. by Rafael Espindola · 11 years ago
  8. ef2b175 ARM: add test for last commit by Tim Northover · 11 years ago
  9. 500feeb clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has been working since r188331. by NAKAMURA Takumi · 11 years ago
  10. 441bf6c clang/test/Driver: Remove the feature "clang-driver" since gcc-as has not been used with -integrated-as since r177360. by NAKAMURA Takumi · 11 years ago
  11. b0ced6f clang/test/Driver: Remove the feature "clang-driver" in three tests since they might work as expected since their first commit. by NAKAMURA Takumi · 11 years ago
  12. 9b803cd clang-cl: Ignore the /wd n flag for disabling a warning by Reid Kleckner · 11 years ago
  13. 12627e5 clang-cl: Add /MP[n] to the list of unsupported and ignored flags by Reid Kleckner · 11 years ago
  14. 4b36fb8 clang-cl: Expose the -Xclang option by Hans Wennborg · 11 years ago
  15. f064ad5 Re-apply r188666 by Alexey Samsonov · 11 years ago
  16. 3c6c822 clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld. by NAKAMURA Takumi · 11 years ago
  17. fab968f Revert r188666: it breaks the buildbots by Alexey Samsonov · 11 years ago
  18. e349069 Fix PR16768: properly report malformed sanitizer blacklist file contents by Alexey Samsonov · 11 years ago
  19. 83ee4c3 XCore target: correct test layout by Robert Lytton · 11 years ago
  20. eb575bc Explicitly specify triple in driver test from r188660 by Alexey Samsonov · 11 years ago
  21. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  22. fc88601 Relax testcase for r188400 to not test for forward-slashes as path separators. by Adrian Prantl · 11 years ago
  23. ac89a45 Fix grammar mistake. by Shuxin Yang · 11 years ago
  24. 378945b Do no use -emit-llvm for -flto. by Shuxin Yang · 11 years ago
  25. f2a19da Testcase for r188400. by Benjamin Kramer · 11 years ago
  26. 2388b77 Driver: Forward -Wl, and -Xlink arguments when using windows linker by Hans Wennborg · 11 years ago
  27. 5db9527 clang-cl: Support /link option and set target to win32 by Hans Wennborg · 11 years ago
  28. 1f8d663 Link in the ubsan runtime when building shared objects. by Nick Lewycky · 11 years ago
  29. 99662a1 Move logic to enable the vectorizer to clang by Arnold Schwaighofer · 11 years ago
  30. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  31. 6e38281 clang-cl: Consolidate tests for /Fo and /Fe into cl-outputs.c by Hans Wennborg · 11 years ago
  32. c65c72d clang-cl: Support the /Fe option by Hans Wennborg · 11 years ago
  33. f86c139 clang-cl: Expand warning about /TC and /TP override, and expand test by Hans Wennborg · 11 years ago
  34. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  35. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  36. ee2da6f clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin. by NAKAMURA Takumi · 11 years ago
  37. 48d0f07 Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not needed by Alexey Samsonov · 11 years ago
  38. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  39. c8e8e8f clang-cl: Map /Oi[-] to -f[no-]builtin by Hans Wennborg · 11 years ago
  40. f0f9891 clang-cl: use MS C++ ABI by Hans Wennborg · 11 years ago
  41. a32c523 Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency" by Reid Kleckner · 11 years ago
  42. bccf68f clang-cl: Hook up /Za to prevent adding oldnames.lib dependency by Hans Wennborg · 11 years ago
  43. b26404a The only useful loop unrolling flag to give realistically is by Chandler Carruth · 11 years ago
  44. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  45. 909930f clang-cl: Use .obj as object file extension instead of .o by Hans Wennborg · 11 years ago
  46. ab50ccd clang-cl: Implement support for the /Fo option by Hans Wennborg · 11 years ago
  47. 3151b7c Fixing commit r187768: Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  48. 06935f3 Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  49. f959c33 clang/test/Driver/crash-report.c: Mark it as XFAIL:mingw32, for now. Investigating. by NAKAMURA Takumi · 11 years ago
  50. 4c58753 clang-cl: Implement the /Tc, /TC, /Tp and /TP options. by Hans Wennborg · 11 years ago
  51. bd77c59 Only use the Darwin linker's -export_dynamic option with supported versions. by Bob Wilson · 11 years ago
  52. 09c3463 Re-commit r187637: "clang-cl: add more options" by Hans Wennborg · 11 years ago
  53. e7a9a67 Revert r187537 "clang-cl: add more options" by Hans Wennborg · 11 years ago
  54. ac8b5f5 clang-cl: add more options by Hans Wennborg · 11 years ago
  55. f10fa8d Options: Use AliasArgs for -O -> -O2 translation. by Hans Wennborg · 11 years ago
  56. b087a5d Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td file by Hans Wennborg · 11 years ago
  57. 78d0fbf clang-cl: add the /c, /W0 and /W1 options by Hans Wennborg · 11 years ago
  58. 0ad975e With help from chapuni on IRC, I think this is right now. =] The issue by Chandler Carruth · 11 years ago
  59. 5fff100 Run an experiment to try to understand the windows failure better by by Chandler Carruth · 11 years ago
  60. 511fcc3 Try only two slashes as that seems to be working elsewhere in this testcase. by Chandler Carruth · 11 years ago
  61. d892178 Re-enable the cross-linux test on windows after making it tolerant of by Chandler Carruth · 11 years ago
  62. 245fca3 clang/test/Driver/cross-linux.c is suppressed on win32 for now. Investigating. by NAKAMURA Takumi · 11 years ago
  63. 28803ba Find a better compromise with the default library search paths used by by Chandler Carruth · 11 years ago
  64. 878d0cc clang/test/Driver/qa_override.c: Resurrect a part of r187376. It still requires the feature 'clang-driver' for cygming. by NAKAMURA Takumi · 11 years ago
  65. 28273b9 Make this test not try to write on object file and test all of the by Chandler Carruth · 11 years ago
  66. 547cca8 test/Driver/cl.c, remove quotes around /help by Hans Wennborg · 11 years ago
  67. 393f5ff clang/test/Driver/cl.c: Don't attempt slash switches on msys bash. by NAKAMURA Takumi · 11 years ago
  68. 0159b24 Try single quotes to fix the msys bot: by Rafael Espindola · 11 years ago
  69. 46ae785 Fix test/Driver/cl.c. by Hans Wennborg · 11 years ago
  70. 6981330 clang-cl: add support for the /? and /help options by Hans Wennborg · 11 years ago
  71. 14382ba Add not to a command that is expected to fail. by Rafael Espindola · 11 years ago
  72. c0267f6 Rework r187192, to tweak expressions to be tolerant of DOSish paths. XFAILs can be removed. by NAKAMURA Takumi · 11 years ago
  73. b6e87df clang/test/Driver/linux-header-search.cpp: Add XFAILs, for now. I'll fix them later. by NAKAMURA Takumi · 11 years ago
  74. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  75. 003e1dc Fix gcc search for cross-compiler on Ubuntu 13.04. by Eli Friedman · 11 years ago
  76. 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
  77. f3ecf89 Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch. by Eli Bendersky · 11 years ago
  78. f740086 Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it. by Rafael Espindola · 11 years ago
  79. 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
  80. 8fb316a Expand test/Driver/at_file.c test to check that PR16209 is fixed. by Hans Wennborg · 11 years ago
  81. ec97014 Convert another test to -###. by Rafael Espindola · 11 years ago
  82. 73b11d9 Add missing quotes for -###. by Rafael Espindola · 11 years ago
  83. 2907f78 Use -### instead of -ccc-echo. by Rafael Espindola · 11 years ago
  84. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  85. cdbc3b3 [mips] Add support for command-line options -mno-check-zero-division and by Akira Hatanaka · 11 years ago
  86. e36d31e Fix test to actually check things. by Benjamin Kramer · 11 years ago
  87. 5c92b9a [SystemZ] Add -march= command-line option by Richard Sandiford · 11 years ago
  88. 0e373ec [SystemZ] Enable frame-pointer elimination for -O1 and above by Richard Sandiford · 11 years ago
  89. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  90. 87f2cb5 [Driver] Use LLVM's response file parser because it can read UTF-16 by Reid Kleckner · 11 years ago
  91. 40c84df FileCheckize test/Driver/immediate-options.c by Hans Wennborg · 11 years ago
  92. 9986260 Require a shell for this test. by Rafael Espindola · 11 years ago
  93. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  94. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  95. e783048 Update testing cases to check dwarf-2 for Darwin. by Manman Ren · 11 years ago
  96. a0c077e Provide test case for commit r185544. by Bill Schmidt · 11 years ago
  97. 8ed38d8 Debug Info: set default to gdwarf-2 for Darwin. by Manman Ren · 11 years ago
  98. cbed3bf Add support for passing v8fp options via -mfpu. by Joey Gouly · 11 years ago
  99. 4ec8d5b Add support for passing '-target armv8' through the Driver. by Joey Gouly · 11 years ago
  100. eacc92f clang/test/Driver/pth.c: Fix r184942, a regexp like "\\\\" is redundant here. Should be matched to single \ with '\\'. by NAKAMURA Takumi · 11 years ago