- 63bb7c2 Fixup codegen for static dispatch to a virtual function that was by Mike Stump · 15 years ago
- 64e690e ir-gen for type convesion of class objects. WIP. by Fariborz Jahanian · 15 years ago
- bd4c4ae When a member reference expression includes a qualifier on the member by Douglas Gregor · 15 years ago
- 1feade8 Regularize the case and sort. by Mike Stump · 15 years ago
- f0070db Implement virtual dispatch. :-) This is self-consistent with clang, by Mike Stump · 15 years ago
- d15d8c6 Make address-space qualification work correctly for compound literals. by Eli Friedman · 15 years ago
- eb1a1b6 Revert r80064 since it broke the build. by Anders Carlsson · 15 years ago
- 78e7d3a Implement virtual dispatch. :-) This is self-consistent with clang, but not yet by Mike Stump · 15 years ago
- 4f68d53 Simplified default construction of array data members by Fariborz Jahanian · 15 years ago
- 293361a Emit conversion functions correctly. by Anders Carlsson · 15 years ago
- ef46d18 Fix ivar layout map generation (hopefully). by Anders Carlsson · 15 years ago
- e666b1b Remove #ifdef'out code. by Fariborz Jahanian · 15 years ago
- 6d9eae6 Remove ivarlayout bitmap optimization, instead if all zeros, by Fariborz Jahanian · 15 years ago
- 504bf55 Handle array to pointer decay in EmitCastExpr and get rid of VisitImplicitCastExpr. by Anders Carlsson · 15 years ago
- e977624 Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast by Anders Carlsson · 15 years ago
- 4e382f3 Pass the cast kind to ScalarExprEmitter::EmitCastExpr. by Anders Carlsson · 15 years ago
- ad3e711 More member pointer work. by Anders Carlsson · 15 years ago
- 2d82719 Remove dead code by Anders Carlsson · 15 years ago
- f42e4a6 Fix build of clang with gcc-4.4: #include <cstdio> was missing. by Torok Edwin · 15 years ago
- 55cc2ed Remove TargetInfo::getTargetPrefix(). by Daniel Dunbar · 15 years ago
- 1752ee4 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 15 years ago
- 2c0843f Switch ABI selection to use llvm::Triple instead of string munging. by Daniel Dunbar · 15 years ago
- 7ebe971 Don't install Clang libraries. by Douglas Gregor · 15 years ago
- 70d488e Whoops, comment this out for now. I'll fix it shortly. by Anders Carlsson · 15 years ago
- fc3eaa4 More work towards zero-initializing structs that contain member pointers in constant expressions. by Anders Carlsson · 15 years ago
- 341bdf8 Remove the PaddingFields member from CGRecordLayout, it wasn't used anyway. by Anders Carlsson · 15 years ago
- d1a9bac Handle CK_NullToMemberPointer casts in the constant expr emitter. by Anders Carlsson · 15 years ago
- 0086ccb Change the constant expression emitter to look at the cast kind for to-union casts. by Anders Carlsson · 15 years ago
- 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
- 263b352 Calculate the address point for a vtable better, and start fleshing out the vcall by Mike Stump · 15 years ago
- c28bbc2 Patch to ir-gen copy assigning array members when synthesizing by Fariborz Jahanian · 15 years ago
- eb0b6d5 Patch to provide ir-gen support in copying array members by Fariborz Jahanian · 15 years ago
- 64a54ad Array member construction in prologue of user-declared constructors. by Fariborz Jahanian · 15 years ago
- 0de7899 Introduce getConstantArrayElementCount API and use it in by Fariborz Jahanian · 15 years ago
- b9871a2 We now support overriding base functions in vtables. WIP. by Mike Stump · 15 years ago
- a5d8200 Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. by Argyrios Kyrtzidis · 15 years ago
- 1c536bf Patch to ir-gen destruction of array member elements in revers order by Fariborz Jahanian · 15 years ago
- f800f6c ir-gen patch to destruct array members. WIP. by Fariborz Jahanian · 15 years ago
- 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
- b983744 Refine vbase offsets for the inductive case. Things are now starting by Mike Stump · 15 years ago
- 7fa0d93 Ensure we don't output repeated vbase offsets. I have a testcase for by Mike Stump · 15 years ago
- 995d281 Test case for my last patch plus a minor clean up. by Fariborz Jahanian · 15 years ago
- 6147a90 ir-gen for multi-dimensional array construction. WIP. by Fariborz Jahanian · 15 years ago
- 1dea87a Removed unneeded code for break/continue statements in by Fariborz Jahanian · 15 years ago
- 288dcaf ir-gen for constructing arrays as non-static data members. WIP. by Fariborz Jahanian · 15 years ago
- 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 15 years ago
- eb7e9c3 One second thought, I think I want to limit this class to just vtable by Mike Stump · 15 years ago
- ee560f3 Cleanup: fold IndirectPrimary into builder. by Mike Stump · 15 years ago
- cc2a012 We don't want to confuse this layout with the BLayout from the builder. by Mike Stump · 15 years ago
- 09765ec Restore vbase offsets for classes without a primary. by Mike Stump · 15 years ago
- b46c92d Refine vcalls a little. by Mike Stump · 15 years ago
- 1bb8a45 Introduce LocInfoType which is a Sema-specific implementation detail. by Argyrios Kyrtzidis · 15 years ago
- a1d5662 Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. by Argyrios Kyrtzidis · 15 years ago
- 552b275 Cleanup. by Mike Stump · 15 years ago
- b3d8837 Add some documentation. by Mike Stump · 15 years ago
- 32f3701 Cleanups. Move GenerateRtti to CodeGenModule. by Mike Stump · 15 years ago
- d2ae5aa Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr by Fariborz Jahanian · 15 years ago
- 109b13d Move the rest of the vtable building code into the new builder. by Mike Stump · 15 years ago
- 65defe3 Suck up method generation. by Mike Stump · 15 years ago
- 7c435fa Split out vtable bulding code into a builder. by Mike Stump · 15 years ago
- 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
- 91f21c0 Fixed typo in last commit pointed out by Anton. by David Chisnall · 15 years ago
- 1e4249c Changes to TargetABIInfo to (hopefully) select the correct calling convention. This has been tested on FreeBSD, and now correctly generates GCC-compatible code for functions returning small structures. Please test it on other platforms! by David Chisnall · 15 years ago
- 0880bac Patch to 1) synthesizing non-trivial default destructor when by Fariborz Jahanian · 15 years ago
- 622f9dc Remove an ErrorUnsupported call. by Anders Carlsson · 15 years ago
- 0f43656 Initial patch to support definitions of id and Class from headers in Objective-C code. by David Chisnall · 15 years ago
- 60e282c Improve handling of delete expressions. by Anders Carlsson · 15 years ago
- b193a41 Patch toward synthesizing non-trivial destructors. WIP by Fariborz Jahanian · 15 years ago
- 2da7693 Only do this for initializers of course. by Anders Carlsson · 15 years ago
- 8478ce6 Destroy bound temporaries. by Anders Carlsson · 15 years ago
- 14c5cbf Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries from being destroyed when they're bound to a reference variable. by Anders Carlsson · 15 years ago
- 5add683 No need to append extra padding now that we don't create packed structs for simple cases like the constant string. by Anders Carlsson · 15 years ago
- 276b9f1 Cleanups and fixups for calculating the virtual base offsets. WIP. by Mike Stump · 15 years ago
- 1d9b5ef Improved on ir-gen for synthesis of non-trivial default by Fariborz Jahanian · 15 years ago
- bbed6b9 Fix for PR4721: adjust CodeGen and ASTContext so that we have a by Eli Friedman · 15 years ago
- 07a5c22 Disable all recognition of main() in -ffreestanding. Addresses bug #4720. by John McCall · 15 years ago
- ec18ddd minor cleanups for VLA stuff. by Chris Lattner · 15 years ago
- 881eb9c use GetVLASize instead of accessing VLASizeMap directly, this gets an assert if by Chris Lattner · 15 years ago
- 5a6bfe3 Do now overflow while calulating upper bound for zero sized array. by Devang Patel · 15 years ago
- 343a3cf ir-gen for generation of trvial copy constructor call. by Fariborz Jahanian · 15 years ago
- 2153891 Deconflate virtual base offsets from non-virtual base offsets. by Mike Stump · 15 years ago
- 183d718 Fixed a bug in ir-gen for copy assignment synthesis. by Fariborz Jahanian · 15 years ago
- 8c8f69e Update for LLVM API change. by Owen Anderson · 15 years ago
- 4ef9809 Refine vtable layout for virtual bases and keep better track of primaries. WIP. by Mike Stump · 15 years ago
- 0032b27 Update for LLVM API change. by Owen Anderson · 15 years ago
- ad25883 Patch to force synthesis of copy assignment operator by Fariborz Jahanian · 15 years ago
- 65010da Minor cleanups. by Mike Stump · 15 years ago
- d53cef1 Prep for vbase layout refinements. WIP. by Mike Stump · 15 years ago
- e82c3e2 Minor refactoring of copy assign operator ir-gen. SWIP. by Fariborz Jahanian · 15 years ago
- 0270b8a More toward synthesizing copy assignments. SWIP. by Fariborz Jahanian · 15 years ago
- 80a0e32 Cleanup. by Mike Stump · 15 years ago
- 4c3aedd Refactor. WIP. Eventually, this will all go into a vtable builder class. by Mike Stump · 15 years ago
- 09d8b81 Cleanup. by Mike Stump · 15 years ago
- bc16aea Refactor. by Mike Stump · 15 years ago
- a9e1d1c Refactor. by Mike Stump · 15 years ago
- 2198ba1 Patch for synthesizing copy assignment operator. WIP. by Fariborz Jahanian · 15 years ago
- 34fae9c Improve the secondary vtables to not include vbase offsets. WIP. by Mike Stump · 15 years ago
- 4ffe91e Refine vtable building for the secondary vtables to exclude yet more by Mike Stump · 15 years ago
- bf933a0 Use the new nsw form of add for signed integer addition. by Dan Gohman · 15 years ago
- 664f893 Use the inbounds variant of getelementptr for common pointer arithmetic. by Dan Gohman · 15 years ago