1. 14605ff Use the integrated assembler on NetBSD/powerpc by default. by Joerg Sonnenberger · 11 years ago
  2. 5d27a51 Add support for -fsanitize-blacklist and default blacklists for DFSan. by Peter Collingbourne · 11 years ago
  3. f15b26c Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths. by Benjamin Kramer · 11 years ago
  4. cb2e182 revert 188352 by Shuxin Yang · 11 years ago
  5. 5dbab41 Driver::IsUsingLTO() no longer return true when seeing -emit-llvm. by Shuxin Yang · 11 years ago
  6. 2388b77 Driver: Forward -Wl, and -Xlink arguments when using windows linker by Hans Wennborg · 11 years ago
  7. 5db9527 clang-cl: Support /link option and set target to win32 by Hans Wennborg · 11 years ago
  8. 1f8d663 Link in the ubsan runtime when building shared objects. by Nick Lewycky · 11 years ago
  9. 73052bf Handle "--" explicitly in the driver by Hans Wennborg · 11 years ago
  10. 99662a1 Move logic to enable the vectorizer to clang by Arnold Schwaighofer · 11 years ago
  11. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  12. 9c0ed91 clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions by Hans Wennborg · 11 years ago
  13. c65c72d clang-cl: Support the /Fe option by Hans Wennborg · 11 years ago
  14. f86c139 clang-cl: Expand warning about /TC and /TP override, and expand test by Hans Wennborg · 11 years ago
  15. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  16. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  17. 746974d clang-cl: Don't pass /defaultlib to the linker by Hans Wennborg · 11 years ago
  18. ed5f28f Add a convenient way to compare GCCVersions without creating temporary objects. by Benjamin Kramer · 11 years ago
  19. 48d0f07 Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not needed by Alexey Samsonov · 11 years ago
  20. 8bdc92c Make SanitizerArgs parsing toolchain-independent by Alexey Samsonov · 11 years ago
  21. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  22. f0f9891 clang-cl: use MS C++ ABI by Hans Wennborg · 11 years ago
  23. a32c523 Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency" by Reid Kleckner · 11 years ago
  24. bccf68f clang-cl: Hook up /Za to prevent adding oldnames.lib dependency by Hans Wennborg · 11 years ago
  25. 1e9fdc1 Factor out parsing sanitizer arguments to a separate function by Alexey Samsonov · 11 years ago
  26. 442c60a Move SanitizerArgs implementation from .h to .cpp by Alexey Samsonov · 11 years ago
  27. b26404a The only useful loop unrolling flag to give realistically is by Chandler Carruth · 11 years ago
  28. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  29. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  30. 909930f clang-cl: Use .obj as object file extension instead of .o by Hans Wennborg · 11 years ago
  31. ab50ccd clang-cl: Implement support for the /Fo option by Hans Wennborg · 11 years ago
  32. 4c58753 clang-cl: Implement the /Tc, /TC, /Tp and /TP options. by Hans Wennborg · 11 years ago
  33. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  34. bd77c59 Only use the Darwin linker's -export_dynamic option with supported versions. by Bob Wilson · 11 years ago
  35. 09c3463 Re-commit r187637: "clang-cl: add more options" by Hans Wennborg · 11 years ago
  36. 8ac253c Convert last use of st_dev in clang. by Rafael Espindola · 11 years ago
  37. e7a9a67 Revert r187537 "clang-cl: add more options" by Hans Wennborg · 11 years ago
  38. ac8b5f5 clang-cl: add more options by Hans Wennborg · 11 years ago
  39. d836061 Revert "If -fslp-vectorize or -fno-slp-vectorize are given, honor this selection. If no flag is given, enable it for -O3." by Rafael Espindola · 11 years ago
  40. bd30bf8 If -fslp-vectorize or -fno-slp-vectorize are given, honor this selection. If no flag is given, enable it for -O3. by Nadav Rotem · 11 years ago
  41. f94c060 Enable the SLP-vectorizer by default by Nadav Rotem · 11 years ago
  42. f10fa8d Options: Use AliasArgs for -O -> -O2 translation. by Hans Wennborg · 11 years ago
  43. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  44. d145ce7 Remove the SUPPORT_ALIASARGS define by Hans Wennborg · 11 years ago
  45. b087a5d Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td file by Hans Wennborg · 11 years ago
  46. 4382928 Option parsing tables: pick up AliasArgs from the OPTION macro. by Hans Wennborg · 11 years ago
  47. 78d0fbf clang-cl: add the /c, /W0 and /W1 options by Hans Wennborg · 11 years ago
  48. adbb455 Fix a comment. by Hans Wennborg · 11 years ago
  49. 28803ba Find a better compromise with the default library search paths used by by Chandler Carruth · 11 years ago
  50. 6365ab9 Start keeping track of what work was done to detect a GCC installation by Chandler Carruth · 11 years ago
  51. 6981330 clang-cl: add support for the /? and /help options by Hans Wennborg · 11 years ago
  52. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  53. 003e1dc Fix gcc search for cross-compiler on Ubuntu 13.04. by Eli Friedman · 11 years ago
  54. 19caff4 Options.td: fold the NoForward flag into DriverOption by Hans Wennborg · 11 years ago
  55. 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
  56. 8f4269a Simplify code - no functionality change. by Eli Bendersky · 11 years ago
  57. f3ecf89 Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch. by Eli Bendersky · 11 years ago
  58. 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
  59. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  60. cdbc3b3 [mips] Add support for command-line options -mno-check-zero-division and by Akira Hatanaka · 11 years ago
  61. 5c92b9a [SystemZ] Add -march= command-line option by Richard Sandiford · 11 years ago
  62. 0e373ec [SystemZ] Enable frame-pointer elimination for -O1 and above by Richard Sandiford · 11 years ago
  63. 33530b8 Address -Wreorder warning in Driver.cpp by Hans Wennborg · 11 years ago
  64. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  65. b17a2c1 Option parsing tables: remove some unnecessary #defines by Hans Wennborg · 11 years ago
  66. b470d1a Use the simpler is_directory. by Rafael Espindola · 11 years ago
  67. d965f95 Update for llvm API change. by Rafael Espindola · 11 years ago
  68. d58915e Replacing an empty switch with its moral equivalent. No functional changes intended. by Aaron Ballman · 11 years ago
  69. b960232 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  70. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  71. 1ec4a86 Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 11 years ago
  72. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  73. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  74. 9e0b647 Fix PR16454: Don't #include altivec.h when preprocessing assembly. by Bill Schmidt · 11 years ago
  75. 7666334 We don't need to know the OpenSUSE version, so don't parse it. by Rafael Espindola · 11 years ago
  76. 8ed38d8 Debug Info: set default to gdwarf-2 for Darwin. by Manman Ren · 11 years ago
  77. ceb6dc8 Use the multiple argument form of path::append. by Benjamin Kramer · 11 years ago
  78. cbed3bf Add support for passing v8fp options via -mfpu. by Joey Gouly · 11 years ago
  79. 4ec8d5b Add support for passing '-target armv8' through the Driver. by Joey Gouly · 11 years ago
  80. da6d1df Remove PathV1.h use from WindowsToolChain.cpp. by Rafael Espindola · 11 years ago
  81. 7b6301f Remove PathV1.h usage from ToolChains.cpp. by Rafael Espindola · 11 years ago
  82. 40e6b30 Use simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  83. f8edb99 Don't use PathV1.h in Tools.cpp. by Rafael Espindola · 11 years ago
  84. 829e88d Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  85. 8db7ec0 Use the new llvm::sys::EnvPathSeparator. by Rafael Espindola · 11 years ago
  86. 4ea53ae Add r184803 back now that the bug in unique_file has been fixed. by Rafael Espindola · 11 years ago
  87. 510312a Revert "Use the new PathV2 instead of implementing the logic in clang." by Rafael Espindola · 11 years ago
  88. fdf137b Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 11 years ago
  89. fa09383 Remove PathV1.h from Driver.cpp. by Rafael Espindola · 11 years ago
  90. 4a67613 Use the new PathV2 instead of implementing the logic in clang. by Rafael Espindola · 11 years ago
  91. f75ece4 [arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is passed to avoid the by Argyrios Kyrtzidis · 11 years ago
  92. e848630 Convert some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  93. 005835d Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  94. de2b523 Convert last use of PathV1.h in Compilation.cpp by Rafael Espindola · 11 years ago
  95. 8ce9054 Convert a use of PathV1.h by Rafael Espindola · 11 years ago
  96. 80a393e The profile library must come before the C library so that it can use atexit. by Chandler Carruth · 11 years ago
  97. 9db37cd Fix the addition of Clang's profile runtime library to the link step by Chandler Carruth · 11 years ago
  98. d79486a Reword and reformat some of the "Multiarch" code in the toolchain setup. by Chandler Carruth · 11 years ago
  99. ef37744 Update a comment to clarify that searching the target triple bin by Chandler Carruth · 11 years ago
  100. 3a166e2 Add -fno-assume-sane-operator-new when building with MSan. by Evgeniy Stepanov · 11 years ago