1. cdc4408 Revert r305164/5/7. by Daniel Jasper · 8 years ago
  2. 7289ba9 Driver: add support for `-gz` and `-gz=` by Saleem Abdulrasool · 8 years ago
  3. 86a3ef5 Add -frewrite-imports flag. by Richard Smith · 8 years ago
  4. 5444890 Represent debug information compression type fully by Saleem Abdulrasool · 8 years ago
  5. 2c2fb88 [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-8bit-counters. Experimental so far, not documenting yet. Reapplying revisions 304630, 304631, 304632, 304673, see PR33308 by Kostya Serebryany · 8 years ago
  6. de72b91 Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-8bit-counters. Experimental so far, not documenting yet. (clang part)" by Renato Golin · 8 years ago
  7. e425aad [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-8bit-counters. Experimental so far, not documenting yet. (clang part) by Kostya Serebryany · 8 years ago
  8. 85a83c2 [Modules] Handle sanitizer feature mismatches when importing modules by Vedant Kumar · 8 years ago
  9. 4b2f326 [clang-cl] Improve default calling convention flag handling by Reid Kleckner · 8 years ago
  10. 6aa9e9b IRGen: Add optnone attribute on function during O0 by Mehdi Amini · 8 years ago
  11. d46083c Revert MSVC CXXOperatorNames patch due to issues with Chromium by Erich Keane · 8 years ago
  12. 25411b7 For Microsoft compatibility, set fno_operator_names by Erich Keane · 8 years ago
  13. af69e40 Allow to use vfs::FileSystem for file accesses inside ASTUnit. by Ilya Biryukov · 8 years ago
  14. 0c7d4d7e Add option to include multiple lines in snippets. by Richard Smith · 8 years ago
  15. d991cdd [asan] A clang flag to enable ELF globals-gc. by Evgeniy Stepanov · 8 years ago
  16. 50fb618 [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a hidden -mllvm flag. clang part. by Kostya Serebryany · 8 years ago
  17. 5511fc2 Revert rL301998: "Fix a bug that -isysroot is completely ignored on Unix" by Yuka Takahashi · 8 years ago
  18. 79d3107 Fix a bug that -isysroot is completely ignored on Unix by Yuka Takahashi · 8 years ago
  19. f74d946 Move functionality for handling module maps as inputs from the -emit-module by Richard Smith · 8 years ago
  20. 8c8fb80 Improve diagnostics for bad -std= flag. by Richard Smith · 8 years ago
  21. 6379cfc Remove unnecessary and somewhat inaccurate "C89" flag from language standards. by Richard Smith · 8 years ago
  22. b0fe704 Don't accept -std= values that would switch us to a different source language. by Richard Smith · 8 years ago
  23. 40c0efa Refactor frontend InputKind to prepare for treating module maps as a distinct kind of input. by Richard Smith · 8 years ago
  24. 8150355 Move Split DWARF handling to an MC option/command line argument rather than using metadata by David Blaikie · 8 years ago
  25. 1be800c5 Add support for editor placeholders to Clang by Alex Lorenz · 8 years ago
  26. 34e485f [modules-ts] Fold together -x c++ and -x c++-module at -cc1 level. by Richard Smith · 8 years ago
  27. c69f9f3 [Modules] Enable local submodule visibility for ObjC/C by Bruno Cardoso Lopes · 8 years ago
  28. f63556d Modular Codegen: Separate flags for function and debug info support by David Blaikie · 8 years ago
  29. 69cdc90 [Modules] Remove darwin specific code to check for SystemVersion.plist by Bruno Cardoso Lopes · 8 years ago
  30. e7cdcde Preserve vec3 type. by Jin-Gu Kang · 9 years ago
  31. 1a3665bb [Driver] Don't crash on invalid values of -mrelocation-model=. by Davide Italiano · 9 years ago
  32. 504fc22 [XRay][clang] Fix the -fxray-instruction-threshold flag processing by Dean Michael Berris · 9 years ago
  33. 835832d [XRay] Add -fxray-{always,never}-instrument= flags to clang by Dean Michael Berris · 9 years ago
  34. 049a31d Use FPContractModeKind universally by Adam Nemet · 9 years ago
  35. e940f35 Revert "Use FPContractModeKind universally" by Adam Nemet · 9 years ago
  36. 32093a1 Use FPContractModeKind universally by Adam Nemet · 9 years ago
  37. 45c26ee [OpenCL] Extended mapping of parcing CodeGen arguments by Egor Churaev · 9 years ago
  38. 671db70 [OpenCL][Bug 10573] Don't set CXXOperatorNames flag by Anastasia Stulova · 9 years ago
  39. 488d1dc [ThinLTO] Clang support for emitting minimized bitcode for thin link by Teresa Johnson · 9 years ago
  40. 758aad7 Remove the -faltivec alias option and replace it with -maltivec everywhere. by Eric Christopher · 9 years ago
  41. 0ebdeac Canonicalize the path provided by -fmodules-cache-path. by Adrian Prantl · 9 years ago
  42. 60fa288 Modules: Use hash of PCM content for SIGNATURE by Duncan P. N. Exon Smith · 9 years ago
  43. 5eb9c81 [Linker] Provide callback for internalization by Jonas Devlieghere · 9 years ago
  44. e39fa57 Add -iframeworkwithsysroot compiler option by Alex Lorenz · 9 years ago
  45. 3a36ac1 Add -cc1 flag -ast-dump-all to perform an AST dump including entities that haven't yet been deserialized. by Richard Smith · 9 years ago
  46. 18c12d5 [PS4] Set our default dialect to C++11. NFC for other targets. by Paul Robinson · 9 years ago
  47. 7b5d910 Add a cc1 flag for setting the existing Preprocessor option 'AllowPCHWithCompilerErrors'. by Argyrios Kyrtzidis · 9 years ago
  48. 4032785 Revert r296209, still one more test to go. by Paul Robinson · 9 years ago
  49. 7c344cf [PS4] Set our default dialect to C++11. NFC for other targets. by Paul Robinson · 9 years ago
  50. 222b30b Stop asserting when a meaningless -std= flag is passed for a non-compilation by Richard Smith · 9 years ago
  51. c91daf1 [Driver] Report available language standards on user error by Richard Smith · 9 years ago
  52. 546bc11 [DebugInfo] Added support to Clang FE for generating debug info for preprocessor macros. by Amjad Aboud · 9 years ago
  53. 0c86ccf [X86] Teach Clang about -mfentry flag by Nirav Dave · 9 years ago
  54. 9ffe5a3 Prototype of modules codegen by David Blaikie · 9 years ago
  55. b080b63 [CodeGen] [CUDA] Add the ability set default attrs on functions in linked modules. by Justin Lebar · 9 years ago
  56. b3a70de Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile collection by Dehao Chen · 9 years ago
  57. 1e1475a Move vtable type metadata emission behind a cc1-level flag. by Peter Collingbourne · 9 years ago
  58. 0aaa762 unique_ptrify createDriverOptTable by David Blaikie · 9 years ago
  59. 7f87307 Add a cc1 option to force disabling lifetime-markers emission from clang by Mehdi Amini · 9 years ago
  60. ea4395e Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 9 years ago
  61. 81d0829 Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 9 years ago
  62. 9280a85 IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer by David Blaikie · 9 years ago
  63. 61137e1 Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension by David Blaikie · 9 years ago
  64. c1608f7 Add -f[no-]strict-return flag that can be used to avoid undefined behaviour by Alex Lorenz · 9 years ago
  65. 26b86ea [c++17] Implement P0522R0 as written. This allows a template template argument by Richard Smith · 9 years ago
  66. 50f9e89 [PM] Introduce options to enable the (still experimental) new pass by Chandler Carruth · 9 years ago
  67. fcd3314 Cleanup the handling of noinline function attributes, -fno-inline, by Chandler Carruth · 9 years ago
  68. 93786da Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'. by Chandler Carruth · 9 years ago
  69. 115d33c Revert another accidental bit by Paul Robinson · 9 years ago
  70. 086c90b Undo accidental comit by Paul Robinson · 9 years ago
  71. 41a2508 [PS4] Undo dialect tweak for Objective-C. by Paul Robinson · 9 years ago
  72. 9181e77 Simplify parseShowColorsArgs logic, NFC. by Yaron Keren · 9 years ago
  73. b17d6fa Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI here. by Richard Smith · 9 years ago
  74. 6fa3b74 [Preprocessor] Support for '-dI' flag by Bruno Cardoso Lopes · 9 years ago
  75. d340ccc Add a new optimization option -Og by Sylvestre Ledru · 9 years ago
  76. f76f650 Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  77. 0ea0753 [OpenCL] Override supported OpenCL extensions with -cl-ext option by Alexey Bader · 9 years ago
  78. 6e5610f Implement ABI proposal for throwing noexcept function pointers, per discussion by Richard Smith · 9 years ago
  79. f160700 Revert "[Preprocessor] Support for '-dI' flag" by Bruno Cardoso Lopes · 9 years ago
  80. c9af134 [Preprocessor] Support for '-dI' flag by Bruno Cardoso Lopes · 9 years ago
  81. e0bde75 Do not print include_next/pragma once warnings when input is a header. by Erik Verbruggen · 9 years ago
  82. 5e83dfe Switch SmallSetVector to use DenseSet when it overflows its inline space. by Justin Lebar · 9 years ago
  83. 165a884 New clang option -mpie-copy-relocations to use copy relocations for PIE builds. by Sriraman Tallam · 9 years ago
  84. 76952a7 Reapply [Driver][Diagnostics] Make 'show option names' default for driver warnings by Bruno Cardoso Lopes · 9 years ago
  85. 93d683f Revert "[Driver][Diagnostics] Make 'show option names' default for driver warnings" by Renato Golin · 9 years ago
  86. 8f96e82 Add an option to save the backend-produced YAML optimization record to a file by Hal Finkel · 9 years ago
  87. 8838db8 [Driver][Diagnostics] Make 'show option names' default for driver warnings by Bruno Cardoso Lopes · 9 years ago
  88. a77ac1b Add -fno-sanitize-address-use-after-scope flag by Vitaly Buka · 9 years ago
  89. 2dfbe9a [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h. by Justin Lebar · 9 years ago
  90. 4ffb434 [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts by Gor Nishanov · 9 years ago
  91. 5913902 P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we by Richard Smith · 9 years ago
  92. abb6eea CC1: Add -save-stats option by Matthias Braun · 9 years ago
  93. fa007ae Revert "set the underlying value of “#pragma STDC FP_CONTRACT” on by default" by Renato Golin · 9 years ago
  94. 6919ae5 set the underlying value of “#pragma STDC FP_CONTRACT” on by default by Sebastian Pop · 9 years ago
  95. 60cdd61 [sanitizer-coverage] add yet another flavour of coverage instrumentation: trace-pc-guard. The intent is to eventually replace all of {bool coverage, 8bit-counters, trace-pc} with just this one. Clang part by Kostya Serebryany · 9 years ago
  96. 1eea3e5 Reapply r281276 with passing -emit-llvm in one of the tests by Adam Nemet · 9 years ago
  97. f2b6883 Revert "Add -fdiagnostics-show-hotness" by Adam Nemet · 9 years ago
  98. a340eff3 Add -fdiagnostics-show-hotness by Adam Nemet · 9 years ago
  99. 97e49ac Add -fprofile-dir= to clang. by Nick Lewycky · 9 years ago
  100. dd4ad3d Unrevert r280035 now that the clang-cl bug it exposed has been fixed by by Richard Smith · 9 years ago