aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
AgeCommit message (Expand)Author
2010-12-30Simplify mem{cpy, move, set} creation with IRBuilder.Benjamin Kramer
2010-11-06Simplify the logic for emitting guard variables for template staticJohn McCall
2010-10-30Better solution: calculate the visibility of functions and variablesJohn McCall
2010-10-27Do the guarding of instantiated static data membersFariborz Jahanian
2010-10-22Substantially revise how clang computes the visibility of a declaration toJohn McCall
2010-10-19This patch implements Next's IRGen for -fconstant-string-class=class-name.Fariborz Jahanian
2010-10-14Experimental TBAA support.Dan Gohman
2010-09-16Opportunistically use the C++ personality function in ObjC++John McCall
2010-08-31Teach IR generation to return 'this' from constructors and destructorsJohn McCall
2010-08-23Abstract out everything having to do with member pointers into the ABIJohn McCall
2010-08-22Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall
2010-08-22Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall
2010-08-16Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis
2010-08-07Store inheritance paths after CastExprs instead of inside them.John McCall
2010-08-04Emit standard-library RTTI with external linkage, not weak_odr.John McCall
2010-07-29Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis
2010-07-29cave in to reality and make ABIInfo depend on CodeGenTypes.Chris Lattner
2010-07-16IRgen: Support user defined attributes on block runtime functions.Daniel Dunbar
2010-07-16IRgen: Move blocks runtime interfaces to CodeGenModule.Daniel Dunbar
2010-07-15When deferring the emission of declarations with initializers in C++, rememberJohn McCall
2010-07-14CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosingDaniel Dunbar
2010-07-06Provide a hook for the benefit of clients using clang IR gen as a subroutine:John McCall
2010-06-27tidy up OrderGlobalInitsChris Lattner
2010-06-24Patch to correctly mangle block helper functionsFariborz Jahanian
2010-06-22Switch over to the new caching version of getMangledName.Anders Carlsson
2010-06-22Add a new variant of getMangledName that caches the mangling for decls.Anders Carlsson
2010-06-22Per Chris's comment, remove another static (this oneFariborz Jahanian
2010-06-21In supporting init-priority, globals with the same init_priority must beFariborz Jahanian
2010-06-21IRGen for implementation of init-priority attribute.Fariborz Jahanian
2010-06-19Fix PR7097, a bad interaction between -fno-use-cxa-atexit andChris Lattner
2010-06-09Get rid of getMangledCXXCtorName and getMangledCXXDtorName.Anders Carlsson
2010-06-09Get rid of an unnecessary getMangledName overload.Anders Carlsson
2010-05-30Fix for PR7040: Don't try to compute the LLVM type for a function where itEli Friedman
2010-05-25IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis
2010-05-25Improve name mangling for blocks and support mangling of static localDouglas Gregor
2010-05-25If a function definition has any sort of weak linkage, its static localJohn McCall
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2010-04-30Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTIJohn McCall
2010-04-28IRGen for initialization/destruction ofFariborz Jahanian
2010-04-24Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to ...Anders Carlsson
2010-04-24Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath.Anders Carlsson
2010-04-23More work toward implementingFariborz Jahanian
2010-04-22Support for -fno-constant-cfstrings option - wip.Fariborz Jahanian
2010-04-19Some renaming of methods, fixes typoFariborz Jahanian
2010-04-18Local static variables must be available module-wiseFariborz Jahanian
2010-04-17Vtable -> VTable renames across the board.Anders Carlsson
2010-04-08Rename CGVtable files to CGVTables.Anders Carlsson
2010-04-08Unbreak the buildDouglas Gregor
2010-04-04Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang
2010-04-02Revert r100193 since it causes failures in objc in clangMon P Wang