aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
AgeCommit message (Expand)Author
2011-03-23Update type cache when a type is completed.Devang Patel
2011-03-18The Darwin kernel does not provide useful guard variable support.John McCall
2011-03-09Fix three of the four places where I left breadcrumbs to avoid unnecessaryJohn McCall
2011-03-09Use the "undergoes default argument promotion" bit on parameters toJohn McCall
2011-03-07DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel
2011-03-07Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...Devang Patel
2011-03-05StringRefify.Benjamin Kramer
2011-02-26Pretty up the emission of field l-values and use volatile and TBAA whenJohn McCall
2011-02-22Emit the structure layout of the block literal parameter to a blockJohn McCall
2011-02-22Reorganize the emission of local variables.John McCall
2011-02-15Assorted cleanup:John McCall
2011-02-08Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall
2011-02-06Simplify thunks code.Anders Carlsson
2011-02-05Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV...Anders Carlsson
2011-02-05Re-land r124768, with a fix for PR9130.Anders Carlsson
2011-02-03More capturing of 'this': implicit member expressions. Getting thatJohn McCall
2011-02-03Revert 124768.Rafael Espindola
2011-02-03Don't try to mark virtual members referenced for classes where the key functionAnders Carlsson
2011-01-29Move GetLLVMVisibility to CodeGenModule.Anders Carlsson
2011-01-29Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins...Anders Carlsson
2011-01-29Get rid of an unneeded parameter from setGlobalVisibility.Anders Carlsson
2011-01-29Add a new function, to be used by CGRTTI, CGVTables and CGVTT (which each has...Anders Carlsson
2011-01-29Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true.Anders Carlsson
2011-01-24Change CodeGenModule::getVTableLinkage to be a non-static member function.Anders Carlsson
2011-01-18Add unnamed_addr in CreateRuntimeVariable.Rafael Espindola
2011-01-13Move name mangling support from CodeGen to AST. In thePeter Collingbourne
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