Age | Commit message (Expand) | Author |
2011-03-07 | Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ... | Devang Patel |
2011-03-05 | StringRefify. | Benjamin Kramer |
2011-02-22 | Reorganize the emission of local variables. | John McCall |
2011-02-19 | Warn about code that uses variables and functions with internal linkage | John McCall |
2011-02-15 | Assorted cleanup: | John McCall |
2011-02-10 | Use raw_svector_ostream in more places in the mangler. | Rafael Espindola |
2011-02-09 | When IRgen refers to a function declaration that is not a definition, | Douglas Gregor |
2011-02-08 | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall |
2011-02-05 | Re-land r124768, with a fix for PR9130. | Anders Carlsson |
2011-02-04 | minor refactoring of -fapple-kext stuff. | Fariborz Jahanian |
2011-02-04 | What was I thinking? | Fariborz Jahanian |
2011-02-04 | -fapple-kext cannot have 'weak' visibility in this | Fariborz Jahanian |
2011-02-03 | Revert 124768. | Rafael Espindola |
2011-02-03 | Don't try to mark virtual members referenced for classes where the key function | Anders Carlsson |
2011-02-01 | Revert 124633. The linker has been told how to merge available_externally. | Rafael Espindola |
2011-02-01 | Set visibility for available_externally globals. This is important for two re... | Rafael Espindola |
2011-01-30 | When building with optimizations, emit vtables where the key is not in the | Anders Carlsson |
2011-01-29 | Move GetLLVMVisibility to CodeGenModule. | Anders Carlsson |
2011-01-29 | Add RTTIBuilder::GetAddrOfTypeName which uses the newly added CreateOrReplace... | Anders Carlsson |
2011-01-29 | Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins... | Anders Carlsson |
2011-01-29 | Replace an isa/cast with a dyn_cast. | Anders Carlsson |
2011-01-29 | Get rid of an unneeded parameter from setGlobalVisibility. | Anders Carlsson |
2011-01-29 | Use CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cpp | Anders Carlsson |
2011-01-29 | Add a new function, to be used by CGRTTI, CGVTables and CGVTT (which each has... | Anders Carlsson |
2011-01-29 | Replace a literal '8' with getCharWidth(). | Ken Dyck |
2011-01-29 | Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true. | Anders Carlsson |
2011-01-24 | Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti... | Anders Carlsson |
2011-01-22 | Use a FunctionType::get overload that doesn't require an empty vector. | Benjamin Kramer |
2011-01-18 | Add unnamed_addr in CreateRuntimeVariable. | Rafael Espindola |
2011-01-18 | Replace calls to CharUnits::fromQuantity() with ones to | Ken Dyck |
2011-01-17 | More unnamed_addr. | Rafael Espindola |
2011-01-17 | merge strings created by | Rafael Espindola |
2011-01-17 | Add unnamed_addr to the special strings created by | Rafael Espindola |
2011-01-13 | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne |
2011-01-11 | Set unnamed_addr for type infos that we are confortable marking as hidden. I | Rafael Espindola |
2011-01-11 | Add unnamed_addr to constructors and destructors. | Rafael Espindola |
2011-01-10 | Add unnamed_addr when creating artificial string globals. For example, in | Rafael Espindola |
2010-12-30 | Simplify mem{cpy, move, set} creation with IRBuilder. | Benjamin Kramer |
2010-12-15 | Set the "implicitly inline" bit on a method as soon as we see a definition | John McCall |
2010-12-02 | Add support for the common and nocommon attributes. | Eric Christopher |
2010-11-06 | Simplify the logic for emitting guard variables for template static | John McCall |
2010-11-02 | Ensure that static local variables in function templates inherit the | John McCall |
2010-10-30 | Better solution: calculate the visibility of functions and variables | John McCall |
2010-10-29 | Restore r117644, this time properly ignoring -fvisibility and type visibility | John McCall |
2010-10-29 | Revert r117644, "Apply visibility in IR gen to variables that are merely | Daniel Dunbar |
2010-10-29 | Apply visibility in IR gen to variables that are merely declared | John McCall |
2010-10-27 | Do the guarding of instantiated static data members | Fariborz Jahanian |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-19 | This patch implements Next's IRGen for -fconstant-string-class=class-name. | Fariborz Jahanian |
2010-10-15 | Experimental TBAA support for enum types. | Dan Gohman |