1. c26a9ae Think through my commit this time. by Eli Friedman · 14 years ago
  2. 47a700b Make sure this test doesn't break when we disallow throwing an exception by Eli Friedman · 14 years ago
  3. 333d3ed70 Removing commit access test file. by Tom Care · 14 years ago
  4. 19cde9e Testing commit access. by Tom Care · 14 years ago
  5. a5ed16a Classify NEON intrinsics by overloading-type for codegen by Nate Begeman · 14 years ago
  6. 5ed9b93 Make sure to check the accessibility of and mark the destructor for the by Eli Friedman · 14 years ago
  7. 0b29227 Don't intentionally try to ignore the value of a scalar expression when we by Eli Friedman · 14 years ago
  8. 5250f27 Hack in some really terrible C++ record PCH support that I need right now. by John McCall · 14 years ago
  9. df432e3 Return a proper null CXSourceLocation from clang_getLocation() when the SourceLocation is invalid. Fixes <rdar://problem/8056640>. by Ted Kremenek · 14 years ago
  10. e9a05b7 Don't try to explicitly zero out bit-fields. by Anders Carlsson · 14 years ago
  11. d6db976 Test commit: fix method summary comment by Jordy Rose · 14 years ago
  12. df11989 Make addStmt always add stmt. Delegate other cases to Visit() directly. by Zhongxing Xu · 14 years ago
  13. fc61d94 CFG: add all LHS of assingments as lvalue. This improves support for C++ reference. Patch by Jordy. by Zhongxing Xu · 14 years ago
  14. b00196d Add comments. by Zhongxing Xu · 14 years ago
  15. ffdb2d2 Add all final overriders to the map. by Anders Carlsson · 14 years ago
  16. cd7c4d8 There is no dcl.init.ref p16. This test deals with p5. by Jeffrey Yasskin · 14 years ago
  17. 7965172 Block C++ code gen. Adds support for block reference argument by Fariborz Jahanian · 14 years ago
  18. e213235 Don't try to emit the vtable for a class just because we're emitting a by John McCall · 14 years ago
  19. 79e5ab7 Headers: Fix quoting of macro arguments in a couple more places. by Daniel Dunbar · 14 years ago
  20. c820f90 Don't substitute 'St' for 'std' when the namespace is nested inside another namespace. by Anders Carlsson · 14 years ago
  21. 8ee5939 Fix undefined behavior, noticed by GCC 4.5. Patch by Dimitry Andric! by Daniel Dunbar · 14 years ago
  22. c0012d6 Fix compiler warning about to false -> pointer conversion; patch by Dimitry Andric! by Daniel Dunbar · 14 years ago
  23. dc32cdf Fix unintentional method call due to false -> pointer conversion; patch by Dimitry Andric! by Daniel Dunbar · 14 years ago
  24. 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
  25. ffaa0a9 Fix vget_lane/vset_lane by Nate Begeman · 14 years ago
  26. d1c1d7b typeid() produces type information for the cv-unqualified version of by Douglas Gregor · 14 years ago
  27. c044193 clang++ is now a different greek letter. by Chris Lattner · 14 years ago
  28. dfc0d1f Correctly mangle unsigned integer literals where the high bit is set. by Anders Carlsson · 14 years ago
  29. 9329668 Correctly mangle variadic functions that don't have any other parameters. by Anders Carlsson · 14 years ago
  30. 9d85b72 When mangling member function pointers, fake adding a substitution corresponding to the function type. by Anders Carlsson · 14 years ago
  31. 4a40a2f Add a compatibility note about incomplete types in templates. by John McCall · 14 years ago
  32. 79ed4e6 Checkpoint arm_neon.h generation with tablegen by Nate Begeman · 14 years ago
  33. 0a02860 More cleanup. by Anders Carlsson · 14 years ago
  34. 7097e75 More cleanup. by Anders Carlsson · 14 years ago
  35. 2638764 Cleanup. by Anders Carlsson · 14 years ago
  36. d2010c1 Delete a blank line to make it easier to process this file with a script. by Dan Gohman · 14 years ago
  37. 76bd1f3 Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to by John McCall · 14 years ago
  38. 5446009 Limit the use of BindDefault(). by Zhongxing Xu · 14 years ago
  39. a5ce966 Add support for calloc() in MallocChecker. Patch by Jordy Rose, with my by Zhongxing Xu · 14 years ago
  40. 681e256 Fix crash in code completion when an ObjCMethodDecl doesn't have an associated @interface. by Ted Kremenek · 14 years ago
  41. c59cb38 Minor tweaks on doug's objc recovery patch: the caller by Chris Lattner · 14 years ago
  42. 61ecf35 Make methods non-virtual again for now. I accidentally committed this in by Charles Davis · 14 years ago
  43. de037c2 Tweak test for non-64-bit Darwin by Douglas Gregor · 14 years ago
  44. 1b730e8 When we see the a '[' in a postfix expression in Objective-C, perform by Douglas Gregor · 14 years ago
  45. 5b013df Silence GCC warning about an accessible non-virtual destructor in a class with by Chandler Carruth · 14 years ago
  46. a709b87 After conversations with Zhongxing Xu and Jordy Rose, refine the logic in by Ted Kremenek · 14 years ago
  47. 67db8cd fix incorrect tag by Chris Lattner · 14 years ago
  48. 672bbf2 make #warning warnings end up in their own diagnostic category. rdar://8042673 by Chris Lattner · 14 years ago
  49. 571339c simpler fix for rdar://8044135 - escaped newlines have already by Chris Lattner · 14 years ago
  50. 33611e0 Improve our handling of NULL after an escaping '\' in a string by Douglas Gregor · 14 years ago
  51. 8b9b742 Move .td files from AST to Basic. by Sean Hunt · 14 years ago
  52. 5ee3734 Don't try to parse class template specializations in C. It can only by Douglas Gregor · 14 years ago
  53. c53a844 FuzzTest: Add support for reading list of replacements from a file. by Daniel Dunbar · 14 years ago
  54. 8035880 utils: Add a generic fuzz testing tool. by Daniel Dunbar · 14 years ago
  55. bd6c76f Improve parser recovery when we try to parse a call expression but the by Douglas Gregor · 14 years ago
  56. c2b9b36 Make macro safe in the face of users who pass "addr+64". Addition of void* is by Nick Lewycky · 14 years ago
  57. 8be373b Remove unused parameter to FinalOverriders::PropagateOverrider. by Anders Carlsson · 14 years ago
  58. 31b5c4b Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' to by Nick Lewycky · 14 years ago
  59. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  60. c15503d And now for the best part: Removing the old code. by Anders Carlsson · 14 years ago
  61. 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
  62. d28dcd7 Teach code-completion for calls to be more careful with a by Douglas Gregor · 14 years ago
  63. c00129a Fix for PR7040: Don't try to compute the LLVM type for a function where it by Eli Friedman · 14 years ago
  64. 4d6ec20 Unbreak non-Darwin builds by Douglas Gregor · 14 years ago
  65. 5ac3bdb Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 14 years ago
  66. 4c6a226 Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64. by Daniel Dunbar · 14 years ago
  67. 4137d51 Cleanup. by Anders Carlsson · 14 years ago
  68. 5b1319c Make EmptySubobjectMap::CanPlaceBaseAtOffset take a BaseSubobjectInfo as well. by Anders Carlsson · 14 years ago
  69. b1d880b Change RecordLayoutBuilder::LayoutBase to take a BaseSubobjectInfo. No functionality change. by Anders Carlsson · 14 years ago
  70. b3da539 Add check for an invalid CXType in clang_getTypeDeclaration. by Ted Kremenek · 14 years ago
  71. 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
  72. 276b491 Change LayoutVirtualBase to also take a BaseSubobjectInfo. by Anders Carlsson · 14 years ago
  73. 07cebc5 Change RecordLayoutBuilder::LayoutNonVirtualBase to take a BaseSubobjectInfo. No functionality change. by Anders Carlsson · 14 years ago
  74. 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
  75. 42c67bf Revert r105097. Thinking about a better fix. by Zhongxing Xu · 14 years ago
  76. bdfa85f Fix PR7218. Patch by Jordy Rose. by Zhongxing Xu · 14 years ago
  77. 616d436 More PowerPC paths on Darwin by Douglas Gregor · 14 years ago
  78. 582c301 Add C++ include paths for Darwin PowerPC by Douglas Gregor · 14 years ago
  79. 4336e19 add fedora 13 paths, patch by Hendrik Richter. by Chris Lattner · 14 years ago
  80. 4e44983 Copy source information for the inner type of an elaborated type; fixes some by John McCall · 14 years ago
  81. f88f63f Implement remaining items in neon td file. Still need to modify emitter to generate a proper header. by Nate Begeman · 14 years ago
  82. 2a480e3 Changed text of 'empty enum' diagnostics to say so. by Fariborz Jahanian · 14 years ago
  83. 0511552 Empty enum in c is now error to match gcc's behavior. (radar 8040068). by Fariborz Jahanian · 14 years ago
  84. 16834e8 Only provide a source location for an anonymous tag if the location is valid by Douglas Gregor · 14 years ago
  85. ea2f41c Rename BaseInfo to BaseSubobjectInfo. by Anders Carlsson · 14 years ago
  86. 4a25799 Move BaseInfo outside of the EmptySubobject class. by Anders Carlsson · 14 years ago
  87. d6b305d Sema: Fix comment, apparently #pragma options align=power is just the same as by Daniel Dunbar · 14 years ago
  88. 8019c45 Fix personality function name when using SjLj exceptions. by Daniel Dunbar · 14 years ago
  89. 450f793 Sema: Just ignore '#pragma options align=power' for now, this is no worse than by Daniel Dunbar · 14 years ago
  90. 9484968 Update "users manual", PR2461 has been fixed. by Daniel Dunbar · 14 years ago
  91. 64a8034 Fix a miscompile of wchar pascal strings. (radar 8020384) by Fariborz Jahanian · 14 years ago
  92. c7e04da A more minimal fix for PR6762. by John McCall · 14 years ago
  93. 2b7baf0 Roll back r104941. by John McCall · 14 years ago
  94. be2e9a8 Let the backend decide which scheduler and register allocator to use. by Jakob Stoklund Olesen · 14 years ago
  95. 69677ea zero-cost exception API for NeXt runtime. by Fariborz Jahanian · 14 years ago
  96. 469d40e Driver: Spell -relax-all correctly when calling the cc1as tool. by Daniel Dunbar · 14 years ago
  97. 811d0be Disable exception-spec compatibility checking under -fno-exceptions. by John McCall · 14 years ago
  98. 1d0a585 Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 14 years ago
  99. 42a4f66 Don't just skip over the entire tag definition if the parser action didn't by John McCall · 14 years ago
  100. de09ed5 Test case for r104938. by John McCall · 14 years ago