1. 532c1ec Driver: Eliminate Arg subclasses, which are now unnecessary. by Daniel Dunbar · 14 years ago
  2. e375c4a Driver: Keep the rendering style in the option, instead of as part of the Arg. by Daniel Dunbar · 14 years ago
  3. 4465a77 Driver: Change Arg to just hold the values directly, instead of implicitly by Daniel Dunbar · 14 years ago
  4. 515ddd8 Fix two typos in comments. by Sebastian Redl · 14 years ago
  5. e5af3b3 Revert "Driver: Change Option parsing to always create arguments referring to by Daniel Dunbar · 14 years ago
  6. 22685f4 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  7. 312a8b7 Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that by Daniel Dunbar · 14 years ago
  8. df98e1d Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n by Nate Begeman · 14 years ago
  9. d92f7a2 Added inherited info to template and non-type arguments of templates. by Abramo Bagnara · 14 years ago
  10. dfc35e3 Major redesign of the RecursiveASTVisitor. This implements the majority of the by Chandler Carruth · 14 years ago
  11. 95450f6 More accurate BuiltinsARM.def vget_lane support by Nate Begeman · 14 years ago
  12. 3bfc5f4 Added FixIt support to printf format string checking. by Tom Care · 14 years ago
  13. 5a57efd Tweak our handling of the notion of a standard conversion sequence by Douglas Gregor · 14 years ago
  14. 1c2a88c Implement transpose/zip/unzip & table lookup. by Nate Begeman · 14 years ago
  15. 9b065dd Added helper function to Type class to determine if a type is a builtin type. This complements the existing function that determines if a type is a specific builtin type. by Tom Care · 14 years ago
  16. 18af368 On Darwin, initialization and destruction functions should go into the __StaticInit section. by Anders Carlsson · 14 years ago
  17. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  18. d64fdd0 Warn about comparisons between arrays and improve self-comparison by Douglas Gregor · 14 years ago
  19. d7a9597 Implement a warning when converting the literal 'false' to a by Douglas Gregor · 14 years ago
  20. 1c573cb Token is POD-like. by Benjamin Kramer · 14 years ago
  21. 30d9171 Fix NEON intrinsic argument passing, support vext. Most now successfully make it through codegen to the .s file by Nate Begeman · 14 years ago
  22. 0ea22fd Implement -fcaret-diagnostics to undo -fno-caret-diagnostics. by Jeffrey Yasskin · 14 years ago
  23. 9eb65a5 Implement ARM NEON up through vcvt, alphabetically. by Nate Begeman · 14 years ago
  24. 6c6424b Driver: Support invoking Clang on .ll or .bc inputs. by Daniel Dunbar · 14 years ago
  25. 4cbbd94 Frontend: Add CodeGenAction support for handling LLVM IR. - This magically enables using 'clang -cc1' as a replacement for most of 'llvm-as', 'llvm-dis', 'llc' and 'opt' functionality. For example, 'llvm-as' is: $ clang -cc1 -emit-llvm-bc FOO.ll -o FOO.bc by Daniel Dunbar · 14 years ago
  26. faddc3e Frontend: Add FrontendAction support for handling LLVM IR inputs. by Daniel Dunbar · 14 years ago
  27. 685ac66 FrontendAction: Track active file kind. by Daniel Dunbar · 14 years ago
  28. eb58d83 Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate. by Daniel Dunbar · 14 years ago
  29. d3598a6 Frontend: Change FrontendAction::BeginSourceFile to take the input kind instead of an IsAST bool. by Daniel Dunbar · 14 years ago
  30. c34ce3f Frontend: Lift InputKind enumeration to top level. by Daniel Dunbar · 14 years ago
  31. 05a7f3d Frontend: Drop unnecessary TargetData argument to EmitBackendOutput, we always by Daniel Dunbar · 14 years ago
  32. 897c676 Frontend: Factor clang::EmitBackendOutput out of CodeGenAction. by Daniel Dunbar · 14 years ago
  33. 6b0cf67 Frontend: Add CodeGenOptions::SimplifyLibCalls, and eliminate LangOptions argument to BackendConsumer. by Daniel Dunbar · 14 years ago
  34. 79ba509 Implement __clear_cache on ARM. by Rafael Espindola · 14 years ago
  35. 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 14 years ago
  36. 6206d53 Added AccessSpecDecl node. by Abramo Bagnara · 14 years ago
  37. 21d07e4 Add an extension to avoid an error when a global template has the same name as by Jeffrey Yasskin · 14 years ago
  38. bf1a028 Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. by John McCall · 14 years ago
  39. 6deecb0 Correctly align large arrays in x86-64. This fixes PR5599. by Rafael Espindola · 14 years ago
  40. aa1381b Initial support for ARM NEON builtins, codegen up next by Nate Begeman · 14 years ago
  41. 83a230c Remember type source information for Objective C property declarations. by John McCall · 14 years ago
  42. 89f9d3a Added a field to BlockDeclRefExpr for future use. No functionality change yet. by Fariborz Jahanian · 14 years ago
  43. be1cc3e Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which is by Daniel Dunbar · 14 years ago
  44. 6e0f254 Driver: Add an explicit dsymutil action. by Daniel Dunbar · 14 years ago
  45. 82dc009 Restructure how we interpret block-literal declarators. Correctly handle by John McCall · 14 years ago
  46. a417b87 When checking for equality of template parameter lists, a template by Douglas Gregor · 14 years ago
  47. d6db976 Test commit: fix method summary comment by Jordy Rose · 14 years ago
  48. 76bd1f3 Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to by John McCall · 14 years ago
  49. a5ce966 Add support for calloc() in MallocChecker. Patch by Jordy Rose, with my by Zhongxing Xu · 14 years ago
  50. 1b730e8 When we see the a '[' in a postfix expression in Objective-C, perform by Douglas Gregor · 14 years ago
  51. 672bbf2 make #warning warnings end up in their own diagnostic category. rdar://8042673 by Chris Lattner · 14 years ago
  52. 8b9b742 Move .td files from AST to Basic. by Sean Hunt · 14 years ago
  53. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  54. 5ac3bdb Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 14 years ago
  55. 2a480e3 Changed text of 'empty enum' diagnostics to say so. by Fariborz Jahanian · 14 years ago
  56. 0511552 Empty enum in c is now error to match gcc's behavior. (radar 8040068). by Fariborz Jahanian · 14 years ago
  57. 2b7baf0 Roll back r104941. by John McCall · 14 years ago
  58. 1d0a585 Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 14 years ago
  59. 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 14 years ago
  60. 690c2e2 Add a comment to mention the memory ownership situation. by Dan Gohman · 14 years ago
  61. 6f73914 Parse/Sema: Add support for '#pragma options align=packed', which, it should be by Daniel Dunbar · 14 years ago
  62. 638e7cf Parse/Sema: Add support for '#pragma options align=native'. by Daniel Dunbar · 14 years ago
  63. a7f1c00 Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics, and we shouldn't by Ted Kremenek · 14 years ago
  64. 25a0fe2 Fixed missing initialization of member. Should we enable unused argument warning?. by Abramo Bagnara · 14 years ago
  65. 9929800 Driver: Add support for -m[no-]relax-all, and make it the default at -O0. by Daniel Dunbar · 14 years ago
  66. 4ecc9b7 Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instructions when using -integrated-as. by Daniel Dunbar · 14 years ago
  67. 4e9255f AST: Add AlignMac68kAttr, not yet used. by Daniel Dunbar · 14 years ago
  68. 8a2c92c AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 14 years ago
  69. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 14 years ago
  70. ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 14 years ago
  71. 861800c Parse: Add support for '#pragma options align'. by Daniel Dunbar · 14 years ago
  72. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  73. 2c0a540 Improve on flexible array diagnostics (PR7029). by Fariborz Jahanian · 14 years ago
  74. 4142ceb Fixes misc. flexible array bugs in c++ (PR7029). by Fariborz Jahanian · 14 years ago
  75. e935fdb Fixed comment. by Abramo Bagnara · 14 years ago
  76. a0af3b4 Added source order to CXXBaseOrMemberInitializer. by Abramo Bagnara · 14 years ago
  77. 1a97299 ASTRecordLayoutBuilder is no longer a friend of ASTRecordLayout. by Anders Carlsson · 14 years ago
  78. b90f4b3 Tell the string literal parser when it's not permitted to emit by Douglas Gregor · 14 years ago
  79. 28fdd0a No need to use the PrimaryBaseInfo struct in the builder. by Anders Carlsson · 14 years ago
  80. 9579898 Remove extents of dead symbolic regions when RemoveDeadBindings. by Zhongxing Xu · 14 years ago
  81. d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 14 years ago
  82. 3458d43 Allocate the contents of TemplateArgumentList using ASTContext's allocator. This fixes by Ted Kremenek · 14 years ago
  83. ff3dc39 Add Redeclarable boilerplate to TypedefDecl, from Peter Collingbourne! by Douglas Gregor · 14 years ago
  84. 32148ce Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the by Daniel Dunbar · 14 years ago
  85. b453c53 Put -Wvla into the -Wgnu warning group by Douglas Gregor · 14 years ago
  86. dc84534 Improve code completion in failure cases in two ways: by Douglas Gregor · 14 years ago
  87. ab28099 CastSizeChecker checks when casting a malloc'ed symbolic region to type T, by Zhongxing Xu · 14 years ago
  88. 45806fe Make this class useful as a base. by Nick Lewycky · 14 years ago
  89. 6a143ff add a few more categories. by Chris Lattner · 14 years ago
  90. 9ecb636 missed an svn add by Chris Lattner · 14 years ago
  91. 3f14538 push categories forward a bit more: document them, add some by Chris Lattner · 14 years ago
  92. 94a6157 Downgrade deletion of a void* from an error (which is should be) to an by Douglas Gregor · 14 years ago
  93. a481ec4 It turns out that people love using VLAs in templates, too. Weaken our by Douglas Gregor · 14 years ago
  94. 9ba6af8 Complain about sizeof(overloaded function) rather than crashing. by Douglas Gregor · 14 years ago
  95. 928e6fc Move OverloadExpr over to a ASTContext-allocated pointer for its by Douglas Gregor · 14 years ago
  96. 5a84dec Provide the overloaded functions for UnresolvedLookupExpr and by Douglas Gregor · 14 years ago
  97. 0054531 Keep track of all of the class and function template's "common" by Douglas Gregor · 14 years ago
  98. db4da82 Put the VLA-is-an-extension warning into its own warning group (-Wvla) by Douglas Gregor · 14 years ago
  99. 0fddb97 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 14 years ago
  100. c304ba3 Daniel re-educated me about what Alias does and does not do. Turn that off for by Chandler Carruth · 14 years ago