Age | Commit message (Expand) | Author |
2011-01-24 | When building a type info struct for EH, we always want it to have linkonce_o... | Anders Carlsson |
2011-01-24 | Change CodeGenModule::getVTableLinkage to be a non-static member function. | Anders Carlsson |
2011-01-24 | Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti... | Anders Carlsson |
2011-01-11 | Set unnamed_addr in every type info. | Rafael Espindola |
2011-01-11 | Set unnamed_addr for type infos that we are confortable marking as hidden. I | Rafael Espindola |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-17 | Give hidden visibility to RTTI for derived types. This is kindof a hacky | John McCall |
2010-11-04 | std::nullptr_t is a fundamental type for RTTI purposes. | Anders Carlsson |
2010-10-31 | Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase... | Anders Carlsson |
2010-10-30 | Better solution: calculate the visibility of functions and variables | John McCall |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-22 | More class anonymization. | Benjamin Kramer |
2010-10-11 | Make sure the VTables for template instantiations are emitted even if the key... | Argyrios Kyrtzidis |
2010-10-11 | Don't let typeinfo name symbols be 'internal hidden', it can lead to linker c... | Argyrios Kyrtzidis |
2010-09-04 | Petty optimization. | John McCall |
2010-08-31 | Teach IR generation to return 'this' from constructors and destructors | John McCall |
2010-08-22 | Detabify. | Eli Friedman |
2010-08-15 | Explicitly handle every case in the switch in RTTIBuilder::BuildTypeInfo. | Eli Friedman |
2010-08-12 | Just disable the hidden-visibility optimization for now by hiding it behind | John McCall |
2010-08-12 | Implement RTTI generation for Objective C types. Fixes PR7864. | John McCall |
2010-08-11 | Work in progress for PR7864. Someone more familiar with ObjC++ needs to fill | Eli Friedman |
2010-08-04 | Emit standard-library RTTI with external linkage, not weak_odr. | John McCall |
2010-07-07 | getBody() -> hasBody() | Argyrios Kyrtzidis |
2010-06-02 | When building RTTI descriptors for pointer types, we need to get the unqualif... | Anders Carlsson |
2010-04-30 | Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTI | John McCall |
2010-04-17 | Vtable -> VTable renames across the board. | Anders Carlsson |
2010-04-08 | Eliminate excessive PCH deserialization caused by the search for | Douglas Gregor |
2010-03-31 | Drastically simplify the computation of linkage for typeinfo by using | Douglas Gregor |
2010-03-27 | When given the magic class __cxxabiv1::__fundamental_type_info, produce | Rafael Espindola |
2010-03-23 | Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable... | Anders Carlsson |
2010-03-11 | Rename getVirtualBaseOffsetIndex to getVirtualBaseOffsetOffset to reflect wha... | Anders Carlsson |
2010-02-04 | Extract a common structure for holding information about the definition | John McCall |
2010-01-06 | Fix linkage for RTTI names by re-using the logic for computing the | Douglas Gregor |
2010-01-02 | Speculative MSVC fix. | Anders Carlsson |
2009-12-31 | If the key function of a record is inline, then the RTTI data should have wea... | Anders Carlsson |
2009-12-31 | More RTTI builder cleanup. | Anders Carlsson |
2009-12-30 | Fix a bunch of bugs with VMI RTTI building, and add a whole bunch of tests. | Anders Carlsson |
2009-12-30 | More RTTI cleanup, test that RTTI classes have the correct vtables. | Anders Carlsson |
2009-12-29 | Match gcc and treat vector types as fundamental types. | Anders Carlsson |
2009-12-29 | Handle enum types as well. | Anders Carlsson |
2009-12-29 | Test linkage of RTTI descriptors of array types. | Anders Carlsson |
2009-12-29 | Fix function type RTTI linkage and add tests. | Anders Carlsson |
2009-12-24 | Don't set hidden for a non-external symbol as that would make it extenal. | Mike Stump |
2009-12-24 | Fix recent regression caught by g++.old-deja/g++.mike/eh19.C. | Mike Stump |
2009-12-23 | Fix regression found by g++.dg/eh/alias1.C. | Mike Stump |
2009-12-21 | Incomplete structs should also have internal linkage. | Anders Carlsson |
2009-12-20 | Correcly handle pointers to member pointer types where the class or the point... | Anders Carlsson |
2009-12-20 | Rework the way pointer types are handled by the RTTI builder. We now get the ... | Anders Carlsson |
2009-12-19 | Remove ';' after method definition. Noticed by clang++, which one would think | Daniel Dunbar |
2009-12-17 | Rename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove the overload that tak... | Anders Carlsson |