aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)Author
2010-03-20C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar
2010-03-19Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall
2010-03-13Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor
2010-03-13Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor
2010-03-13Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor
2010-03-12Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor
2010-03-12Give explicit template instantiations weak linkage (but don't deferDouglas Gregor
2010-03-10Delay codegen of vtables when handling implicit instantiations.Rafael Espindola
2010-03-06Add a message to these asserts.Benjamin Kramer
2010-03-06Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall
2010-03-04Fix PR6473.Rafael Espindola
2010-03-04Revert changes r97693, r97700, and r97718.John McCall
2010-03-04Refactor local class name mangling and make itFariborz Jahanian
2010-03-04Create a TargetMachine whenever we create a CodeGenAction. The codegen ofJohn McCall
2010-03-02During codegen assert that any copy assignment, destructor or constructor thatRafael Espindola
2010-02-23Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola
2010-02-23Perform two more constructor/destructor code-size optimizations:John McCall
2010-02-19Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall
2010-02-18Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall
2010-02-17Emit complete constructors and destructors as aliases to base constructorsJohn McCall
2010-02-11Remove use of 'std::string' from Attr objects, using instead a byteTed Kremenek
2010-02-08Emit global references with constant initializers as constants. Fixes PR5585.John McCall
2010-02-07Improved handling of the visibility attribute. Declarations now inherit their...Anders Carlsson
2010-02-06Switch CodeGen's "is this variable declaration a definition?" logicDouglas Gregor
2010-02-06Use the correct function info for constructors when applying function attribu...Anders Carlsson
2010-02-03When a function or variable somehow depends on a type or declarationDouglas Gregor
2010-02-01Don't explicitly force utf strings into the __TEXT,__ustringChris Lattner
2010-02-01In C++, an initializer on a variable doesn't necessarily mean it's the defini...Sebastian Redl
2010-01-27Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and,Ken Dyck
2010-01-26Use CharUnits for alignment of UTF16 string in GetAddrOfConstantCFString().Ken Dyck
2010-01-26Use the right definition when emitting a global variable. Fixes PR5564.Anders Carlsson
2010-01-26Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store sizeKen Dyck
2010-01-26If a global variable has an initializer with side effects, it can never be de...Anders Carlsson
2010-01-23Created __builtin___NSStringMakeConstantString() builtin, which generates con...David Chisnall
2010-01-10Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov
2010-01-09revert r92749, which is just dead code.Chris Lattner
2010-01-08Fix for PR5967: Make const-marking for LLVM globals correct for cases requiringEli Friedman
2010-01-06Fix linkage for RTTI names by re-using the logic for computing theDouglas Gregor
2010-01-06Fix marking of virtual members for nested classes whose first non-pure virtua...Douglas Gregor
2010-01-05Improve key-function computation for templates. In particular:Douglas Gregor
2010-01-05Add code to skip the emission of available externally functions at -O0. WIP.Mike Stump
2009-12-29strength reduce this call away.Chris Lattner
2009-12-28this form of SetDebugLocation is about to go away, add some #includes thatChris Lattner
2009-12-25Some small improvements to dead code elimination; helps a bit onEli Friedman
2009-12-12Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin
2009-12-11Fix for PR5714: make sure globals that will be modified aren't marked const.Eli Friedman
2009-12-11Random string-related cleanups.Benjamin Kramer
2009-12-10Make sure that explicitly instantiated functions get the right linkage.Anders Carlsson
2009-12-09Fix for PR5709: use the computed type of the declaration instead of theEli Friedman
2009-12-08Misc key function fixes.Eli Friedman