1. b69f9e0 use the last passed -munaligned-access / -mno-unaligned-access by Renato Golin · 11 years ago
  2. 69ca5e2 Look for libstdc++ first on the clang install directory. by Rafael Espindola · 11 years ago
  3. 324cc03 clang-cl: Pass -debug to the linker when using -fsanitize=address by Hans Wennborg · 11 years ago
  4. cf5691e Revert r189440 - Disable loop vectorizer unrolling when no unrolling requested by Hal Finkel · 11 years ago
  5. f95b589 Disable loop vectorizer unrolling when no unrolling requested by Hal Finkel · 11 years ago
  6. 3c4da0c clang-cl: Support -fsanitize=address by Hans Wennborg · 11 years ago
  7. 55ee1eb Warn that -O4 is the same as -O3. by Rafael Espindola · 11 years ago
  8. 168de19 Simplify now that -O4 just maps to -O3 and -O is an alias of -O2. by Rafael Espindola · 11 years ago
  9. 0affc67 Teach the Linux toolchain about more modern Gentoo installations of GCC by Chandler Carruth · 11 years ago
  10. 6db9088 Produce an error when trying to link with -emit-llvm. by Rafael Espindola · 11 years ago
  11. 02ab7d3 Add gcc ARM flags -munaligned-access / -mno-unaligned-access by Renato Golin · 11 years ago
  12. 45bd294 Add the -ffixed-r9 flag for ARM. by Renato Golin · 11 years ago
  13. 3b0f62b Don't imply -flto with -O4. by Rafael Espindola · 11 years ago
  14. 223ccb4 Driver::IsUsingLTO() no longer return true when seeing -emit-llvm. by Shuxin Yang · 11 years ago
  15. 5389b84 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 11 years ago
  16. bc1e545 Move the logic for selecting the last feature in the command line to the driver. by Rafael Espindola · 11 years ago
  17. 146dbbf Centralize the handling of -target-feature. by Rafael Espindola · 11 years ago
  18. b330e40 Centralize the handling of -target-cpu (-cc1, -cc1as) and -mcpu (gold plugin). by Rafael Espindola · 11 years ago
  19. c84ed54 Centralize the logic for handling -m* options and fix pr16943. by Rafael Espindola · 11 years ago
  20. 7f16f2d ARM: default to arm1176jzf-s for hard-float platforms. by Tim Northover · 11 years ago
  21. f064ad5 Re-apply r188666 by Alexey Samsonov · 11 years ago
  22. 3c6c822 clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld. by NAKAMURA Takumi · 11 years ago
  23. fab968f Revert r188666: it breaks the buildbots by Alexey Samsonov · 11 years ago
  24. e349069 Fix PR16768: properly report malformed sanitizer blacklist file contents by Alexey Samsonov · 11 years ago
  25. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  26. 09c2454 Windows ToolChain: add VS bin dir to PogramPaths by Hans Wennborg · 11 years ago
  27. ebc313d make arm-use-movt available for all ARM by Renato Golin · 11 years ago
  28. ba7fd42 Build unwind tables by default on NetBSD. by Joerg Sonnenberger · 11 years ago
  29. 14605ff Use the integrated assembler on NetBSD/powerpc by default. by Joerg Sonnenberger · 11 years ago
  30. 5d27a51 Add support for -fsanitize-blacklist and default blacklists for DFSan. by Peter Collingbourne · 11 years ago
  31. f15b26c Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths. by Benjamin Kramer · 11 years ago
  32. cb2e182 revert 188352 by Shuxin Yang · 11 years ago
  33. 5dbab41 Driver::IsUsingLTO() no longer return true when seeing -emit-llvm. by Shuxin Yang · 11 years ago
  34. 2388b77 Driver: Forward -Wl, and -Xlink arguments when using windows linker by Hans Wennborg · 11 years ago
  35. 5db9527 clang-cl: Support /link option and set target to win32 by Hans Wennborg · 11 years ago
  36. 1f8d663 Link in the ubsan runtime when building shared objects. by Nick Lewycky · 11 years ago
  37. 73052bf Handle "--" explicitly in the driver by Hans Wennborg · 11 years ago
  38. 99662a1 Move logic to enable the vectorizer to clang by Arnold Schwaighofer · 11 years ago
  39. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  40. 9c0ed91 clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions by Hans Wennborg · 11 years ago
  41. c65c72d clang-cl: Support the /Fe option by Hans Wennborg · 11 years ago
  42. f86c139 clang-cl: Expand warning about /TC and /TP override, and expand test by Hans Wennborg · 11 years ago
  43. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  44. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  45. 746974d clang-cl: Don't pass /defaultlib to the linker by Hans Wennborg · 11 years ago
  46. ed5f28f Add a convenient way to compare GCCVersions without creating temporary objects. by Benjamin Kramer · 11 years ago
  47. 48d0f07 Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not needed by Alexey Samsonov · 11 years ago
  48. 8bdc92c Make SanitizerArgs parsing toolchain-independent by Alexey Samsonov · 11 years ago
  49. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  50. f0f9891 clang-cl: use MS C++ ABI by Hans Wennborg · 11 years ago
  51. a32c523 Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency" by Reid Kleckner · 11 years ago
  52. bccf68f clang-cl: Hook up /Za to prevent adding oldnames.lib dependency by Hans Wennborg · 11 years ago
  53. 1e9fdc1 Factor out parsing sanitizer arguments to a separate function by Alexey Samsonov · 11 years ago
  54. 442c60a Move SanitizerArgs implementation from .h to .cpp by Alexey Samsonov · 11 years ago
  55. b26404a The only useful loop unrolling flag to give realistically is by Chandler Carruth · 11 years ago
  56. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  57. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  58. 909930f clang-cl: Use .obj as object file extension instead of .o by Hans Wennborg · 11 years ago
  59. ab50ccd clang-cl: Implement support for the /Fo option by Hans Wennborg · 11 years ago
  60. 4c58753 clang-cl: Implement the /Tc, /TC, /Tp and /TP options. by Hans Wennborg · 11 years ago
  61. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  62. bd77c59 Only use the Darwin linker's -export_dynamic option with supported versions. by Bob Wilson · 11 years ago
  63. 09c3463 Re-commit r187637: "clang-cl: add more options" by Hans Wennborg · 11 years ago
  64. 8ac253c Convert last use of st_dev in clang. by Rafael Espindola · 11 years ago
  65. e7a9a67 Revert r187537 "clang-cl: add more options" by Hans Wennborg · 11 years ago
  66. ac8b5f5 clang-cl: add more options by Hans Wennborg · 11 years ago
  67. 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
  68. 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
  69. f94c060 Enable the SLP-vectorizer by default by Nadav Rotem · 11 years ago
  70. f10fa8d Options: Use AliasArgs for -O -> -O2 translation. by Hans Wennborg · 11 years ago
  71. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  72. d145ce7 Remove the SUPPORT_ALIASARGS define by Hans Wennborg · 11 years ago
  73. b087a5d Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td file by Hans Wennborg · 11 years ago
  74. 4382928 Option parsing tables: pick up AliasArgs from the OPTION macro. by Hans Wennborg · 11 years ago
  75. 78d0fbf clang-cl: add the /c, /W0 and /W1 options by Hans Wennborg · 11 years ago
  76. adbb455 Fix a comment. by Hans Wennborg · 11 years ago
  77. 28803ba Find a better compromise with the default library search paths used by by Chandler Carruth · 11 years ago
  78. 6365ab9 Start keeping track of what work was done to detect a GCC installation by Chandler Carruth · 11 years ago
  79. 6981330 clang-cl: add support for the /? and /help options by Hans Wennborg · 11 years ago
  80. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  81. 003e1dc Fix gcc search for cross-compiler on Ubuntu 13.04. by Eli Friedman · 11 years ago
  82. 19caff4 Options.td: fold the NoForward flag into DriverOption by Hans Wennborg · 11 years ago
  83. 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
  84. 8f4269a Simplify code - no functionality change. by Eli Bendersky · 11 years ago
  85. f3ecf89 Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch. by Eli Bendersky · 11 years ago
  86. 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
  87. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  88. cdbc3b3 [mips] Add support for command-line options -mno-check-zero-division and by Akira Hatanaka · 11 years ago
  89. 5c92b9a [SystemZ] Add -march= command-line option by Richard Sandiford · 11 years ago
  90. 0e373ec [SystemZ] Enable frame-pointer elimination for -O1 and above by Richard Sandiford · 11 years ago
  91. 33530b8 Address -Wreorder warning in Driver.cpp by Hans Wennborg · 11 years ago
  92. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  93. b17a2c1 Option parsing tables: remove some unnecessary #defines by Hans Wennborg · 11 years ago
  94. b470d1a Use the simpler is_directory. by Rafael Espindola · 11 years ago
  95. d965f95 Update for llvm API change. by Rafael Espindola · 11 years ago
  96. d58915e Replacing an empty switch with its moral equivalent. No functional changes intended. by Aaron Ballman · 11 years ago
  97. b960232 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  98. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  99. 1ec4a86 Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 11 years ago
  100. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago