Age | Commit message (Expand) | Author |
2011-04-12 | IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type, | Daniel Dunbar |
2011-04-12 | Template static data members can have weak_odr linkage, not just | John McCall |
2011-04-12 | Ignore indirect field declarations. Fixes PR9570. | John McCall |
2011-04-12 | After some discussion with Doug, we decided that it made a lot more sense | John McCall |
2011-04-09 | fix indentation | Chris Lattner |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-04-06 | If this is an intrinsic function, set the function's attributes to the intrin... | Peter Collingbourne |
2011-03-26 | On Mac OS X, the presence of an 'availability' attribute for that | Douglas Gregor |
2011-03-23 | Update type cache when a type is completed. | Devang Patel |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-03-22 | Simplify Mac runtime selection - it's the factory function's job to select wh... | David Chisnall |
2011-03-22 | The emission of an Objective-C++'s class .cxx_destruct method should be | John McCall |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-03-18 | The Darwin kernel does not provide useful guard variable support. | John McCall |
2011-03-17 | Remove code that was intentionally generating bad code on the GNU runtime for... | David Chisnall |
2011-03-14 | Switch from internal to linker_private linkage, it is sufficient to please th... | Rafael Espindola |
2011-03-14 | Fix link of libxul with LTO and the linker in xcode4. It is not clear if this | Rafael Espindola |
2011-03-09 | Fix three of the four places where I left breadcrumbs to avoid unnecessary | John McCall |
2011-03-09 | Use the "undergoes default argument promotion" bit on parameters to | John McCall |
2011-03-07 | DebugInfo can be enabled or disabled at function level (e.g. using an attribu... | Devang Patel |
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 |