1. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  2. 121b3fa in the "coerce" case, the ABI handling code ends up making the by Chris Lattner · 14 years ago
  3. 1d110e0 Remove unnecessary ASTContext parameter from by Douglas Gregor · 14 years ago
  4. 045a6d8 Correctly destroy reference temporaries with global storage. Remove ErrorUnsupported call when binding a global reference to a non-lvalue. Fixes PR7326. by Anders Carlsson · 14 years ago
  5. 656746c Add a CreateReferenceTemporary that will do the right thing for variables with global storage. by Anders Carlsson · 14 years ago
  6. dca7ab2 Simplify CodeGenFunction::EmitReferenceBindingToExpr as a first step towards fixing PR7326. by Anders Carlsson · 14 years ago
  7. cc09785 Reduce indentation. by Anders Carlsson · 14 years ago
  8. 77b89b8 finally get around to doing a significant cleanup to irgen: by Chris Lattner · 14 years ago
  9. 9269d5c Implement rdar://7530813 - collapse multiple GEP instructions in IRgen by Chris Lattner · 14 years ago
  10. a4d94ab minor cleanup: don't emit the base of an array subscript until after by Chris Lattner · 14 years ago
  11. 8c11a65 move scalar inc/dec codegen into ScalarExprEmitter instead by Chris Lattner · 14 years ago
  12. 7f215c1 use more efficient type comparison predicates. by Chris Lattner · 14 years ago
  13. 32f36ba Change EmitReferenceBindingToExpr to take a decl instead of a boolean. by Anders Carlsson · 14 years ago
  14. 7e70fb2 Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ reference. by Anders Carlsson · 14 years ago
  15. 353b33b objective-C++ IRGen: property reference as an by Fariborz Jahanian · 14 years ago
  16. 03b2960 Objective-c++ IRGen. Support for @selector expression as by Fariborz Jahanian · 14 years ago
  17. 06057ce Move CodeGenOptions.h *back* into Frontend. This should have been done when the by Chandler Carruth · 14 years ago
  18. 1884eb0 Re-land the fix for PR7139. by Anders Carlsson · 14 years ago
  19. 2d6b0e9 Improve our handling of reference binding for subobjects of by Douglas Gregor · 14 years ago
  20. 892fa6c Unbreak self-host. by Anders Carlsson · 14 years ago
  21. db9b12e Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle setting null data member pointers correctly. Fixes PR7139. by Anders Carlsson · 14 years ago
  22. a9976d3 When emitting an lvalue for an anonymous struct or union member during by John McCall · 14 years ago
  23. 60dcb84 Rework our handling of binding a reference to a temporary by Douglas Gregor · 14 years ago
  24. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  25. 84c580f Minor refactoring of my last patch. by Fariborz Jahanian · 14 years ago
  26. b3ebe94 Objective-C++ Code gen. Handle code gen. for property by Fariborz Jahanian · 14 years ago
  27. 8e6404c Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall. by Anders Carlsson · 14 years ago
  28. a04efdf Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath. by Anders Carlsson · 14 years ago
  29. fc89c31 Convert more call sites over to the new GetAddressOfBaseClass. by Anders Carlsson · 14 years ago
  30. 6a03e34 Handle compound assignment expressions (i += j) as lvalues, which is by Douglas Gregor · 14 years ago
  31. ac41816 Call PerformCopyInitialization to properly initialize the exception temporary by John McCall · 14 years ago
  32. 3d3ec1c Miscellaneous codegen cleanups. Mostly, don't create new basic blocks by John McCall · 14 years ago
  33. 63326a5 Some renaming of methods, fixes typo (related to PR6769). by Fariborz Jahanian · 14 years ago
  34. 65ad5a4 Local static variables must be available module-wise by Fariborz Jahanian · 14 years ago
  35. 4803535 Fix an assert when assigning a boolean value to a bitfield of type _Bool. by Anders Carlsson · 14 years ago
  36. 2677261 IRgen: (Reapply 101222, with fixes) Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 14 years ago
  37. 96c250a Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself.", I think it might be breaking bootstrap. by Daniel Dunbar · 14 years ago
  38. 89cdaa9 IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 14 years ago
  39. ecdb41e IRgen: Move EmitLoadOfBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 14 years ago
  40. c24b9c4 fix PR6805: llvm.objectsize changed to take an i1 instead of an i32. by Chris Lattner · 14 years ago
  41. 7f28964 IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-field LValues to just store the base address of object containing the bit-field. by Daniel Dunbar · 14 years ago
  42. efbf487 IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo. by Daniel Dunbar · 14 years ago
  43. 8bea3ef Simplify. by Daniel Dunbar · 14 years ago
  44. f0fe5bc IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo. by Daniel Dunbar · 14 years ago
  45. 2eec0b2 IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level. by Daniel Dunbar · 14 years ago
  46. 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
  47. 23cba80 Introduce a new kind of derived-to-base cast which bypasses the need for by John McCall · 14 years ago
  48. f858da6 Minor formatting/FIXME cleanups. by Daniel Dunbar · 14 years ago
  49. 6a83670 Fix PR6473. by Rafael Espindola · 14 years ago
  50. 9bd4da2 IRgen: Add CreateIRTemp, which creates a temporary alloca but with type converted "not-for-memory". Dunno a better name. by Daniel Dunbar · 14 years ago
  51. 1500657 IRgen: Switch EmitCompoundLiteralLValue to use CreateMemTemp. by Daniel Dunbar · 14 years ago
  52. 63efd33 When emitting an aggregate into a temporary, make sure we set the alignment by John McCall · 14 years ago
  53. 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
  54. 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
  55. e86bcf0 Reapply r95393, without the change to CGExpr. I was wrong in assuming that the by Daniel Dunbar · 14 years ago
  56. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 14 years ago
  57. a500210 Revert r95393, which broke Clang's self-host. by Douglas Gregor · 14 years ago
  58. b2cd777 IRgen: A few more ConvertType cleanups. by Daniel Dunbar · 14 years ago
  59. 18aba0d IRgen: Factor out EmitAggExprToLValue. by Daniel Dunbar · 14 years ago
  60. ea48522 IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is by Daniel Dunbar · 14 years ago
  61. 16c4f3c Now that we store calling conventions in the types, use them instead of by Charles Davis · 14 years ago
  62. 0276271 IRgen: Use hasAggregateLLVMType instead of isSingleValueType() for cases that by Daniel Dunbar · 14 years ago
  63. 0dc7366 When binding an lvalue to a reference, we always need to pop temporaries. by Anders Carlsson · 14 years ago
  64. 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
  65. a64a869 Revert the new reference binding code; I came up with a way simpler solution for the reference binding bug that is preventing self-hosting. by Anders Carlsson · 14 years ago
  66. 45147d0 Move pointer to data member emission to CodeGenModule and use it in CGExprConstant. Fixes PR5674. by Anders Carlsson · 14 years ago
  67. 3aba093 Start creating CXXBindReferenceExpr nodes when binding complex types to references. by Anders Carlsson · 14 years ago
  68. 06a2970 Add a new EmitLValueForFieldInitialization that will be used for initializing fields (and reference type fields in particular). by Anders Carlsson · 14 years ago
  69. e6d2a53 Simplify EmitLValueForField - we can get whether the field is part of a union or not from the FieldDecl (through its DeclContext). by Anders Carlsson · 14 years ago
  70. eb60edf Add an CXXBindReferenceExpr (not used just yet). by Anders Carlsson · 14 years ago
  71. 3228f42 Use CharUnits for alignment in EmitNullInitializationLValue(). by Ken Dyck · 14 years ago
  72. 199c3d6 Roll out ASTContext::getTypeSizeInChars(), replacing instances of by Ken Dyck · 15 years ago
  73. 197a338 implement codegen support for preinc as an lvalue, PR5514. by Chris Lattner · 15 years ago
  74. dd36d32 refactor pre/postinc logic into CGF and require the caller to pass in the by Chris Lattner · 15 years ago
  75. 302c3c2 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  76. 8e274bd Minor optimization; emit proper unsupported messages for a couple of cases. by Eli Friedman · 15 years ago
  77. ab18995 Some small improvements to dead code elimination; helps a bit on by Eli Friedman · 15 years ago
  78. a1736c0 Pass the return value slot to all call exprs. by Anders Carlsson · 15 years ago
  79. d2490a9 Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us halfway towards fixing PR5824. by Anders Carlsson · 15 years ago
  80. f3c47c9 Pass ReturnValueSlot to EmitCall. No functionality change yet. by Anders Carlsson · 15 years ago
  81. 31777a2 Add a ReturnValueSlot class. Change the argument order in EmitCall to match the other overload better. by Anders Carlsson · 15 years ago
  82. 0ad57fb simplify my previous patch. by Chris Lattner · 15 years ago
  83. 998eab1 fix opencl extvector element extraction on rvalues. We previously by Chris Lattner · 15 years ago
  84. 27a9b72 Fix for PR5524: make reference binding in default argument work correctly. by Eli Friedman · 15 years ago
  85. b14e62d Implement additional undefined checks for additional loads and stores. WIP. by Mike Stump · 15 years ago
  86. a7fa7cd Fixes a code gen bug related to accessing a now by Fariborz Jahanian · 15 years ago
  87. 0ece491 ShouldDestroyTemporaries? I don't think so. by Anders Carlsson · 15 years ago
  88. d8af360 Fix spacing. by Mike Stump · 15 years ago
  89. 4151344 Ensure we preserve line information for each trap for by Mike Stump · 15 years ago
  90. 15037ca Switch codegen for -fcatch-undefined-bahavior over to __builtin_trap by Mike Stump · 15 years ago
  91. 750c85e We have to allow one to form an address for one past the end. WIP. by Mike Stump · 15 years ago
  92. 96a063a Simplifiy. by Mike Stump · 15 years ago
  93. 9c276ae Implement runtime checks for undefined behavior. WIP. by Mike Stump · 15 years ago
  94. 3a17370 Move the code for converting a member pointer to a bool so that it is usable by Eli Friedman · 15 years ago
  95. 6ec687d When extending the lifetime of a temporary, make sure to emit a branch to the cleanup exit block. This fixes a broken module error in LLVMCConfigurationEmitter.cpp. by Anders Carlsson · 15 years ago
  96. 820bca4 Code gen for ObjCIsaExpr AST used as lvalue. (fixes radar 7457534). by Fariborz Jahanian · 15 years ago
  97. d88ea56 Add cleanups for exceptional edges. WIP. by Mike Stump · 15 years ago
  98. c4451db Fix some direct checks of expressions which might be surrounded by parentheses. by Eli Friedman · 15 years ago
  99. 130c69e Make the comma operator consistently call EnsureInsertPoint. by Eli Friedman · 15 years ago
  100. 86b85b2 use new helpers to simplify code. by Chris Lattner · 15 years ago