1. 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 14 years ago
  2. 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 14 years ago
  3. 809872e Issue better syntax error when objc's messaging by Fariborz Jahanian · 14 years ago
  4. 4a2023f Extend DependentNameType with a keyword enum that specifies whether by Douglas Gregor · 14 years ago
  5. 0798df7 For reverse data flow analyses, enqueue the blocks in reverse order. by Ted Kremenek · 14 years ago
  6. a3ce8ae Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when by Chandler Carruth · 14 years ago
  7. 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 14 years ago
  8. db2eb5a Remove the AST statistics tracking I added yesterday; it didn't pan out. by Douglas Gregor · 14 years ago
  9. 2405a0a Tweak DataFlowSolver's worklist data structure to have an ordered worklist by Ted Kremenek · 14 years ago
  10. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 14 years ago
  11. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 14 years ago
  12. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 14 years ago
  13. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 14 years ago
  14. 6876fe6 Minor include pruning. by Benjamin Kramer · 14 years ago
  15. b2213dc Define "exploded graph" by reference to a paper. by Jeffrey Yasskin · 14 years ago
  16. aaa210c use the new optimized debug info metadata accessors. In by Chris Lattner · 14 years ago
  17. aec5860 Support __attribute__((unused)) on types. This suddenly started firing by John McCall · 14 years ago
  18. 7727acf Fix PR6327: restore invariants when there's a parse error in an initializer. by John McCall · 14 years ago
  19. 32daa42 Regularize support for naming conversion functions in using decls. by John McCall · 14 years ago
  20. 198bcb4 IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out of CodeGenTypes, to per-record CGRecordLayout structures. by Daniel Dunbar · 14 years ago
  21. 490fc90 CGRecordLayoutBuilder: Switch unions to use same mechanism for tracking field and bit-field info as structs. by Daniel Dunbar · 14 years ago
  22. c50a5e0 Add a few asserts to be on the safe side. by Argyrios Kyrtzidis · 14 years ago
  23. b57c757 Don't skip past the '}' if an expression has error and is not followed by ';'. by Argyrios Kyrtzidis · 14 years ago
  24. 031b371 Drastically simplify the computation of linkage for typeinfo by using by Douglas Gregor · 14 years ago
  25. 270e203 IRGen: Hide CGRecordLayoutBuilder class, because I can. by Daniel Dunbar · 14 years ago
  26. bd63e02 Remove silly temporary comment. by John McCall · 14 years ago
  27. 23cba80 Introduce a new kind of derived-to-base cast which bypasses the need for by John McCall · 14 years ago
  28. 658f679 Slightly relax test case. An upcoming LLVM commit will change the xor instruction. by Jakob Stoklund Olesen · 14 years ago
  29. 7c76027 Fix test in -Asserts build. by Daniel Dunbar · 14 years ago
  30. 842f07b Recognize __attribute__((NSObject)) directly applied by Fariborz Jahanian · 14 years ago
  31. b5896c3 Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. by Bob Wilson · 14 years ago
  32. 69d66b2 Formatting tweaks. by Daniel Dunbar · 14 years ago
  33. 7c465b9 IRGen: Narrow getCGRecordLayout type. by Daniel Dunbar · 14 years ago
  34. 2924ade IRgen: Move CGRecordLayout to its own happy little file. by Daniel Dunbar · 14 years ago
  35. f858da6 Minor formatting/FIXME cleanups. by Daniel Dunbar · 14 years ago
  36. e2f5ba9 Fix an oversight with access control for address-of-function. by John McCall · 14 years ago
  37. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 14 years ago
  38. 7fd3a64 When "delayed parsing" C++ default arguments, if there is an error, there may be tokens left in the token stream by Argyrios Kyrtzidis · 14 years ago
  39. 3be9678 Add a test for C++ [stmt.select]p3, which specifies that redeclaring a by Douglas Gregor · 14 years ago
  40. 6bb8017 Propagate the "found declaration" (i.e. the using declaration instead of by John McCall · 14 years ago
  41. 366ed48 Fix this test on windows. When running on windows we print by Rafael Espindola · 14 years ago
  42. 3b5caa2 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset by Mon P Wang · 14 years ago
  43. 5e40291 Improve diagnostics when printing a template instantiation backtrace by Douglas Gregor · 14 years ago
  44. 4552ff0 RegionStore: specially handle loads from integer global variables declared 'const'. by Ted Kremenek · 14 years ago
  45. 2cf073b Use 'const Optional<SVal>&' to avoid an extra copy. by Ted Kremenek · 14 years ago
  46. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  47. f540305 Introduce new AST statistics that keep track of the number of isa (or by Douglas Gregor · 14 years ago
  48. 8891c42 Change the analyzer to recognize (but ignore) assignments to isa. Fixes PR 6302. by Ted Kremenek · 14 years ago
  49. f031774 Add Support for 'warn_unused_result" attribute on by Fariborz Jahanian · 14 years ago
  50. e0f3867 Don't produce a vtable if we are just instantiating a method and the by Rafael Espindola · 14 years ago
  51. 0cc70f1 Fix FileEntry declaration. by Daniel Dunbar · 14 years ago
  52. 95dd558 Teach Clang's -cc1 option -print-stats to print LLVM statistics. by Douglas Gregor · 14 years ago
  53. ee11b2d Fix a bug where we would incorrectly report an error about initializing two fields in an anonymous struct. by Anders Carlsson · 14 years ago
  54. 8f1a240 Reduce nesting. by Anders Carlsson · 14 years ago
  55. ad46886 Replace some constant-sized SmallVectors. by Benjamin Kramer · 14 years ago
  56. 30bc7e8 make -ftime-report work even in -disable-free mode. Woo, finally. by Chris Lattner · 14 years ago
  57. bfb7a1d Remove the old vtable layout code. by Anders Carlsson · 14 years ago
  58. 9dc338a Remove UseNewVTableCode checks. by Anders Carlsson · 14 years ago
  59. 8887bdc Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert as seen in PR6628 but for arrays this time. by Anders Carlsson · 14 years ago
  60. 21c9ad9 Factor emitting a call to a copy constructor out into a separate function. by Anders Carlsson · 14 years ago
  61. 44ec82b Introduce a CXXTemporariesCleanupScope RAII object and use it to cleanup the temporaries code. by Anders Carlsson · 14 years ago
  62. 46bbf8d Handle default arguments when calling copy constructors for bases or members when synthesizing a copy constructor. Fixes PR6628. by Anders Carlsson · 14 years ago
  63. d09020d Change a test to FileCheck bitcode instead of assembler. by Anders Carlsson · 14 years ago
  64. c9b64ba Flip the switch and use the new vtable layout code for everything. I've verified that this passes a self-host but I'll let the bots self host as well before removing the now dead code. by Anders Carlsson · 14 years ago
  65. 1d8422b Update xcode project by Anders Carlsson · 14 years ago
  66. 9c25039 Cache results computed by CGDebugInfo::getOrCreateFile() in a DenseMap. by Ted Kremenek · 14 years ago
  67. b836518 When copying a partial diagnostic into a DependentDiagnostic, allocate by Douglas Gregor · 14 years ago
  68. fe6b2d4 Optimize PartialDiagnostic's memory-allocation behavior by placing a by Douglas Gregor · 14 years ago
  69. 7435082 provide a simpler way to get to the headers by Gabor Greif · 14 years ago
  70. cb9bafe Exit early from the simple form of Sema::RequireNonAbstractType(), for by Douglas Gregor · 14 years ago
  71. 1c36393 When collecting virtual bases it's very important to use the canonical type of the base class. Otherwise, we might add the same virtual base class twice if the virtual base is an instantiated template. Fixes PR6251. by Anders Carlsson · 14 years ago
  72. a1d2d39 Remove FIXME comment. by Ted Kremenek · 14 years ago
  73. 590838b Change 'TypeCache' from being an std::map to a llvm::DenseMap. This reduces codegen time by Ted Kremenek · 14 years ago
  74. 3edbeb7 add support for -MQ flag to quote targets in dependency file, by Chris Lattner · 14 years ago
  75. 2eb91e4 emit signed integer subtractions as 'sub nsw', patch by Anton Yartsev! by Chris Lattner · 14 years ago
  76. adb507d Another vtable layout fix, making us match gcc better. by Anders Carlsson · 14 years ago
  77. 0b4c9b5 Support __attribute__((packed)) (along with other attributes) at the by Douglas Gregor · 14 years ago
  78. 67d568a Handle pure virtual member functions. by Anders Carlsson · 14 years ago
  79. 6f6de73 Fix a nasty bug in the virtual base computation which would lead to us initializing virtual bases in the wrong order. by Anders Carlsson · 14 years ago
  80. 802c66e Be a bit more consistent in using operator-> by Rafael Espindola · 14 years ago
  81. a7cde3b More vtable work - it's not possible to use the new vtable code for everything by setting a flag inside CGVtable.cpp. My plan is to run some tests and bootstrap and once that's done flip the bit. by Anders Carlsson · 14 years ago
  82. d18b4de More magic. by Anders Carlsson · 14 years ago
  83. f01149a Sprinkle some sed dust over check-ztt to make it work with newer clang asm output. (I am not a sed expert so this might be terribly inefficient :) by Anders Carlsson · 14 years ago
  84. acfa6ae Only add thunks for the most derived class. This fixes some link errors I was seeing in files generated by the vtable tester utility. by Anders Carlsson · 14 years ago
  85. 851853d Flip the switch to always get vtables from the VTT when necessary, I've verified that clang bootstraps with this. by Anders Carlsson · 14 years ago
  86. 0a4a2fd Use the newly added function in the VTT builder. by Anders Carlsson · 14 years ago
  87. 64c9eca Cleanup, no functionality change. by Anders Carlsson · 14 years ago
  88. 276701f Add the thunks needed by this vtable. by Anders Carlsson · 14 years ago
  89. aed924e Make sure to sort the vtable thunks by their vtable index :) With this we now pass the test from http://www.codesourcery.com/public/cxx-abi/abi-examples.html#vtable-ctor successfully. by Anders Carlsson · 14 years ago
  90. 14da9de Fix another thinko, so that flags don't depend on previous bases. by Anders Carlsson · 14 years ago
  91. b358814 When generating base ctors/dtors, we need to lookup virtual bases using the vtable. by Anders Carlsson · 14 years ago
  92. 80faf69 Fix thinko. by Anders Carlsson · 14 years ago
  93. c83f106 Use construction vtables when needed. This is currently guarded by -fdump-vtable-layouts since it doesn't work 100% yet :) by Anders Carlsson · 14 years ago
  94. f6da6a0 Two bug fixes, we weren't updating the thunk index when creating the vtable initializer and we weren't storing the secondary virtual pointer indices. by Anders Carlsson · 14 years ago
  95. 6a6aa53 Make default arguments to getFunctionNoProtoType an all or nothing option (as they already are in practise). by Rafael Espindola · 14 years ago
  96. 1279dee Drop default arguments no one is using. by Rafael Espindola · 14 years ago
  97. 603d6d1 Reapply r99775 with a fix for a silly bug - we were setting the vtable pointer for all bases, even those without a vtable pointer :) by Anders Carlsson · 14 years ago
  98. 4658990 Looks like I broke self-host again :(. by Anders Carlsson · 14 years ago
  99. bdb8865 More improvements to setting the vtable pointer. We now no longer set the vtable pointer for non-virtual primary bases. We also do a pre-order traversal of the class hierarchy; this is necessary in order to get the right vbase offset offsets in base ctors/dtors. by Anders Carlsson · 14 years ago
  100. d103f9f Factor vtable pointer setting code out into a separate function. by Anders Carlsson · 14 years ago