1. 6b0cf67 Frontend: Add CodeGenOptions::SimplifyLibCalls, and eliminate LangOptions argument to BackendConsumer. by Daniel Dunbar · 14 years ago
  2. e2a901a When using property-dot assignment syntax to call a setter method, by Fariborz Jahanian · 14 years ago
  3. 19739ae Fixed a block regression caused by trying to use by Fariborz Jahanian · 14 years ago
  4. 43859f6 Catch free()s on non-regions and regions known to be not from malloc(), by checking the symbol type and memory space. by Jordy Rose · 14 years ago
  5. 79ba509 Implement __clear_cache on ARM. by Rafael Espindola · 14 years ago
  6. 310b1c4 Use MaybeCreateCXXExprWithTemporaries for potential destruction of by Fariborz Jahanian · 14 years ago
  7. 998622c weekend checkpoint of arm neon builtins codegen. by Nate Begeman · 14 years ago
  8. 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 14 years ago
  9. 2865474 Simplify the methods for creating a pointer, reference, member-pointer, by John McCall · 14 years ago
  10. 6206d53 Added AccessSpecDecl node. by Abramo Bagnara · 14 years ago
  11. 21d07e4 Add an extension to avoid an error when a global template has the same name as by Jeffrey Yasskin · 14 years ago
  12. 44eeeba Preserve type info for local variables in optimized builds. by Devang Patel · 14 years ago
  13. bf1a028 Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. by John McCall · 14 years ago
  14. 6deecb0 Correctly align large arrays in x86-64. This fixes PR5599. by Rafael Espindola · 14 years ago
  15. 52647c6 When deciding whether reinterpret_cast casts away constness we need to look at array qualifiers. Fixes rdar://problem/8018292. by Anders Carlsson · 14 years ago
  16. aa1381b Initial support for ARM NEON builtins, codegen up next by Nate Begeman · 14 years ago
  17. 59da45a Build AST for copy-construction of copied-in by Fariborz Jahanian · 14 years ago
  18. 83a230c Remember type source information for Objective C property declarations. by John McCall · 14 years ago
  19. 89f9d3a Added a field to BlockDeclRefExpr for future use. No functionality change yet. by Fariborz Jahanian · 14 years ago
  20. c71a491 Preserve more information from a block's original function declarator, if one by John McCall · 14 years ago
  21. 6e90047 Driver: Change -dwarf-debug-flags option to pass the original command line by Daniel Dunbar · 14 years ago
  22. be1cc3e Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which is by Daniel Dunbar · 14 years ago
  23. 6e0f254 Driver: Add an explicit dsymutil action. by Daniel Dunbar · 14 years ago
  24. df8b8ea For C++ copied in objects, use copy constructors in by Fariborz Jahanian · 14 years ago
  25. e7d6c2c Add ARM paths for debian. Not enough to bootstrap on a beagle board, but by Rafael Espindola · 14 years ago
  26. 82dc009 Restructure how we interpret block-literal declarators. Correctly handle by John McCall · 14 years ago
  27. ea7b488 Don't insert in lexical context implicit definitions of static member instances. by Abramo Bagnara · 14 years ago
  28. a417b87 When checking for equality of template parameter lists, a template by Douglas Gregor · 14 years ago
  29. 4bde1e1 Delay checking for mutable const fields until we're checking the field. by John McCall · 14 years ago
  30. 7b6d25b Properly disambiguate between an elaborated-type-specifier and a by Douglas Gregor · 14 years ago
  31. 369371c More refactoring. by John McCall · 14 years ago
  32. 1c4c397 Add a short circuit in isVirtuallyDerivedFrom. by Anders Carlsson · 14 years ago
  33. 5d55376 Assignments to reference variables shouldn't kill the variable. by Jordy Rose · 14 years ago
  34. 64fd7e8 Fixed Objective-C type encoding for bitfields for the GNU runtime to match the encoding used by GCC. by David Chisnall · 14 years ago
  35. b9cae1d Remove now unused code. by Anders Carlsson · 14 years ago
  36. 147a23d Use CXXRecordDecl::getFinalOverriders to get final overriders. This speeds up vtable layout by moving away from the old final overrider computation code that had O(N^2) complexity in some cases. by Anders Carlsson · 14 years ago
  37. 75f7c0f Remove a couple of unnecessary uses of IsStandardConversion. by John McCall · 14 years ago
  38. a5ed16a Classify NEON intrinsics by overloading-type for codegen by Nate Begeman · 14 years ago
  39. 5ed9b93 Make sure to check the accessibility of and mark the destructor for the by Eli Friedman · 14 years ago
  40. 0b29227 Don't intentionally try to ignore the value of a scalar expression when we by Eli Friedman · 14 years ago
  41. 5250f27 Hack in some really terrible C++ record PCH support that I need right now. by John McCall · 14 years ago
  42. e9a05b7 Don't try to explicitly zero out bit-fields. by Anders Carlsson · 14 years ago
  43. df11989 Make addStmt always add stmt. Delegate other cases to Visit() directly. by Zhongxing Xu · 14 years ago
  44. fc61d94 CFG: add all LHS of assingments as lvalue. This improves support for C++ reference. Patch by Jordy. by Zhongxing Xu · 14 years ago
  45. b00196d Add comments. by Zhongxing Xu · 14 years ago
  46. ffdb2d2 Add all final overriders to the map. by Anders Carlsson · 14 years ago
  47. 7965172 Block C++ code gen. Adds support for block reference argument by Fariborz Jahanian · 14 years ago
  48. e213235 Don't try to emit the vtable for a class just because we're emitting a by John McCall · 14 years ago
  49. 79e5ab7 Headers: Fix quoting of macro arguments in a couple more places. by Daniel Dunbar · 14 years ago
  50. c820f90 Don't substitute 'St' for 'std' when the namespace is nested inside another namespace. by Anders Carlsson · 14 years ago
  51. 8ee5939 Fix undefined behavior, noticed by GCC 4.5. Patch by Dimitry Andric! by Daniel Dunbar · 14 years ago
  52. c0012d6 Fix compiler warning about to false -> pointer conversion; patch by Dimitry Andric! by Daniel Dunbar · 14 years ago
  53. dc32cdf Fix unintentional method call due to false -> pointer conversion; patch by Dimitry Andric! by Daniel Dunbar · 14 years ago
  54. abd6b09 When building RTTI descriptors for pointer types, we need to get the unqualified array type and the qualifiers from it. by Anders Carlsson · 14 years ago
  55. ffaa0a9 Fix vget_lane/vset_lane by Nate Begeman · 14 years ago
  56. d1c1d7b typeid() produces type information for the cv-unqualified version of by Douglas Gregor · 14 years ago
  57. dfc0d1f Correctly mangle unsigned integer literals where the high bit is set. by Anders Carlsson · 14 years ago
  58. 9329668 Correctly mangle variadic functions that don't have any other parameters. by Anders Carlsson · 14 years ago
  59. 9d85b72 When mangling member function pointers, fake adding a substitution corresponding to the function type. by Anders Carlsson · 14 years ago
  60. 79ed4e6 Checkpoint arm_neon.h generation with tablegen by Nate Begeman · 14 years ago
  61. 0a02860 More cleanup. by Anders Carlsson · 14 years ago
  62. 7097e75 More cleanup. by Anders Carlsson · 14 years ago
  63. 2638764 Cleanup. by Anders Carlsson · 14 years ago
  64. 76bd1f3 Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to by John McCall · 14 years ago
  65. 5446009 Limit the use of BindDefault(). by Zhongxing Xu · 14 years ago
  66. a5ce966 Add support for calloc() in MallocChecker. Patch by Jordy Rose, with my by Zhongxing Xu · 14 years ago
  67. 681e256 Fix crash in code completion when an ObjCMethodDecl doesn't have an associated @interface. by Ted Kremenek · 14 years ago
  68. c59cb38 Minor tweaks on doug's objc recovery patch: the caller by Chris Lattner · 14 years ago
  69. 61ecf35 Make methods non-virtual again for now. I accidentally committed this in by Charles Davis · 14 years ago
  70. 1b730e8 When we see the a '[' in a postfix expression in Objective-C, perform by Douglas Gregor · 14 years ago
  71. 5b013df Silence GCC warning about an accessible non-virtual destructor in a class with by Chandler Carruth · 14 years ago
  72. a709b87 After conversations with Zhongxing Xu and Jordy Rose, refine the logic in by Ted Kremenek · 14 years ago
  73. 571339c simpler fix for rdar://8044135 - escaped newlines have already by Chris Lattner · 14 years ago
  74. 33611e0 Improve our handling of NULL after an escaping '\' in a string by Douglas Gregor · 14 years ago
  75. 5ee3734 Don't try to parse class template specializations in C. It can only by Douglas Gregor · 14 years ago
  76. bd6c76f Improve parser recovery when we try to parse a call expression but the by Douglas Gregor · 14 years ago
  77. c2b9b36 Make macro safe in the face of users who pass "addr+64". Addition of void* is by Nick Lewycky · 14 years ago
  78. 8be373b Remove unused parameter to FinalOverriders::PropagateOverrider. by Anders Carlsson · 14 years ago
  79. 31b5c4b Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' to by Nick Lewycky · 14 years ago
  80. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  81. c15503d And now for the best part: Removing the old code. by Anders Carlsson · 14 years ago
  82. 83a45e7 Turn on the new empty base subobject tracking code. It's a bit faster than the previous code. However, it still has quadratic performance, something which I intend to fix shortly in a subsequent patch. by Anders Carlsson · 14 years ago
  83. d28dcd7 Teach code-completion for calls to be more careful with a by Douglas Gregor · 14 years ago
  84. c00129a Fix for PR7040: Don't try to compute the LLVM type for a function where it by Eli Friedman · 14 years ago
  85. 5ac3bdb Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 14 years ago
  86. 4c6a226 Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64. by Daniel Dunbar · 14 years ago
  87. 4137d51 Cleanup. by Anders Carlsson · 14 years ago
  88. 5b1319c Make EmptySubobjectMap::CanPlaceBaseAtOffset take a BaseSubobjectInfo as well. by Anders Carlsson · 14 years ago
  89. b1d880b Change RecordLayoutBuilder::LayoutBase to take a BaseSubobjectInfo. No functionality change. by Anders Carlsson · 14 years ago
  90. 3cd09cc Rework the way virtual primary bases are added when laying out classes. Instead of doing it as a separate step, we now use the BaseSubobjectInfo and use it when laying out the bases. This fixes a bug where we would either not add a primary virtual base at all, or add it at the wrong offset. by Anders Carlsson · 14 years ago
  91. 276b491 Change LayoutVirtualBase to also take a BaseSubobjectInfo. by Anders Carlsson · 14 years ago
  92. 07cebc5 Change RecordLayoutBuilder::LayoutNonVirtualBase to take a BaseSubobjectInfo. No functionality change. by Anders Carlsson · 14 years ago
  93. 6e26454 Move computing the base subobject info for a class into the RecordLayoutBuilder because we're going to need it to be able to correctly add offsets for primary virtual bases. by Anders Carlsson · 14 years ago
  94. 42c67bf Revert r105097. Thinking about a better fix. by Zhongxing Xu · 14 years ago
  95. bdfa85f Fix PR7218. Patch by Jordy Rose. by Zhongxing Xu · 14 years ago
  96. 616d436 More PowerPC paths on Darwin by Douglas Gregor · 14 years ago
  97. 582c301 Add C++ include paths for Darwin PowerPC by Douglas Gregor · 14 years ago
  98. 4336e19 add fedora 13 paths, patch by Hendrik Richter. by Chris Lattner · 14 years ago
  99. 4e44983 Copy source information for the inner type of an elaborated type; fixes some by John McCall · 14 years ago
  100. f88f63f Implement remaining items in neon td file. Still need to modify emitter to generate a proper header. by Nate Begeman · 14 years ago