1. 27fb522 Embed bitcode in object file (clang cc1 part) by Steven Wu · 9 years ago
  2. de87e5f Frontend: support -I=path for sysroot expansion by Saleem Abdulrasool · 9 years ago
  3. b31ee6d [SystemZ] Add -mbackchain option. by Marcin Koscielnicki · 9 years ago
  4. 21ac3bf Do not disable completely loop unroll when optimizing for size. by Marianne Mailhot-Sarrasin · 9 years ago
  5. 8195f69 [X86] Add -malign-double support by Reid Kleckner · 9 years ago
  6. 76945b2 [CUDA] Copy host builtin types to NVPTXTargetInfo. by Justin Lebar · 9 years ago
  7. 3afb266 Re-apply r267784, r267824 and r267830. by Peter Collingbourne · 9 years ago
  8. 5556a5c Revert r267784, r267824 and r267830. by Benjamin Kramer · 9 years ago
  9. a8b2f7c Rework interface for bitset-using features to use a notion of LTO visibility. by Peter Collingbourne · 9 years ago
  10. bf01080 Set the default C standard to C99 when targeting the PS4. by Sunil Srivastava · 9 years ago
  11. 382d355 [OpenCL] Add predefined macros. by Yaxun Liu · 9 years ago
  12. 811ff92 Always have clang pass -pie-level and -pic-level values to the code generator. by Wei Mi · 10 years ago
  13. f7b3d6c Move EABIVersion from CodeGenOptions to TargetOptions by Saleem Abdulrasool · 10 years ago
  14. 351241c Replace Sema-level implementation of -fassume-sane-operator-new with a by Richard Smith · 10 years ago
  15. 31994e2 Revert "Set the default C standard to C99 when targeting the PS4." by Sean Silva · 10 years ago
  16. d3a44f6 [CUDA] Add -fcuda-flush-denormals-to-zero. by Justin Lebar · 10 years ago
  17. d2f44d8 Add -fno-jump-tables and-fjump-tables flags by Nirav Dave · 10 years ago
  18. 0e15a77 Set the default C standard to C99 when targeting the PS4. by Sunil Srivastava · 10 years ago
  19. ba122ab [CUDA] Make unattributed constexpr functions implicitly host+device. by Justin Lebar · 10 years ago
  20. 25c4a81 [CUDA] Remove three obsolete CUDA cc1 flags. by Justin Lebar · 10 years ago
  21. 4650272 The time when -faltivec (or, on clang only, -maltivec) will magically by Eric Christopher · 10 years ago
  22. 9486771 Revert "Convert some ObjC msgSends to runtime calls." by Pete Cooper · 10 years ago
  23. d878e28 Reapply [2] [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  24. 8e2e9d6 Add -fnative-half-arguments-and-returns by Pirama Arumuga Nainar · 10 years ago
  25. 9e2f9d8 Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files" by Bruno Cardoso Lopes · 10 years ago
  26. 016b2d0 Reapply [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  27. be6c750 Convert some ObjC msgSends to runtime calls. by Pete Cooper · 10 years ago
  28. 6c78974 Make it possible for AST plugins to enable themselves by default by John Brawn · 10 years ago
  29. fd652b1 Restrict the hack from r263429 to asan and msan. by Benjamin Kramer · 10 years ago
  30. a0d2940 [ThinLTO] Clang side of renaming of function index (NFC) by Teresa Johnson · 10 years ago
  31. 376b461 Revert "[ThinLTO] Clang side of renaming of function index (NFC)" by Teresa Johnson · 10 years ago
  32. 9c6cd5d [ThinLTO] Clang side of renaming of function index (NFC) by Teresa Johnson · 10 years ago
  33. aeb7b53 [OpenMP] Replace offloading option that start with -o with -fo. by Samuel Antao · 10 years ago
  34. 12f2de1 [Frontend] Disable value name discarding for all sanitizers. by Benjamin Kramer · 10 years ago
  35. c2c3a54 Temporarily make discard value names depend on whether or not we're by Eric Christopher · 10 years ago
  36. 557c20a Remove compile time PreserveName in favor of a runtime cc1 -discard-value-names option by Mehdi Amini · 10 years ago
  37. 9c6f153 [PGO] Change profile use cc1 option to handle IR level profiles by Rong Xu · 10 years ago
  38. 2ca4be9 clang-cl: Implement initial limited support for precompiled headers. by Nico Weber · 10 years ago
  39. 522b5cb [PGO] clang cc1 option change to enable IR level instrumentation by Rong Xu · 10 years ago
  40. fb532b9 Add whole-program vtable optimization feature to Clang. by Peter Collingbourne · 10 years ago
  41. b7eb8db Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call to getVFSFromYAML in unittests" by Bruno Cardoso Lopes · 10 years ago
  42. 8c03c54 [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  43. 960813e [MSVC Compat] Implement -EHc semantics by David Majnemer · 10 years ago
  44. 7e82e01 [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single by Richard Smith · 10 years ago
  45. d4590c7 [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar to trace-bb, but has a different API. We already use the equivalent flag in GCC for Linux kernel fuzzing. We may be able to use this flag with AFL too by Kostya Serebryany · 10 years ago
  46. 45bfe4c Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices. by Samuel Antao · 10 years ago
  47. 1cf4c0a Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices." by Renato Golin · 10 years ago
  48. 0572837 Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices. by Samuel Antao · 10 years ago
  49. 0a1eaf8 Revert r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices. by Samuel Antao · 10 years ago
  50. 3f465c0 [OpenMP] Reorganize code to allow specialized code generation for different devices. by Samuel Antao · 10 years ago
  51. 9ef13db Eliminate an unnecessary enum, use the LLVM version. NFC by Paul Robinson · 10 years ago
  52. 9837ef5 [PGO] cc1 option name change for profile instrumentation by Rong Xu · 10 years ago
  53. 8c30592 Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend. by Benjamin Kramer · 10 years ago
  54. bacf7e4 Do not define GXX_RTTI macro for C. by Yunzhong Gao · 10 years ago
  55. 1eac594 [CUDA] Add -fcuda-allow-variadic-functions. by Justin Lebar · 10 years ago
  56. dc13453 Introduce -fsanitize-stats flag. by Peter Collingbourne · 10 years ago
  57. 793038d3 Module debugging: Make the module format part of the module hash instead by Adrian Prantl · 10 years ago
  58. dac134e Accidentally removed part of the file header. Restoring it back. by Ekaterina Romanova · 10 years ago
  59. 7dbc9cf [Driver] Add support for -fno-builtin-foo options. by Chad Rosier · 10 years ago
  60. ee8fb30 [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and device codegen. by Samuel Antao · 10 years ago
  61. a2ef81f Avoid assert failure on some invalid cc1 options. by Douglas Katzman · 10 years ago
  62. 7d5de9a [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and device codegen. by Samuel Antao · 10 years ago
  63. 4d5f0bb [OpenMP] Offloading descriptor registration and device codegen. by Samuel Antao · 10 years ago
  64. 8b27746 Some minor correction based on David Blaikie post-commit code review for r255281. by Ekaterina Romanova · 10 years ago
  65. 2b9349d [clang-cl] Add support for /Brepro by David Majnemer · 10 years ago
  66. 45784a7 Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM. by Paul Robinson · 10 years ago
  67. 7927150 Revert r256063, it's killing clang-tools-extra by Paul Robinson · 10 years ago
  68. a3ff2e4 CC1 part of debugger tuning; pass through setting from driver to LLVM. by Paul Robinson · 10 years ago
  69. fd6f92d Cross-DSO control flow integrity (Clang part). by Evgeniy Stepanov · 10 years ago
  70. 9218a3b Do not generate DW_TAG_imported_module for anonymous namespaces (even nested) for all the platforms except PS4. by Ekaterina Romanova · 10 years ago
  71. aff2232 [ThinLTO] Option to invoke ThinLTO backend passes and importing by Teresa Johnson · 10 years ago
  72. 919ce23 [modules] Add -cc1 flag -fmodules-embed-all-files. by Richard Smith · 10 years ago
  73. 4dff875 Disable frame pointer elimination when using -pg by Xinliang David Li · 10 years ago
  74. a2124ee Revert r253846 (build bot failure)) by Xinliang David Li · 10 years ago
  75. eadaf84 Disable frame pointer elimination when using -pg by Xinliang David Li · 10 years ago
  76. ff39366 Revert "Make FP_CONTRACT ON the default." by Manuel Klimek · 10 years ago
  77. 916be92 Make FP_CONTRACT ON the default. by Stephen Canon · 10 years ago
  78. 5e3fb76 Revert r240335. by Richard Smith · 10 years ago
  79. 4854d80 [EABI] Add Clang support for -meabi flag by Renato Golin · 10 years ago
  80. fbe5ed7 After some discussion, promote -fobjc-weak to a driver option. by John McCall · 10 years ago
  81. 6623e1f Introduce module file extensions to piggy-back data onto module files. by Douglas Gregor · 10 years ago
  82. 5d40ae3 Allow linking multiple bitcode files. by Artem Belevich · 10 years ago
  83. 460ce58 Define weak and __weak to mean ARC-style weak references, even in MRC. by John McCall · 10 years ago
  84. eb7927e [coroutines] Add lexer support for co_await, co_yield, and co_return keywords. by Richard Smith · 10 years ago
  85. 7737bd9 [Driver] Alias -fvisibility=internal to -fvisibility=hidden by Reid Kleckner · 10 years ago
  86. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  87. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  88. c4958b4 [Frontend] Name variable correctly. by Davide Italiano · 10 years ago
  89. 2704330 [Frontend/CompilerInvocation] Use range-based loop. NFC. by Davide Italiano · 10 years ago
  90. 945bc50 Recommit "Clang support for -flto=thin." by Teresa Johnson · 10 years ago
  91. fca505c Revert "Clang support for -flto=thin." (bot failures) by Teresa Johnson · 10 years ago
  92. 31b2354 Clang support for -flto=thin. by Teresa Johnson · 10 years ago
  93. 436256a Support Debug Info path remapping by Saleem Abdulrasool · 10 years ago
  94. 3459ce2 Stop messing with the 'g' group of options in CompilerInvocation. by Douglas Katzman · 10 years ago
  95. 129552b [WinEH] Remove NewMSEH and enable its behavior by default by Reid Kleckner · 10 years ago
  96. d170c4b Add -f[no-]declspec to control recognition of __declspec as a keyword by Saleem Abdulrasool · 10 years ago
  97. f5a8e6c Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] targets. by Alexandros Lamprineas · 10 years ago
  98. b5bc923 [CUDA] Allow parsing of host and device code simultaneously. by Artem Belevich · 10 years ago
  99. 94a55e8 [CUDA] Allow function overloads in CUDA based on host/device attributes. by Artem Belevich · 10 years ago
  100. 338c9d0 Emiting llvm.invariant.group.barrier when dynamic type changes by Piotr Padlewski · 10 years ago