1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 11 years ago
  8. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  9. d9553e3 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 11 years ago
  10. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  11. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  12. 1eef852 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 11 years ago
  13. 4ac73c7 Merge commit '51e75aecf4fb303b91c9e54fd88e3509e5acc7a6' into merge-20130807 by Stephen Hines · 11 years ago
  14. 0694ad9 Fix missing * making the C++ mode thing not work by Matt Arsenault · 11 years ago
  15. 264d206 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 11 years ago
  16. 2049840 Merge commit '1342a4ef62dd7b839c6f09348b246a4f00282f29' into merge_20130612 by Stephen Hines · 11 years ago
  17. e756563 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 11 years ago
  18. 83eba02c Merge remote-tracking branch 'upstream/master' into merge-20130502 by Stephen Hines · 11 years ago
  19. 3769f38 <rdar://problem/13559825> Further reduce template instantiation depth down to 256, since we're blowing the stack for a trivial "factorial" class template. by Douglas Gregor · 11 years ago
  20. 450b86c Merge commit 'b58f810669d9c17bcc025b7560de01d162856f34' into merge_20130226 by Stephen Hines · 12 years ago
  21. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 12 years ago
  22. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
  23. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 12 years ago
  24. b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 12 years ago
  25. 15bb58e Merge commit 'd130fd2e141f1fef412c2d58e7385370801bd718' into merge-llvm by Stephen Hines · 12 years ago
  26. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 12 years ago
  27. 50a70cd Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! by Douglas Gregor · 12 years ago
  28. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  29. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  30. 3d145f6 block extended signatur option. Change previous option by Fariborz Jahanian · 12 years ago
  31. 931c083 Make -ffp-contract a codegen option, rather than a laguage option. This makes by Lang Hames · 12 years ago
  32. 3dfb3fa objective-C blocks: make cc1 flag -encode-extended-block-signature by Fariborz Jahanian · 12 years ago
  33. 06cffc0 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 12 years ago
  34. bb23628 s/BCPLComment/LineComment/ by Nico Weber · 12 years ago
  35. d6396a6 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 12 years ago
  36. c4dabad Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 12 years ago
  37. ca1b62a Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 12 years ago
  38. 286d623 Reverted back the changes made in 166868 and in 166869 by Mahesha S · 12 years ago
  39. f3b5231 ------------------------------------------------- by Mahesha S · 12 years ago
  40. 5ba49c0 Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 12 years ago
  41. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  42. 9f0b132 Merge branch 'upstream' into merge-2012_09_10 by Stephen Hines · 12 years ago
  43. 5b86ffd Allow disabling of wchar_t type. by Abramo Bagnara · 12 years ago
  44. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  45. 80ea4bc Merge branch 'upstream' into merge_2 by Stephen Hines · 12 years ago
  46. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  47. 08fc8eb Merge with Clang upstream r160673 (Jul 24th 2012) by Shih-wei Liao · 12 years ago
  48. b13291a Capitalize "Objective-C" and "C++" in user-facing contexts. by Jordan Rose · 12 years ago
  49. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
  50. ca6debb Forgot to rename one use of FPContractModeTy by Lang Hames · 12 years ago
  51. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  52. 8f4783c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 12 years ago
  53. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  54. f4205e1 Add language std for OpenCL 1.1 and 1.2. by Tanya Lattner · 12 years ago
  55. 0557d08 Add support for LangOptions.Renderscript + "kernel" attribute. by Stephen Hines · 12 years ago
  56. def1849 wire -fbounds-checking to the new LLVM bounds checking pass by Nuno Lopes · 12 years ago
  57. b3198a8 add -fbounds-checking option. by Nuno Lopes · 12 years ago
  58. 5e219cf Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 12 years ago
  59. 7b14026 [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit by Daniel Dunbar · 13 years ago
  60. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
  61. 3c93122 Add a flag -fthread-sanitizer. by Kostya Serebryany · 13 years ago
  62. 50a9a12 Clang has existing support for debuggers that by Sean Callanan · 13 years ago
  63. 453dbcb Extend the ExternalASTSource interface to allow the AST source to by Douglas Gregor · 13 years ago
  64. 752c74d Add a "Modules" language option, which subsumes the previous by Douglas Gregor · 13 years ago
  65. abf07a7 Fix PR11685 by implementing -ffast-math and its various friends in the by Chandler Carruth · 13 years ago
  66. ffbe9b9 Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. by Benjamin Kramer · 13 years ago
  67. 9631939 Hexagon backend support by Tony Linthicum · 13 years ago
  68. b619688 implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer by Kostya Serebryany · 13 years ago
  69. c18c423 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same by Richard Smith · 13 years ago
  70. 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago
  71. 88934e8 Driver & AST: Implement support for -fpack-struct and -fpack-struct= command by Daniel Dunbar · 13 years ago
  72. 62ec1f2 Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that this flag must be used only for Microsoft extensions and not emulation; to avoid confusion with the new LangOptions::MicrosoftMode flag. by Francois Pichet · 13 years ago
  73. ae55608 As per discussion with Doug Gregor on the IRC channel, introduce a new compiler switch: -fms-compatility. by Francois Pichet · 13 years ago
  74. 1c7e047 When building a module on-demand, clear out the "non-modular" language by Douglas Gregor · 13 years ago
  75. 7d5e81b Switch the serialization of LangOptions over to use the .def file. We by Douglas Gregor · 13 years ago
  76. e289d81 Switch LangOptions over to a .def file that describes header of the by Douglas Gregor · 13 years ago