1. 546a196 Fix -save-temp when using objc-arc, sanitizer and profiling by Steven Wu · 10 years ago
  2. fb2398d Make the clang module container format selectable from the command line. by Adrian Prantl · 10 years ago
  3. f8b5012 [OpenMP] Add TLS-based implementation for threadprivate directive. by Samuel Antao · 10 years ago
  4. 45be9e0 Add an experimental flag -fsanitize-memory-use-after-dtor. by Evgeniy Stepanov · 10 years ago
  5. 8749d804 Resubmit "Pass down the -flto option to the -cc1 job" (r239481) by Teresa Johnson · 10 years ago
  6. cd98cb7 [Modules] Consider -fmodule-feature in module hash and when loading by Ben Langmuir · 10 years ago
  7. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  8. 69a1d8c Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs by David Blaikie · 10 years ago
  9. 529ecb2 [modules] Add a flag to disable the feature that permits conflicting redefinitions of internal-linkage symbols that are not visible. by Richard Smith · 10 years ago
  10. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  11. 6d492ad ArrayRef-ify ParseArgs by David Blaikie · 10 years ago
  12. 9881b78 Introduce -fsanitize-trap= flag. by Peter Collingbourne · 10 years ago
  13. 47972af [modules] Simplify -cc1 interface for enabling implicit module maps. by Richard Smith · 10 years ago
  14. 098e6de Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in VerifyDiagnosticsConsumer by Eric Fiselier · 10 years ago
  15. edca6e5 Revert commit r239481 as it is dependent on reverted llvm commit r239480. by Teresa Johnson · 10 years ago
  16. 2987c29 add the -mrecip driver flag and process its options (3rd try) by Sanjay Patel · 10 years ago
  17. 88c3c67 Pass down the -flto option to the -cc1 job, and from there into the by Teresa Johnson · 10 years ago
  18. 825fb3c Removing spurious semi colons; NFC. by Aaron Ballman · 10 years ago
  19. 14facf3 range-for'ify Args->filtered_begin(...) loops by Sean Silva · 10 years ago
  20. ab70cfa Simplify this code a bit. by Sean Silva · 10 years ago
  21. dc9293d Revert "add the -mrecip driver flag and process its options (2nd try)" by Rafael Espindola · 10 years ago
  22. d79da01 add the -mrecip driver flag and process its options (2nd try) by Sanjay Patel · 10 years ago
  23. 3204b15 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
  24. 992c6fa This reverts commit r238064 and r238055. by Rafael Espindola · 10 years ago
  25. f5019e6 add the -mrecip driver flag and process its options by Sanjay Patel · 10 years ago
  26. 24d59d1 "This adds -fconcepts-ts as a cc1 option for enabling the by Faisal Vali · 10 years ago
  27. db39021 [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) by Alexey Bataev · 10 years ago
  28. 4241314 [modules] Add local submodule visibility support for declarations. by Richard Smith · 10 years ago
  29. e9bcddd Add flag to enable native half type by Pirama Arumuga Nainar · 10 years ago
  30. 470d942 Make GNUInline consistent with whether we use traditional GNU inline semantics. by Peter Collingbourne · 10 years ago
  31. bf59c34 Move sanitizer parser and group expander from Driver to Basic. by Peter Collingbourne · 10 years ago
  32. 3eea677 Unify sanitizer kind representation between the driver and the rest of the compiler. by Peter Collingbourne · 10 years ago
  33. 52cc487 [cuda] Include GPU binary into host object file and generate init/deinit code. by Artem Belevich · 10 years ago
  34. 3f3b3ab [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanitizier coverage mode. by Alexey Samsonov · 10 years ago
  35. ee97793 [modules] Add -fmodules-local-submodule-visibility flag. by Richard Smith · 11 years ago
  36. a71e681 InstrProf: Support for setting profile output from command line by Justin Bogner · 11 years ago
  37. d7214a7 Support generating NMake/Jom-style depfiles. by Paul Robinson · 11 years ago
  38. 4bdc50e Create a frontend flag to disable CUDA cross-target call checks by Eli Bendersky · 11 years ago
  39. bb61825 uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselists by Duncan P. N. Exon Smith · 11 years ago
  40. 256a869 [Driver] Properly support -mglobal-merge using explicit options. by Ahmed Bougacha · 11 years ago
  41. 359b105 Process the -freciprocal-math optimization flag (PR20912) by Sanjay Patel · 11 years ago
  42. c371ff0 MS ABI: Implement driver-level support for thread-safe statics by David Majnemer · 11 years ago
  43. 7ffc3fb C++14: Disable sized deallocation by default due to ABI breakage by Reid Kleckner · 11 years ago
  44. f3d3db6 Remove .CUDAIsDevice flags from CodeGenOpts as it's already by Artem Belevich · 11 years ago
  45. 83a6dcc Ensure that we still parse preprocessed CUDA files as CUDA when we use by Artem Belevich · 11 years ago
  46. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  47. c888dd0 Add fveclib option. by Michael Zolotukhin · 11 years ago
  48. 4e46237 GCOV: Expose the -coverage-exit-block-before-body flag in clang -cc1 by Justin Bogner · 11 years ago
  49. b111ec9 Add clang support for Objective-C application extensions. by Bob Wilson · 11 years ago
  50. 1df0fea Add -fuse-line-directive flag to control usage of #line with -E by Reid Kleckner · 11 years ago
  51. a50178c CUDA: Add option to allow host device functions to call host functions by Jacques Pienaar · 11 years ago
  52. 6b07a1c Add -funique-section-names and -fno-unique-section-names options. by Rafael Espindola · 11 years ago
  53. d2e8b04 Add -fno-implicit-modules. by Manuel Klimek · 11 years ago
  54. 8908823 Add -fno-sized-deallocation option for completeness of fix in r229241 in documentation in r229818. by Larisse Voufo · 11 years ago
  55. 0723673 Revert adding hostname to module hash by Ben Langmuir · 11 years ago
  56. e990a3f Rename flags and options to match current naming: from -fdef-sized-delete to -fdefine-sized-deallocation, and from DefaultSizedDelete to DefineSizedDeallocation. by Larisse Voufo · 11 years ago
  57. 5526f4f Revise the implementation logic of sized deallocation: Do not automatically generate weak definitions of the sized operator delete (in terms of unsized operator delete). Instead, provide the funcitonality via a new compiler flag, -fdef-sized-delete. by Larisse Voufo · 11 years ago
  58. a5b195a Revert "Revert r229082 for a bit, it caused PR22577." by David Majnemer · 11 years ago
  59. 7ce96b8 Revert r229082 for a bit, it caused PR22577. by Nico Weber · 11 years ago
  60. abc482e MS ABI: Implement /volatile:ms by David Majnemer · 11 years ago
  61. 541c202 Be more conservative about gethostname()'s truncating behaviour by Ben Langmuir · 11 years ago
  62. 9be5d1e Update r228592 for when gethostname() returns an error by Ben Langmuir · 11 years ago
  63. 521954e Add missing include from r228592 by Ben Langmuir · 11 years ago
  64. d072eea Add the hostname to the module hash to avoid sharing between hosts by Ben Langmuir · 11 years ago
  65. a511cdd Allow to specify multiple -fsanitize-blacklist= arguments. by Alexey Samsonov · 11 years ago
  66. 532d210 Add cc1 option '-fmodule-feature' to add custom values for 'requires' decls by Ben Langmuir · 11 years ago
  67. 8ab003a The prefix 'Ms-' should be 'MS-' by David Majnemer · 11 years ago
  68. 76c9e09 Process the -fno-signed-zeros optimization flag (PR20870) by Sanjay Patel · 11 years ago
  69. 77dc236 Implement command line options for stack probe space by Hans Wennborg · 11 years ago
  70. cb0d13f Adding option -fno-inline-asm to disallow inline asm by Steven Wu · 11 years ago
  71. 0d9593d [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py by Chandler Carruth · 11 years ago
  72. c7af264 Revert "Insert random noops to increase security against ROP attacks (clang)" by JF Bastien · 11 years ago
  73. 4cb5570 Insert random noops to increase security against ROP attacks (clang) by JF Bastien · 11 years ago
  74. 8845952 Reimplement -fsanitize-recover family of flags. by Alexey Samsonov · 11 years ago
  75. 76a4b95 Driver: begin threading frontend support for SymbolRewriter by Saleem Abdulrasool · 11 years ago
  76. 6465d4f Fix use-after-destruction introduced in r224924. by Alexey Samsonov · 11 years ago
  77. fd3cc70 [multilib] Teach Clang's code about multilib by threading by Chandler Carruth · 11 years ago
  78. 0072150 Add driver flags -ftrigraphs, -fno-trigraphs. by Nico Weber · 11 years ago
  79. b62ba51 Disable trigraphs in microsoft mode by default. Matches cl.exe. by Nico Weber · 11 years ago
  80. fd8de1c Fix handling of invalid -O options. by Rafael Espindola · 11 years ago
  81. 2465326 Add a new flag, -fspell-checking-limit=<number> to control how many times we'll do spell checking. Note that spell checking will change the produced AST, so we don't automatically change this value when someone sets -ferror-limit=. With this, merge test typo-correction-pt2.cpp into typo-correction.cpp. by Nick Lewycky · 11 years ago
  82. 3701450 OpenCL C: Add support for a set of floating point arithmetic relaxation flags: by Pekka Jaaskelainen · 11 years ago
  83. 9acb99e3 Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra. by Richard Smith · 11 years ago
  84. 00a4da7 Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1." by Duncan P. N. Exon Smith · 11 years ago
  85. 0152e78 [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1. by Richard Smith · 11 years ago
  86. 4a89a06 PR21217: Slightly more eagerly load -fmodule-map-file= files and provide by Richard Smith · 11 years ago
  87. bbc0178 CUDA host device code with two code paths by Reid Kleckner · 11 years ago
  88. 21a0f55 Add flag -f(no-)modules-implicit-maps. by Daniel Jasper · 11 years ago
  89. 561e0aa Extended list of valid frontend options with '-cl-std=CL2.0'. by Anastasia Stulova · 11 years ago
  90. e070b99 Remove -fseh-exceptions in favor of checking the triple by Reid Kleckner · 11 years ago
  91. 75b4f9e Introduce -fsanitize-coverage=N flag by Kostya Serebryany · 11 years ago
  92. a041610 [Sanitizer] Refactor sanitizer options in LangOptions. by Alexey Samsonov · 11 years ago
  93. edf99a9 Introduce a SanitizerKind enum to LangOptions. by Alexey Samsonov · 11 years ago
  94. a6556f7 Objective-C SDK modernization tool. Use its own option by Fariborz Jahanian · 11 years ago
  95. f04f237 Add a new -fmerge-functions -cc1 flag that enables function merging. by Nick Lewycky · 11 years ago
  96. 5a6a2fc Driver: Include driver diagnostics when we --serialize-diagnostics by Justin Bogner · 11 years ago
  97. 795f53b Support using sample profiles with partial debug info (driver) by Diego Novillo · 11 years ago
  98. e842a47 [modules] Initial support for explicitly loading .pcm files. by Richard Smith · 11 years ago
  99. ab506ad Switch C compilations to C11 by default. by Richard Smith · 11 years ago
  100. ae5804f Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC. by Alexey Samsonov · 11 years ago