summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the "undergoes default argument promotion" bit on parameters toJohn McCall2011-03-091-1/+6
* DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel2011-03-071-2/+2
* Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...Devang Patel2011-03-071-1/+1
* StringRefify.Benjamin Kramer2011-03-051-8/+9
* Reorganize the emission of local variables.John McCall2011-02-221-0/+2
* Warn about code that uses variables and functions with internal linkageJohn McCall2011-02-191-1/+1
* Assorted cleanup:John McCall2011-02-151-1/+11
* Use raw_svector_ostream in more places in the mangler.Rafael Espindola2011-02-101-8/+12
* When IRgen refers to a function declaration that is not a definition,Douglas Gregor2011-02-091-2/+2
* Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall2011-02-081-11/+13
* Re-land r124768, with a fix for PR9130.Anders Carlsson2011-02-051-8/+14
* minor refactoring of -fapple-kext stuff.Fariborz Jahanian2011-02-041-8/+6
* What was I thinking?Fariborz Jahanian2011-02-041-3/+1
* -fapple-kext cannot have 'weak' visibility in thisFariborz Jahanian2011-02-041-15/+32
* Revert 124768.Rafael Espindola2011-02-031-15/+8
* Don't try to mark virtual members referenced for classes where the key functionAnders Carlsson2011-02-031-8/+15
* Revert 124633. The linker has been told how to merge available_externally.Rafael Espindola2011-02-011-1/+2
* Set visibility for available_externally globals. This is important for two re...Rafael Espindola2011-02-011-2/+1
* When building with optimizations, emit vtables where the key is not in the Anders Carlsson2011-01-301-0/+6
* Move GetLLVMVisibility to CodeGenModule.Anders Carlsson2011-01-291-11/+0
* Add RTTIBuilder::GetAddrOfTypeName which uses the newly added CreateOrReplace...Anders Carlsson2011-01-291-0/+4
* Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins...Anders Carlsson2011-01-291-2/+3
* Replace an isa/cast with a dyn_cast.Anders Carlsson2011-01-291-2/+2
* Get rid of an unneeded parameter from setGlobalVisibility.Anders Carlsson2011-01-291-7/+5
* Use CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cppAnders Carlsson2011-01-291-1/+1
* Add a new function, to be used by CGRTTI, CGVTables and CGVTT (which each has...Anders Carlsson2011-01-291-0/+39
* Replace a literal '8' with getCharWidth().Ken Dyck2011-01-291-2/+3
* Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true.Anders Carlsson2011-01-291-3/+2
* Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson2011-01-241-6/+10
* Use a FunctionType::get overload that doesn't require an empty vector.Benjamin Kramer2011-01-221-5/+2
* Add unnamed_addr in CreateRuntimeVariable.Rafael Espindola2011-01-181-2/+7
* Replace calls to CharUnits::fromQuantity() with ones to Ken Dyck2011-01-181-2/+2
* More unnamed_addr.Rafael Espindola2011-01-171-0/+1
* merge strings created byRafael Espindola2011-01-171-0/+1
* Add unnamed_addr to the special strings created byRafael Espindola2011-01-171-0/+1
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-6/+14
* Set unnamed_addr for type infos that we are confortable marking as hidden. IRafael Espindola2011-01-111-0/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-0/+3
* Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola2011-01-101-3/+6
* Simplify mem{cpy, move, set} creation with IRBuilder.Benjamin Kramer2010-12-301-21/+0
* Set the "implicitly inline" bit on a method as soon as we see a definitionJohn McCall2010-12-151-23/+24
* Add support for the common and nocommon attributes.Eric Christopher2010-12-021-1/+3
* Simplify the logic for emitting guard variables for template staticJohn McCall2010-11-061-1/+4
* Ensure that static local variables in function templates inherit theJohn McCall2010-11-021-0/+7
* Better solution: calculate the visibility of functions and variablesJohn McCall2010-10-301-10/+23
* Restore r117644, this time properly ignoring -fvisibility and type visibilityJohn McCall2010-10-291-17/+23
* Revert r117644, "Apply visibility in IR gen to variables that are merelyDaniel Dunbar2010-10-291-23/+17
* Apply visibility in IR gen to variables that are merely declaredJohn McCall2010-10-291-17/+23
* Do the guarding of instantiated static data membersFariborz Jahanian2010-10-271-19/+28
* Substantially revise how clang computes the visibility of a declaration toJohn McCall2010-10-221-65/+10
OpenPOWER on IntegriCloud