1. a92d613 Use getLocStart(), instead of getLocEnd(), to record starting location of objc method. :) by Devang Patel · 14 years ago
  2. f177d9d Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 14 years ago
  3. 63efd33 When emitting an aggregate into a temporary, make sure we set the alignment by John McCall · 14 years ago
  4. b828afa Don't compute final overriders or build vtables for bases that don't need a vtable. by Anders Carlsson · 14 years ago
  5. 8f7af12 Build fix. by Anders Carlsson · 14 years ago
  6. 9d6f0d5 Baby steps towards teaching FinalOverriders about virtual bases. by Anders Carlsson · 14 years ago
  7. c587429 Don't try to layout construction vtables for now. by Anders Carlsson · 14 years ago
  8. e67dc30 Improve support for non-virtual 'this' pointer adjustments. With this, it should be possible to use the new vtable layout code for all class hierarchies that do not involve virtual bases. by Anders Carlsson · 14 years ago
  9. 49bac9a Add basic support for simple non-virtual 'this' pointer adjustments. by Anders Carlsson · 14 years ago
  10. df31af1 Add support for very simple non-virtual this adjustments in the FinalOverriders class. by Anders Carlsson · 14 years ago
  11. f877df1 Cleanup; remove some duplicated code. by Anders Carlsson · 14 years ago
  12. 74c364e Assert if we encounter this adjustments. by Anders Carlsson · 14 years ago
  13. 76f1aa7 Start laying out secondary vtables. by Anders Carlsson · 14 years ago
  14. a469988 Merge base offsets and dump them. by Anders Carlsson · 14 years ago
  15. 1d05be5 Don't make return adjustments for pure virtual member functions. by Anders Carlsson · 14 years ago
  16. 60db0ee Handle virtual bases in return adjustment types. by Anders Carlsson · 14 years ago
  17. a4a5417 Handle virtual bases in ComputeBaseOffset. by Anders Carlsson · 14 years ago
  18. 7dbf47a More work on covariant return types. We now handle non-virtual adjustments fine. by Anders Carlsson · 14 years ago
  19. 74f7293 Emit the 'alignstack' LLVM function attribute when we encounter a function by Charles Davis · 14 years ago
  20. fd3194b Fix think-o, attributes can't come *within* the type of the variable. by Chandler Carruth · 14 years ago
  21. e087f07 Silence unused variable warning in a build without assertions. by Chandler Carruth · 14 years ago
  22. 03d15f0 Remove dead {include, semicolon, variable}. by Benjamin Kramer · 14 years ago
  23. e3d0b1c Use a different name for this iterator. MSVC and clang++ didn't like "I" in the same scope twice. by Benjamin Kramer · 14 years ago
  24. 0c0eeb2 More work on return type adjustments in the new vtable builder. by Anders Carlsson · 14 years ago
  25. 7fe0b9e Switch the standard DeclarationName comparator to be a tri-valued comparator. by John McCall · 14 years ago
  26. 4967762 if-0 out printf. by Eli Friedman · 14 years ago
  27. c1eec89 Fix a refacto that broke the clang-on-clang build. by Anders Carlsson · 14 years ago
  28. 104f45c Start stubbing out more of the covariant thunk support. by Anders Carlsson · 14 years ago
  29. 16b7312 Keep track of whether a final overrider needs a return type adjustment. by Anders Carlsson · 14 years ago
  30. a757582 Move overrider out into a separate struct. by Anders Carlsson · 14 years ago
  31. 28cbc8b Keep track of the address points for all primary bases, and add the ability to dump multiple address points for a single offset. by Anders Carlsson · 14 years ago
  32. 9605895 Fix a bug causing an assertion when a covariant return type differed from by John McCall · 14 years ago
  33. 57071e2 More work on vtable layout. We can now layout vtables with primary bases. by Anders Carlsson · 14 years ago
  34. 9824142 When dumping vtables, dump whether a virtual member function is pure or not. by Anders Carlsson · 14 years ago
  35. b8358d8 More work on the final overriders. by Anders Carlsson · 14 years ago
  36. 4835fdd Do not ignore anonymous records. by Devang Patel · 14 years ago
  37. 4cb159c Cache new compile unit. by Devang Patel · 14 years ago
  38. bdf73d8 Stub out the final overriders class. by Anders Carlsson · 14 years ago
  39. 9abb273 Use getAs instead of cast/dyn_cast on types. (I'm sure Doug will appreciate this). by Anders Carlsson · 14 years ago
  40. 9a14060 Move two functions to the top. No functionality change. by Anders Carlsson · 14 years ago
  41. 848fa64 More vtable layout dumper improvements. Handle destructors, dump the complete function type of the member functions (using PredefinedExpr::ComputeName. by Anders Carlsson · 14 years ago
  42. 822307b Keep track of, and dump, vtable address points. by Anders Carlsson · 14 years ago
  43. 824d7ea Check in the beginnings of my new vtable layout builder idea. by Anders Carlsson · 14 years ago
  44. 3d2c43e Remove use of 'std::string' from Attr objects, using instead a byte by Ted Kremenek · 14 years ago
  45. 838db38 Eliminate a bunch of unnecessary ASTContexts from members functions of by Douglas Gregor · 14 years ago
  46. 952b017 Eliminate the ASTContext parameter from RecordDecl::getDefinition() by Douglas Gregor · 14 years ago
  47. 263c4de Generate the objc_read_weak API when calling by Fariborz Jahanian · 14 years ago
  48. c0f3df3 hopefully silence a warning on the clang-i386-darwin9 tester. by Chris Lattner · 14 years ago
  49. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 14 years ago
  50. 809b9bb Refactor code that generates debug info for variables that has BlocksAttr. by Devang Patel · 14 years ago
  51. d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 14 years ago
  52. 74a8bbf StringRefize two random methods, remove a dead variable and a weird constructor call. by Benjamin Kramer · 14 years ago
  53. d5322da Fix virtual bases' debug info. by Devang Patel · 14 years ago
  54. 337472d Mark implicit "this" argument as an artificial argument. by Devang Patel · 14 years ago
  55. 195337d IRgen: Add CreateMemTemp, for creating an temporary memory object for a particular type, and flood fill. - CreateMemTemp sets the alignment on the alloca correctly, which fixes a great many places in IRgen where we were doing the wrong thing. by Daniel Dunbar · 14 years ago
  56. a3fe284 Pass inline keyword to optimizer as the new InlineHint function attribute. by Jakob Stoklund Olesen · 14 years ago
  57. e86bcf0 Reapply r95393, without the change to CGExpr. I was wrong in assuming that the by Daniel Dunbar · 14 years ago
  58. 8878686 Emit global references with constant initializers as constants. Fixes PR5585. by John McCall · 14 years ago
  59. 1851a12 Make sure to set vtable pointers in the destructors as well. by Anders Carlsson · 14 years ago
  60. 585fa68 Use the right type when taking the address of a non-virtual member function pointer. Fixes PR6258. by Anders Carlsson · 14 years ago
  61. f6b89a1 Use the right linkage for static variables inside C++ inline functions. by Anders Carlsson · 14 years ago
  62. 39de84d Improved handling of the visibility attribute. Declarations now inherit their parent's visibility. by Anders Carlsson · 14 years ago
  63. a994ee4 Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled. by Anders Carlsson · 14 years ago
  64. a508b7d Add support for threadsafe statics, and make them the default (matching gcc). by Anders Carlsson · 14 years ago
  65. 594d5e8 Call destructors for constructed bases as well. by Anders Carlsson · 14 years ago
  66. 9405dcd If a constructor throws an exception we need to execute the destructors for all fully constructed members. Fixes ctor_dtor_count.cpp in the test suite. by Anders Carlsson · 14 years ago
  67. a9a55c0 Switch CodeGen's "is this variable declaration a definition?" logic by Douglas Gregor · 14 years ago
  68. aec2523 Only append 'L' for internal variable declarations, not all declarations. (Found by the mangle checker, yay) by Anders Carlsson · 14 years ago
  69. eafd1d6 Remove unused variable. by Ted Kremenek · 14 years ago
  70. b2bcf1c Use the correct function info for constructors when applying function attributes. Fixes PR6245. by Anders Carlsson · 14 years ago
  71. 2d565b3 Assert when we try to mangle a dependent template name, rather than by Douglas Gregor · 14 years ago
  72. 8b6bbeb Rearrange some checks to avoid call to isCopyConstructor() and clarify path by John McCall · 14 years ago
  73. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 14 years ago
  74. a500210 Revert r95393, which broke Clang's self-host. by Douglas Gregor · 14 years ago
  75. 32fb4e1 Implement name mangling for template template parameters by Douglas Gregor · 14 years ago
  76. b2cd777 IRgen: A few more ConvertType cleanups. by Daniel Dunbar · 14 years ago
  77. 18aba0d IRgen: Factor out EmitAggExprToLValue. by Daniel Dunbar · 14 years ago
  78. 5ed676c Fix a code gen bug accessing 'isa' field via a message call by Fariborz Jahanian · 14 years ago
  79. ea48522 IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is by Daniel Dunbar · 14 years ago
  80. 2ca4f63 Fix the bug that was breaking self-host, and re-land the static ctor fixes. by Anders Carlsson · 14 years ago
  81. 16c4f3c Now that we store calling conventions in the types, use them instead of by Charles Davis · 14 years ago
  82. 0276271 IRgen: Use hasAggregateLLVMType instead of isSingleValueType() for cases that by Daniel Dunbar · 14 years ago
  83. 90c1c58 Revert r95363 and r95375, which broke self-host. by Douglas Gregor · 14 years ago
  84. f98574b Check in a mangle checker that's turned off by default. by Anders Carlsson · 14 years ago
  85. b054e38 Fix array initialization test. by Anders Carlsson · 14 years ago
  86. 7d94a95 If a global initializer has a non-trivial destructor it can't be emitted as a constant (even if it has a trivial constructor). by Anders Carlsson · 14 years ago
  87. 5cfa011 Always start tag definitions before completing them. Assert same. by John McCall · 14 years ago
  88. 86ff308 Extract a common structure for holding information about the definition by John McCall · 14 years ago
  89. 0dc7366 When binding an lvalue to a reference, we always need to pop temporaries. by Anders Carlsson · 14 years ago
  90. c1b32f6 Fix a bug where we would not mark temporaries as conditional when emitting a conditional operator as an lvalue. by Anders Carlsson · 14 years ago
  91. 72119a8 Rename StartConditionalBranch/FinishConditionalBranch to BeginConditionalBranch/EndConditionalBranch. by Anders Carlsson · 14 years ago
  92. 51591be Fix another pointer-to-member function miscompile, this time when trying to call a virtual member function. by Anders Carlsson · 14 years ago
  93. e8a81f7 Calculate offset correctly when taking the address of a virtual member function. by Anders Carlsson · 14 years ago
  94. 2f27bf8 Mangle member expressions. Also invented. by John McCall · 14 years ago
  95. a3218e7 Add a cautionary note about the mangling I just invented. by John McCall · 14 years ago
  96. 1dd7383 Add mangling support for calls, sizeof/alignof, constructor calls, by John McCall · 14 years ago
  97. 6d5a1c2 Revert "Numerous changes to selector handling:", this breaks a whole bunch of by Daniel Dunbar · 14 years ago
  98. e78ccb4 Handle reference binding in aggregate initializers. Fixes another 47 tests. by Anders Carlsson · 14 years ago
  99. 0f01a33 Add a band-aid fix for clang self-hosting. A better fix will follow shortly. by Anders Carlsson · 14 years ago
  100. 78e83f8 More cleanup. by Anders Carlsson · 14 years ago