1. 5389b84 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 11 years ago
  2. bc1e545 Move the logic for selecting the last feature in the command line to the driver. by Rafael Espindola · 11 years ago
  3. 146dbbf Centralize the handling of -target-feature. by Rafael Espindola · 11 years ago
  4. b330e40 Centralize the handling of -target-cpu (-cc1, -cc1as) and -mcpu (gold plugin). by Rafael Espindola · 11 years ago
  5. c84ed54 Centralize the logic for handling -m* options and fix pr16943. by Rafael Espindola · 11 years ago
  6. 3c6c822 clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld. by NAKAMURA Takumi · 11 years ago
  7. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  8. ebc313d make arm-use-movt available for all ARM by Renato Golin · 11 years ago
  9. 2388b77 Driver: Forward -Wl, and -Xlink arguments when using windows linker by Hans Wennborg · 11 years ago
  10. 5db9527 clang-cl: Support /link option and set target to win32 by Hans Wennborg · 11 years ago
  11. 1f8d663 Link in the ubsan runtime when building shared objects. by Nick Lewycky · 11 years ago
  12. 99662a1 Move logic to enable the vectorizer to clang by Arnold Schwaighofer · 11 years ago
  13. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  14. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  15. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  16. 746974d clang-cl: Don't pass /defaultlib to the linker by Hans Wennborg · 11 years ago
  17. 8bdc92c Make SanitizerArgs parsing toolchain-independent by Alexey Samsonov · 11 years ago
  18. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  19. f0f9891 clang-cl: use MS C++ ABI by Hans Wennborg · 11 years ago
  20. a32c523 Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency" by Reid Kleckner · 11 years ago
  21. bccf68f clang-cl: Hook up /Za to prevent adding oldnames.lib dependency by Hans Wennborg · 11 years ago
  22. 442c60a Move SanitizerArgs implementation from .h to .cpp by Alexey Samsonov · 11 years ago
  23. b26404a The only useful loop unrolling flag to give realistically is by Chandler Carruth · 11 years ago
  24. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  25. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  26. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  27. bd77c59 Only use the Darwin linker's -export_dynamic option with supported versions. by Bob Wilson · 11 years ago
  28. 09c3463 Re-commit r187637: "clang-cl: add more options" by Hans Wennborg · 11 years ago
  29. 8ac253c Convert last use of st_dev in clang. by Rafael Espindola · 11 years ago
  30. e7a9a67 Revert r187537 "clang-cl: add more options" by Hans Wennborg · 11 years ago
  31. ac8b5f5 clang-cl: add more options by Hans Wennborg · 11 years ago
  32. 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
  33. 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
  34. f94c060 Enable the SLP-vectorizer by default by Nadav Rotem · 11 years ago
  35. f10fa8d Options: Use AliasArgs for -O -> -O2 translation. by Hans Wennborg · 11 years ago
  36. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  37. b087a5d Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td file by Hans Wennborg · 11 years ago
  38. adbb455 Fix a comment. by Hans Wennborg · 11 years ago
  39. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  40. 19caff4 Options.td: fold the NoForward flag into DriverOption by Hans Wennborg · 11 years ago
  41. 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
  42. 8f4269a Simplify code - no functionality change. by Eli Bendersky · 11 years ago
  43. f3ecf89 Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch. by Eli Bendersky · 11 years ago
  44. cdbc3b3 [mips] Add support for command-line options -mno-check-zero-division and by Akira Hatanaka · 11 years ago
  45. 5c92b9a [SystemZ] Add -march= command-line option by Richard Sandiford · 11 years ago
  46. 0e373ec [SystemZ] Enable frame-pointer elimination for -O1 and above by Richard Sandiford · 11 years ago
  47. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  48. d58915e Replacing an empty switch with its moral equivalent. No functional changes intended. by Aaron Ballman · 11 years ago
  49. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  50. 9e0b647 Fix PR16454: Don't #include altivec.h when preprocessing assembly. by Bill Schmidt · 11 years ago
  51. 8ed38d8 Debug Info: set default to gdwarf-2 for Darwin. by Manman Ren · 11 years ago
  52. cbed3bf Add support for passing v8fp options via -mfpu. by Joey Gouly · 11 years ago
  53. 4ec8d5b Add support for passing '-target armv8' through the Driver. by Joey Gouly · 11 years ago
  54. f8edb99 Don't use PathV1.h in Tools.cpp. by Rafael Espindola · 11 years ago
  55. 829e88d Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  56. 8db7ec0 Use the new llvm::sys::EnvPathSeparator. by Rafael Espindola · 11 years ago
  57. fdf137b Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 11 years ago
  58. 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
  59. 80a393e The profile library must come before the C library so that it can use atexit. by Chandler Carruth · 11 years ago
  60. 9db37cd Fix the addition of Clang's profile runtime library to the link step by Chandler Carruth · 11 years ago
  61. e40bc4b Fix typo in r184308. by Richard Smith · 11 years ago
  62. 4cd90df [Driver] Don't forward source file input args to gcc by Reid Kleckner · 11 years ago
  63. fc0f91c Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 11 years ago
  64. b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
  65. 3e8ac1b Accept and ignore -fdebug-types-section for now. This will be used by Eric Christopher · 11 years ago
  66. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  67. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  68. 4889a1f Teach clang about the armv4/armv4t distinction by Tim Northover · 11 years ago
  69. 61f0868 When we're compiling with -pg make sure to link with gcrt1.o on linux. Be by Eric Christopher · 11 years ago
  70. c47b6f3 If we're splitting the dwarf for fission and don't want to use the by Eric Christopher · 11 years ago
  71. 9adba39 Default to PIE and using stack protection on OpenBSD. by Rafael Espindola · 11 years ago
  72. bdaa134 Driver: implement --dyld-prefix option. by Peter Collingbourne · 11 years ago
  73. 050309f Add -fsanitize=leak to driver options. by Sergey Matveev · 11 years ago
  74. 3a8aff9 Add -lrt to sanitizer link arguments. by Evgeniy Stepanov · 11 years ago
  75. b69557e Fix a logic bug in the handling of -fmath-errno in the driver. We would by Chandler Carruth · 11 years ago
  76. 6bdc4c6 [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. by Simon Atanasyan · 11 years ago
  77. e756563 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 11 years ago
  78. b840921 by Ulrich Weigand · 11 years ago
  79. fd4aa4b R600: Update GPU variants in -mcpu option by Tom Stellard · 11 years ago
  80. 9dbfc61 [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the assembler. by Simon Atanasyan · 11 years ago
  81. 99d2eb4 Exit early when $PWD isn't set. Remove unused unistd.h include. by Benjamin Kramer · 11 years ago
  82. 6089adc Use LLVM's preferred current_path API instead of calling getcwd(3) directly. by Benjamin Kramer · 11 years ago
  83. 7c99374 [driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN to by Chad Rosier · 11 years ago
  84. 1d22fa2 Fix the dangling pointer. by Chad Rosier · 11 years ago
  85. e1c4ac3 [driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the Windows by Chad Rosier · 11 years ago
  86. b1c8122 [driver] Implement the -fdebug-compilation-dir in a way that is compatible with by Chad Rosier · 11 years ago
  87. 3142279 [driver] Put -fvectorize under the -Ofast umbrella flag. Part of rdar://13622687 by Chad Rosier · 11 years ago
  88. b82e117 [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 11 years ago
  89. c7e2a4e [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM by Simon Atanasyan · 11 years ago
  90. 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 11 years ago
  91. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  92. 3c6a9b0 Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. by Nadav Rotem · 11 years ago
  93. 50ea963 Rename the slp-vectorizer clang/llvm flags. No functionality change. by Nadav Rotem · 11 years ago
  94. 321ae79 [Mips] Support -mmicromips / -mno-micromips command line options. by Simon Atanasyan · 11 years ago
  95. a814161 [Mips] Fix indentation. by Simon Atanasyan · 11 years ago
  96. 7c06cba [Mips] Follow-up to r179481. Reduce code duplication. Use by Simon Atanasyan · 11 years ago
  97. 2ed42b8 [Mips] Remove "single" from the list of valid MIPS float ABI names. Add by Simon Atanasyan · 11 years ago
  98. f7f74c6 Remove duplicated comment. by Simon Atanasyan · 11 years ago
  99. 8cfb720 Fix the driver logic for recent versions of DragonFly. by John McCall · 11 years ago
  100. f6f77bd Add a new -mimplicit-float option for symmetry with -mno-implicit-float. by Bob Wilson · 11 years ago