aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-05Preserve the full name of the file, so that '-c -o foo.pic.o' producesNick Lewycky1-2/+2
2011-05-04Record where the GCOV data files should be placed.Nick Lewycky1-0/+4
2011-04-12After some discussion with Doug, we decided that it made a lot more senseJohn McCall1-1/+0
2011-04-07Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall1-0/+2
2011-03-31After much contemplation, I've decided that we probably shouldn't "unique"John McCall1-11/+29
2011-03-27We were emitting construction v-tables with internal linkage all the time.John McCall1-0/+1
2011-03-23Update type cache when a type is completed.Devang Patel1-4/+2
2011-03-18The Darwin kernel does not provide useful guard variable support.John McCall1-0/+3
2011-03-09Fix three of the four places where I left breadcrumbs to avoid unnecessaryJohn McCall1-4/+6
2011-03-09Use the "undergoes default argument promotion" bit on parameters toJohn McCall1-1/+2
2011-03-07DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel1-8/+1
2011-03-07Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...Devang Patel1-1/+9
2011-03-05StringRefify.Benjamin Kramer1-1/+1
2011-02-26Pretty up the emission of field l-values and use volatile and TBAA whenJohn McCall1-0/+2
2011-02-22Emit the structure layout of the block literal parameter to a blockJohn McCall1-2/+2
2011-02-22Reorganize the emission of local variables.John McCall1-1/+4
2011-02-15Assorted cleanup:John McCall1-3/+30
2011-02-08Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall1-2/+38
2011-02-06Simplify thunks code.Anders Carlsson1-2/+1
2011-02-05Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV...Anders Carlsson1-1/+2
2011-02-05Re-land r124768, with a fix for PR9130.Anders Carlsson1-2/+4
2011-02-03More capturing of 'this': implicit member expressions. Getting thatJohn McCall1-0/+2
2011-02-03Revert 124768.Rafael Espindola1-4/+2
2011-02-03Don't try to mark virtual members referenced for classes where the key functionAnders Carlsson1-2/+4
2011-01-29Move GetLLVMVisibility to CodeGenModule.Anders Carlsson1-0/+10
2011-01-29Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins...Anders Carlsson1-1/+10
2011-01-29Get rid of an unneeded parameter from setGlobalVisibility.Anders Carlsson1-2/+1
2011-01-29Add a new function, to be used by CGRTTI, CGVTables and CGVTT (which each has...Anders Carlsson1-0/+8
2011-01-29Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true.Anders Carlsson1-1/+1
2011-01-24Change CodeGenModule::getVTableLinkage to be a non-static member function.Anders Carlsson1-2/+1
2011-01-18Add unnamed_addr in CreateRuntimeVariable.Rafael Espindola1-1/+2
2011-01-13Move name mangling support from CodeGen to AST. In thePeter Collingbourne1-4/+5
2010-12-30Simplify mem{cpy, move, set} creation with IRBuilder.Benjamin Kramer1-11/+0
2010-11-06Simplify the logic for emitting guard variables for template staticJohn McCall1-1/+2
2010-10-30Better solution: calculate the visibility of functions and variablesJohn McCall1-2/+3
2010-10-27Do the guarding of instantiated static data membersFariborz Jahanian1-2/+8
2010-10-22Substantially revise how clang computes the visibility of a declaration toJohn McCall1-4/+1
2010-10-19This patch implements Next's IRGen for -fconstant-string-class=class-name.Fariborz Jahanian1-5/+6
2010-10-14Experimental TBAA support.Dan Gohman1-0/+7
2010-09-16Opportunistically use the C++ personality function in ObjC++John McCall1-0/+4
2010-08-31Teach IR generation to return 'this' from constructors and destructorsJohn McCall1-4/+1
2010-08-23Abstract out everything having to do with member pointers into the ABIJohn McCall1-2/+0
2010-08-22Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall1-14/+4
2010-08-22Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall1-4/+0
2010-08-16Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis1-2/+2
2010-08-07Store inheritance paths after CastExprs instead of inside them.John McCall1-1/+2
2010-08-04Emit standard-library RTTI with external linkage, not weak_odr.John McCall1-0/+5
2010-07-29Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis1-9/+0
2010-07-29cave in to reality and make ABIInfo depend on CodeGenTypes.Chris Lattner1-1/+1
2010-07-16IRgen: Support user defined attributes on block runtime functions.Daniel Dunbar1-0/+5