Age | Commit message (Expand) | Author |
2010-02-23 | Add support for the weakref attribute. We still produce "alias weak" as llvm-... | Rafael Espindola |
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-11 | Remove use of 'std::string' from Attr objects, using instead a byte | Ted Kremenek |
2010-02-08 | Emit global references with constant initializers as constants. Fixes PR5585. | John McCall |
2010-02-07 | Improved handling of the visibility attribute. Declarations now inherit their... | Anders Carlsson |
2010-02-06 | Switch CodeGen's "is this variable declaration a definition?" logic | Douglas Gregor |
2010-02-06 | Use the correct function info for constructors when applying function attribu... | Anders Carlsson |
2010-02-03 | When a function or variable somehow depends on a type or declaration | Douglas Gregor |
2010-02-01 | Don't explicitly force utf strings into the __TEXT,__ustring | Chris Lattner |
2010-02-01 | In C++, an initializer on a variable doesn't necessarily mean it's the defini... | Sebastian Redl |
2010-01-27 | Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, | Ken Dyck |
2010-01-26 | Use CharUnits for alignment of UTF16 string in GetAddrOfConstantCFString(). | Ken Dyck |
2010-01-26 | Use the right definition when emitting a global variable. Fixes PR5564. | Anders Carlsson |
2010-01-26 | Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store size | Ken Dyck |
2010-01-26 | If a global variable has an initializer with side effects, it can never be de... | Anders Carlsson |
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-09 | revert r92749, which is just dead code. | Chris Lattner |
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-05 | Improve key-function computation for templates. In particular: | Douglas Gregor |
2010-01-05 | Add code to skip the emission of available externally functions at -O0. WIP. | Mike Stump |
2009-12-29 | strength reduce this call away. | Chris Lattner |
2009-12-28 | this form of SetDebugLocation is about to go away, add some #includes that | Chris Lattner |
2009-12-25 | Some small improvements to dead code elimination; helps a bit on | Eli Friedman |
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin |
2009-12-11 | Fix for PR5714: make sure globals that will be modified aren't marked const. | Eli Friedman |
2009-12-11 | Random string-related cleanups. | Benjamin Kramer |
2009-12-10 | Make sure that explicitly instantiated functions get the right linkage. | Anders Carlsson |
2009-12-09 | Fix for PR5709: use the computed type of the declaration instead of the | Eli Friedman |
2009-12-08 | Misc key function fixes. | Eli Friedman |
2009-12-07 | A bunch more thunk fixes from misc testing. | Eli Friedman |
2009-12-06 | Work-in-progess rewrite of thunks: move thunk generation outside of vtable | Eli Friedman |
2009-12-06 | Add rudimentary support for member pointers to CGDebugInfo. | Anders Carlsson |
2009-12-04 | Don't emit explicit specializations of static member variable declarations. | Anders Carlsson |
2009-11-30 | Have ASTRecordLayout keep track of the key function, in preparation of fixing... | Anders Carlsson |
2009-11-30 | Don't try to generate common globals for C++ files, instead of depending on t... | Daniel Dunbar |
2009-11-26 | Simplify and fix up the handling of implicit constructors, copy assignment | Eli Friedman |
2009-11-26 | Use new getLinkage() method to correctly compute whether a variable has | Eli Friedman |
2009-11-24 | Ignore constructor member templates in CodeGenModule::EmitTopLevelDecl. | Anders Carlsson |
2009-11-21 | Mangler: Lift shouldMangleDeclName predicate out of CXXNameMangler::mangle. | Daniel Dunbar |
2009-11-21 | IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into, | Daniel Dunbar |
2009-11-21 | Sink free mangle* methods into MangleContext. | Daniel Dunbar |
2009-11-21 | Added rudimentary C++0x attribute support. | Sean Hunt |
2009-11-20 | Fixup key function calculations. | Mike Stump |
2009-11-19 | Improve instantiation control for rtti data and allow key functions to | Mike Stump |