Age | Commit message (Expand) | Author |
2011-02-08 | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall |
2011-02-06 | Simplify thunks code. | Anders Carlsson |
2011-02-05 | Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV... | Anders Carlsson |
2011-02-05 | Re-land r124768, with a fix for PR9130. | Anders Carlsson |
2011-02-03 | More capturing of 'this': implicit member expressions. Getting that | John McCall |
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-01-29 | Move GetLLVMVisibility to CodeGenModule. | Anders Carlsson |
2011-01-29 | Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins... | Anders Carlsson |
2011-01-29 | Get rid of an unneeded parameter from setGlobalVisibility. | 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 | Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true. | Anders Carlsson |
2011-01-24 | Change CodeGenModule::getVTableLinkage to be a non-static member function. | Anders Carlsson |
2011-01-18 | Add unnamed_addr in CreateRuntimeVariable. | Rafael Espindola |
2011-01-13 | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne |
2010-12-30 | Simplify mem{cpy, move, set} creation with IRBuilder. | Benjamin Kramer |
2010-11-06 | Simplify the logic for emitting guard variables for template static | John McCall |
2010-10-30 | Better solution: calculate the visibility of functions and variables | John McCall |
2010-10-27 | Do the guarding of instantiated static data members | Fariborz Jahanian |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-19 | This patch implements Next's IRGen for -fconstant-string-class=class-name. | Fariborz Jahanian |
2010-10-14 | Experimental TBAA support. | Dan Gohman |
2010-09-16 | Opportunistically use the C++ personality function in ObjC++ | John McCall |
2010-08-31 | Teach IR generation to return 'this' from constructors and destructors | John McCall |
2010-08-23 | Abstract out everything having to do with member pointers into the ABI | John McCall |
2010-08-22 | Go back to asking CodeGenTypes whether a type is zero-initializable. | John McCall |
2010-08-22 | Abstract out member-pointer creation. I'm really unhappy about the current | John McCall |
2010-08-16 | Implement support for member pointers under the Microsoft C++ ABI in the | Charles Davis |
2010-08-07 | Store inheritance paths after CastExprs instead of inside them. | John McCall |
2010-08-04 | Emit standard-library RTTI with external linkage, not weak_odr. | John McCall |
2010-07-29 | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis |
2010-07-29 | cave in to reality and make ABIInfo depend on CodeGenTypes. | Chris Lattner |
2010-07-16 | IRgen: Support user defined attributes on block runtime functions. | Daniel Dunbar |
2010-07-16 | IRgen: Move blocks runtime interfaces to CodeGenModule. | Daniel Dunbar |
2010-07-15 | When deferring the emission of declarations with initializers in C++, remember | John McCall |
2010-07-14 | CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing | Daniel Dunbar |
2010-07-06 | Provide a hook for the benefit of clients using clang IR gen as a subroutine: | John McCall |
2010-06-27 | tidy up OrderGlobalInits | Chris Lattner |
2010-06-24 | Patch to correctly mangle block helper functions | Fariborz Jahanian |
2010-06-22 | Switch over to the new caching version of getMangledName. | Anders Carlsson |
2010-06-22 | Add a new variant of getMangledName that caches the mangling for decls. | Anders Carlsson |
2010-06-22 | Per Chris's comment, remove another static (this one | Fariborz Jahanian |
2010-06-21 | In supporting init-priority, globals with the same init_priority must be | Fariborz Jahanian |
2010-06-21 | IRGen for implementation of init-priority attribute. | Fariborz Jahanian |
2010-06-19 | Fix PR7097, a bad interaction between -fno-use-cxa-atexit and | Chris Lattner |
2010-06-09 | Get rid of getMangledCXXCtorName and getMangledCXXDtorName. | Anders Carlsson |
2010-06-09 | Get rid of an unnecessary getMangledName overload. | Anders Carlsson |
2010-05-30 | Fix for PR7040: Don't try to compute the LLVM type for a function where it | Eli Friedman |
2010-05-25 | IRgen: Add a stub class for generating ABI-specific C++ code. | Charles Davis |
2010-05-25 | Improve name mangling for blocks and support mangling of static local | Douglas Gregor |