summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* After much contemplation, I've decided that we probably shouldn't "unique"John McCall2011-03-311-11/+29
* We were emitting construction v-tables with internal linkage all the time.John McCall2011-03-271-0/+1
* Update type cache when a type is completed.Devang Patel2011-03-231-4/+2
* The Darwin kernel does not provide useful guard variable support.John McCall2011-03-181-0/+3
* Fix three of the four places where I left breadcrumbs to avoid unnecessaryJohn McCall2011-03-091-4/+6
* Use the "undergoes default argument promotion" bit on parameters toJohn McCall2011-03-091-1/+2
* DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel2011-03-071-8/+1
* Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...Devang Patel2011-03-071-1/+9
* StringRefify.Benjamin Kramer2011-03-051-1/+1
* Pretty up the emission of field l-values and use volatile and TBAA whenJohn McCall2011-02-261-0/+2
* Emit the structure layout of the block literal parameter to a blockJohn McCall2011-02-221-2/+2
* Reorganize the emission of local variables.John McCall2011-02-221-1/+4
* Assorted cleanup:John McCall2011-02-151-3/+30
* Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall2011-02-081-2/+38
* Simplify thunks code.Anders Carlsson2011-02-061-2/+1
* Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV...Anders Carlsson2011-02-051-1/+2
* Re-land r124768, with a fix for PR9130.Anders Carlsson2011-02-051-2/+4
* More capturing of 'this': implicit member expressions. Getting thatJohn McCall2011-02-031-0/+2
* Revert 124768.Rafael Espindola2011-02-031-4/+2
* Don't try to mark virtual members referenced for classes where the key functionAnders Carlsson2011-02-031-2/+4
* Move GetLLVMVisibility to CodeGenModule.Anders Carlsson2011-01-291-0/+10
* Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins...Anders Carlsson2011-01-291-1/+10
* Get rid of an unneeded parameter from setGlobalVisibility.Anders Carlsson2011-01-291-2/+1
* Add a new function, to be used by CGRTTI, CGVTables and CGVTT (which each has...Anders Carlsson2011-01-291-0/+8
* Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true.Anders Carlsson2011-01-291-1/+1
* Change CodeGenModule::getVTableLinkage to be a non-static member function.Anders Carlsson2011-01-241-2/+1
* Add unnamed_addr in CreateRuntimeVariable.Rafael Espindola2011-01-181-1/+2
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-4/+5
* Simplify mem{cpy, move, set} creation with IRBuilder.Benjamin Kramer2010-12-301-11/+0
* Simplify the logic for emitting guard variables for template staticJohn McCall2010-11-061-1/+2
* Better solution: calculate the visibility of functions and variablesJohn McCall2010-10-301-2/+3
* Do the guarding of instantiated static data membersFariborz Jahanian2010-10-271-2/+8
* Substantially revise how clang computes the visibility of a declaration toJohn McCall2010-10-221-4/+1
* This patch implements Next's IRGen for -fconstant-string-class=class-name.Fariborz Jahanian2010-10-191-5/+6
* Experimental TBAA support.Dan Gohman2010-10-141-0/+7
* Opportunistically use the C++ personality function in ObjC++John McCall2010-09-161-0/+4
* Teach IR generation to return 'this' from constructors and destructorsJohn McCall2010-08-311-4/+1
* Abstract out everything having to do with member pointers into the ABIJohn McCall2010-08-231-2/+0
* Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall2010-08-221-14/+4
* Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall2010-08-221-4/+0
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-2/+2
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-1/+2
* Emit standard-library RTTI with external linkage, not weak_odr.John McCall2010-08-041-0/+5
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-291-9/+0
* cave in to reality and make ABIInfo depend on CodeGenTypes.Chris Lattner2010-07-291-1/+1
* IRgen: Support user defined attributes on block runtime functions.Daniel Dunbar2010-07-161-0/+5
* IRgen: Move blocks runtime interfaces to CodeGenModule.Daniel Dunbar2010-07-161-0/+20
* When deferring the emission of declarations with initializers in C++, rememberJohn McCall2010-07-151-0/+6
* CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosingDaniel Dunbar2010-07-141-2/+6
* Provide a hook for the benefit of clients using clang IR gen as a subroutine:John McCall2010-07-061-0/+2
OpenPOWER on IntegriCloud