Age | Commit message (Expand) | Author |
2010-03-13 | Give explicit template instantiations weak ODR linkage. Former | Douglas Gregor |
2010-03-13 | Re-revert the explicit template instantiation linkage patch. I am beginning t... | Douglas Gregor |
2010-03-13 | Reinstate patch to turn explicit template instantiations into weak symbols | Douglas Gregor |
2010-03-12 | Revert the linkage change for explicit template instantiations; something is ... | Douglas Gregor |
2010-03-12 | Give explicit template instantiations weak linkage (but don't defer | Douglas Gregor |
2010-03-10 | Delay codegen of vtables when handling implicit instantiations. | Rafael Espindola |
2010-03-06 | Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), | John McCall |
2010-03-04 | Fix PR6473. | Rafael Espindola |
2010-03-04 | Revert changes r97693, r97700, and r97718. | John McCall |
2010-03-04 | Create a TargetMachine whenever we create a CodeGenAction. The codegen of | John McCall |
2010-02-23 | Perform two more constructor/destructor code-size optimizations: | John McCall |
2010-02-19 | Re-introduce the ctor/dtor alias optimization, this time hidden behind a | John McCall |
2010-02-18 | Revert the ctor/dtor alias optimization for now; the buildbots can detect | John McCall |
2010-02-17 | Emit complete constructors and destructors as aliases to base constructors | John McCall |
2010-02-06 | Use the correct function info for constructors when applying function attribu... | Anders Carlsson |
2010-02-02 | Move pointer to data member emission to CodeGenModule and use it in CGExprCon... | Anders Carlsson |
2010-01-31 | Some class related cleanup. | Anders Carlsson |
2010-01-26 | Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store size | Ken Dyck |
2010-01-23 | Created __builtin___NSStringMakeConstantString() builtin, which generates con... | David Chisnall |
2010-01-10 | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov |
2010-01-08 | Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring | Eli Friedman |
2010-01-06 | Fix linkage for RTTI names by re-using the logic for computing the | Douglas Gregor |
2010-01-06 | Fix marking of virtual members for nested classes whose first non-pure virtua... | Douglas Gregor |
2010-01-02 | Move address points to CGVtableInfo, no functionality change. | Anders Carlsson |
2009-12-18 | Work in progress for setting the vtable pointers for all bases correctly in | Eli Friedman |
2009-12-17 | Rename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove the overload that tak... | Anders Carlsson |
2009-12-16 | Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. Wit... | Anders Carlsson |
2009-12-11 | Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT... | Anders Carlsson |
2009-12-06 | Work-in-progess rewrite of thunks: move thunk generation outside of vtable | Eli Friedman |
2009-12-06 | Set the correct linkage for VTTs as well. | Anders Carlsson |
2009-12-06 | Make GenerateVtable a private member function of CGVtableInfo. | Anders Carlsson |
2009-12-03 | Minor cleanup. | Eli Friedman |
2009-12-03 | Add support for thunking dtors. Oh why does this make my head hurt? | Mike Stump |
2009-12-03 | Add CodeGenModule::ComputeThunkAdjustment, which Eli wrote. | Anders Carlsson |
2009-12-02 | Change rtti/Rtti to RTTI, as it is an acronym. | Mike Stump |
2009-11-26 | Simplify and fix up the handling of implicit constructors, copy assignment | Eli Friedman |
2009-11-26 | Add a CovariantThunkAdjustment struct that represents the adjustments needed ... | Anders Carlsson |
2009-11-26 | Add a ThunkAdjustment struct which holds a non-virtual and a virtual adjustme... | Anders Carlsson |
2009-11-20 | Simplify rtti building code a little. Prep for reuse for throw rtti | Mike Stump |
2009-11-17 | Add typeid for the builtin types. WIP. | Mike Stump |
2009-11-14 | Finisgh off rest of class_type_info rtti generation. | Mike Stump |
2009-11-13 | Move GlobalDecl to its own file. Also add DenseMapInfo traits. | Anders Carlsson |
2009-11-13 | Allow the tracking of address points for construction vtables as well. | Mike Stump |
2009-11-12 | Fix the offset calculations for non-virtual bases with overrides. | Mike Stump |
2009-11-12 | "Attach debug info with llvm instructions" mode was enabled a month ago. Now... | Devang Patel |
2009-11-12 | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth |
2009-11-11 | Push ctor vtable construction down further. WIP. | Mike Stump |
2009-11-10 | Add vtable caching to prevent multiple vtables for the same class from | Mike Stump |
2009-11-05 | Added support for static variables which require | Fariborz Jahanian |
2009-10-12 | Enable "debug info attached to an instruction" mode. | Devang Patel |