Age | Commit message (Expand) | Author |
2010-04-04 | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang |
2010-04-02 | Revert r100193 since it causes failures in objc in clang | Mon P Wang |
2010-04-02 | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang |
2010-03-31 | Minor include pruning. | Benjamin Kramer |
2010-03-30 | Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. | Bob Wilson |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
2010-03-30 | Remove the old vtable layout code. | Anders Carlsson |
2010-03-27 | When given the magic class __cxxabiv1::__fundamental_type_info, produce | Rafael Espindola |
2010-03-24 | Remove old thunks code. | Anders Carlsson |
2010-03-23 | More thunks scaffolding. | Anders Carlsson |
2010-03-23 | Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable... | Anders Carlsson |
2010-03-20 | C++: Add support for -fno-use-cxa-atexit. | Daniel Dunbar |
2010-03-19 | Change CodeGenModule to rely on the Module's symbol table instead of | John McCall |
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 |