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