1. 6270ca6 Update aosp/master Clang with patches for fp16 by Pirama Arumuga Nainar · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  3. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  4. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  5. 9860b14 am 60a40d9e: Merge "Update aosp/master Clang for rebase to r222490." by Stephen Hines · 10 years ago
  6. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  7. c50010f Revert "Bring in fixes for Cortex-A53 errata." by Tim Murray · 10 years ago
  8. 1aeaece Bring in fixes for Cortex-A53 errata. by Stephen Hines · 10 years ago
  9. 7fb0af8 Bring in fixes for Cortex-A53 errata. by Stephen Hines · 10 years ago
  10. ef82254 Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  11. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  12. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  13. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  14. 07ac846 Remove method that always returns true. by Rafael Espindola · 11 years ago
  15. ce5b5f1 Add -freroll-loops to enable loop rerolling by Hal Finkel · 11 years ago
  16. d378144 clang-cl: Make the driver parse all(?) msvc flags by Hans Wennborg · 11 years ago
  17. 2c050f6 [objcmt] Introduce "objcmt-white-list-dir-path=" option. by Argyrios Kyrtzidis · 11 years ago
  18. 7792fde Adds ARM backend options: -mrestrict-it and -mno-restrict-it by Weiming Zhao · 11 years ago
  19. b85a9ec Add -fprofile-sample-use to Clang's driver. by Diego Novillo · 11 years ago
  20. 5d2a206 ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY by Fariborz Jahanian · 11 years ago
  21. 86e2a6f clang-cl: parse the /Yc flag (PR17895) by Hans Wennborg · 11 years ago
  22. a2f1ed0 clang-cl: parse the /GT option by Hans Wennborg · 11 years ago
  23. 3347b49 Rather than duplicating extension diagnostics to allow them to cause a by Richard Smith · 11 years ago
  24. bd39527 This reverts commit r194330, r194329 and r194328. by Rafael Espindola · 11 years ago
  25. a799d7d Add support for -fuse-ld=. by David Chisnall · 11 years ago
  26. 00b0f7e clang-cl: Hide ignored joined flags as well by Alp Toker · 11 years ago
  27. 9b28079 clang-cl: Hide ignored flags by Alp Toker · 11 years ago
  28. 6e99044 clang-cl: Add /FS as an ignored flag by Alp Toker · 11 years ago
  29. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  30. cd569f2 ObjectiveC migrator. Please annotation of properties with by Fariborz Jahanian · 11 years ago
  31. 1d5cce4 With this patch -Wwrite-strings is still implemented with the terrible by Rafael Espindola · 11 years ago
  32. d9553e3 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 11 years ago
  33. c6911a2 SanitizerArgs: add ability to filter/diagnose unsupported sanitizers. by Peter Collingbourne · 11 years ago
  34. 6334fd6 clang-cl: Parse the /arch, /Yu and /Fp options (PR17736) by Hans Wennborg · 11 years ago
  35. 799bcc7 Add support for the separate version of /FI. by Rafael Espindola · 11 years ago
  36. 909f35a ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang by Bernard Ogden · 11 years ago
  37. 7edf9a4 Teach Clang to accept and ignore -f[no-]implicit-templates. by Chandler Carruth · 11 years ago
  38. 6e40ca5 Teach Clang to recognize and ignore GCC's -fdiagnostics-show-location by Chandler Carruth · 11 years ago
  39. 2a20270 Ignore -fstrength-reduce and -fno-strength-reduce. by Rafael Espindola · 11 years ago
  40. 1db2e27 Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware divide in the mode that we are compiling in (depending on the target features), not defined if we don't. Should be compatible with the GCC conterpart. Also adding a -hwdiv option to overide the default behavior. by Silviu Baranga · 11 years ago
  41. 9541141 Expose -fmodule-name and -fmodule-map-file as driver options. by Daniel Jasper · 11 years ago
  42. 82a2911 clang-cl: Add support for asm listings (/FA and /Fa) by Hans Wennborg · 11 years ago
  43. af7ed9e [mips] Added -mfp64 and -mfp32 options. by Daniel Sanders · 11 years ago
  44. 12a5a78 [mips][msa] Update -mmsa help text and removed the hidden flag to better match conventions used by other targets by Daniel Sanders · 11 years ago
  45. b754974 Add support to the Clang driver for forwarding all of gfortran's flags by Chandler Carruth · 11 years ago
  46. 40bd5ce Add minimal command line support for the VSX powerpc processor. by Eric Christopher · 11 years ago
  47. d5e59fc Rework ppc options handling into a features group. by Eric Christopher · 11 years ago
  48. e517d1e Add missing flags -fexpensive-optimizations and -minline-all-stringops as noops. by Nick Lewycky · 11 years ago
  49. 96d6c45 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  50. 1d544c8 clang-cl: Mark /FA and /Fa as unsupported options by Hans Wennborg · 11 years ago
  51. ff05979 Add -fno-function-sections and -fno-data-sections. Since by Nick Lewycky · 11 years ago
  52. 99aacad clang-cl: Expose the -m32 and -m64 command-line options by Hans Wennborg · 11 years ago
  53. 39ebb02 ObjectiveC migrator. Introduce a new objcmt-atomic-property option by Fariborz Jahanian · 11 years ago
  54. f661461 [Mips] Remove unused mips_CPUs_Group options group. It's better to join by Simon Atanasyan · 11 years ago
  55. 305dc0d [Mips] Make mips32/mips32r2/mips64/mips64r2 real aliases for appropriate by Simon Atanasyan · 11 years ago
  56. 7949acf clang-cl: ignore the /sdl[-] flag by Hans Wennborg · 11 years ago
  57. 5c7a04a clang-cl: Accept and mostly ignore /vm*, /GF, /GF-, /Zm, and /bigobj by Reid Kleckner · 11 years ago
  58. 9a7e09f Remove -ast-dump-xml. by Richard Smith · 11 years ago
  59. af94546 Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 when by Nick Lewycky · 11 years ago
  60. db1ad60 Don't complain about -fuse-ld=gold (cf r191429). by Nico Weber · 11 years ago
  61. 522f4d0 Fix the test in clang_f_opts.c to fail on unknown options. by Rafael Espindola · 11 years ago
  62. a9259c2 Ignore -mieee-fp. by Rafael Espindola · 11 years ago
  63. a00f873 ObjectiveC migrator: Add more options one for each by Fariborz Jahanian · 11 years ago
  64. 081099d ObjectiveC migrator. Starting distiguising different by Fariborz Jahanian · 11 years ago
  65. 1596e5b Revert r191586 and r191695. They cause crashes when building with by Richard Smith · 11 years ago
  66. 0392840 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  67. 144fe70 Add a bunch of other GCC '-f' options and ignore them. This covers every by Chandler Carruth · 11 years ago
  68. 8af75cd Switch one of the ignored boolean flag multiclasses to not have an 'f' by Chandler Carruth · 11 years ago
  69. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  70. 5cf3e35 Update the help text. by Rafael Espindola · 11 years ago
  71. 14f9889 Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. by Rafael Espindola · 11 years ago
  72. dea69a1 Remove method that always returns true. by Rafael Espindola · 11 years ago
  73. bce8c92 Add -fno-unsigned-char and ignore it. We already support -fno-signed-char, add by Nick Lewycky · 11 years ago
  74. 084be2d Fix up fallout from r187156. by Bob Wilson · 11 years ago
  75. 0e4bdb0 clang-cl: Add /FI (forced include) as an alias for -include by Reid Kleckner · 11 years ago
  76. 0fe441a [driver] Ignore -fno-var-tracking; it's a GCC option we don't support. by Jordan Rose · 11 years ago
  77. 6a09ad2 Remove fno_builtin_strcat and fno_builtin_strcpy. by Rafael Espindola · 11 years ago
  78. 729be24 Remove -fbuiltin-strcat and -fbuiltin-strcpy. by Rafael Espindola · 11 years ago
  79. 4e77e06 Ignore unknown -fno-builtin-*. by Rafael Espindola · 11 years ago
  80. e48ceda Remove unused parameter. by Rafael Espindola · 11 years ago
  81. 7178f6e Ignore some -f options that are supported by gcc. by Rafael Espindola · 11 years ago
  82. 49b3533 Produce an error for unknown -f options. by Rafael Espindola · 11 years ago
  83. db10fe2 Move --relocatable-pch to Options.td. by Rafael Espindola · 11 years ago
  84. 74cd65e Remove unused option. by Rafael Espindola · 11 years ago
  85. ed91938 Produce an error for unknown -m options. by Rafael Espindola · 11 years ago
  86. a8f7d9d Adding -mtbm and -mno-tbm command line options to the clang front end for the by Yunzhong Gao · 11 years ago
  87. f26d8bc Remove a use of OPT_m_Joined. by Rafael Espindola · 11 years ago
  88. 1b8840c Add -fmodule-map-file option. by Daniel Jasper · 11 years ago
  89. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  90. fc12c4a [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass by Simon Atanasyan · 11 years ago
  91. c3c6687 Remove unused option. by Rafael Espindola · 11 years ago
  92. c8ba0a0 clang-cl: implement /fallback mode by Hans Wennborg · 11 years ago
  93. f6ae52b clang-cl: Accept -fmsc-version so we can set it without -Xclang by Reid Kleckner · 11 years ago
  94. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  95. 64228b6 Add comment about exporting clang::driver::ArgStringList, by Hans Wennborg · 11 years ago
  96. 5c6ecf5 Revert r190902 and r190906 by Hans Wennborg · 11 years ago
  97. 4832ee3 Revert "Move using directive from Job.h to Job.cpp" (r190902) by Hans Wennborg · 11 years ago
  98. f1666bb Move using directive from Job.h to Job.cpp by Hans Wennborg · 11 years ago
  99. 007ef4f clang-cl: ignore ths /GS- flag by Hans Wennborg · 11 years ago
  100. d8df3f7 clang-cl: ignore compile-only options in link-only invocations. by Hans Wennborg · 11 years ago