- c96b249 Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less by Eli Friedman · 15 years ago
- 8509824 Move CodeGenOptions.h *back* into Frontend. This should have been done when the by Chandler Carruth · 15 years ago
- 0832963 Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> by Douglas Gregor · 15 years ago
- 95a546e Add an option to specify the target C++ ABI to the frontend. Use it to by Charles Davis · 15 years ago
- 635186a Get rid of getMangledCXXCtorName and getMangledCXXDtorName. by Anders Carlsson · 15 years ago
- d4ce4e4 Get rid of an unnecessary getMangledName overload. by Anders Carlsson · 15 years ago
- c2af939 When deciding whether a deferred declaration has already been emitted, by John McCall · 15 years ago
- 4e786dd IRgen: Add a stub class for generating ABI-specific C++ code. by Charles Davis · 15 years ago
- 7cb0220 If a function definition has any sort of weak linkage, its static local by John McCall · 15 years ago
- 500d9f8 Disable the available_externally optimization for inline virtual by Douglas Gregor · 15 years ago
- 88d292c Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 15 years ago
- d8bb3af Do not give implicitly-defined virtual members functions by Douglas Gregor · 16 years ago
- d450f06 When we emit a non-constant initializer for a global variable of by Douglas Gregor · 16 years ago
- 0dec1e0 IRGen for initialization/destruction of by Fariborz Jahanian · 16 years ago
- d06fb86 Properly pass the address of a lazily-generated function declaration with by John McCall · 16 years ago
- d3fa701 More -fno-constant-cfstrings API work. by Fariborz Jahanian · 16 years ago
- e804c28 More work toward implementing NeXt's -fno-constant-cfstrings - wip. by Fariborz Jahanian · 16 years ago
- 63408e8 Support for -fno-constant-cfstrings option - wip. by Fariborz Jahanian · 16 years ago
- 47cf5b5 Add comment explaning the use of c99 inline in c++. by Rafael Espindola · 16 years ago
- 145f3f1 Fix -Wcast-qual warnings. by Dan Gohman · 16 years ago
- 683fe4f If a method is virtual and the class key function is in another file, emit the method as available_externally. by Rafael Espindola · 16 years ago
- 11e5140 Vtable -> VTable renames across the board. by Anders Carlsson · 16 years ago
- d8d760c unbreak tests. by Chris Lattner · 16 years ago
- 7a4a29f minor cleanups by Chris Lattner · 16 years ago
- 2e8ca0b Fix use after free. Incrementing an use_iterator after its user is erased is unsafe. by Benjamin Kramer · 16 years ago
- d394aec rely even less on CallInst internals by Gabor Greif · 16 years ago
- d0ef134 do not rely on CallInst interna, use CallSite to access arguments by Gabor Greif · 16 years ago
- 6936c86 Provide an extremely unsatisfactory diagnostic (instead of crashing) when by John McCall · 16 years ago
- eadd3ca Eliminate excessive PCH deserialization caused by the search for by Douglas Gregor · 16 years ago
- cc2ab0c Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 16 years ago
- f7f3bff Revert r100193 since it causes failures in objc in clang by Mon P Wang · 16 years ago
- 4b82a88 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 16 years ago
- e675d0f adjust to IRBuilder change and use faster DebugLoc apis. by Chris Lattner · 16 years ago
- be49c03 use the new optimized debug info metadata accessors. In by Chris Lattner · 16 years ago
- adb58e3 Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. by Bob Wilson · 16 years ago
- 231e997 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset by Mon P Wang · 16 years ago
- adcc1d1 When given the magic class __cxxabiv1::__fundamental_type_info, produce by Rafael Espindola · 16 years ago
- fa1708fd revert 99311. Looks like it broke darwin bootstrap. by Rafael Espindola · 16 years ago
- 4d3745a Avoid producing implicit methods when we have a explicit template instantiation by Rafael Espindola · 16 years ago
- af82f63 Always emit associated thunks when emitting the function itself. Remove getVtableAddressPoint, it's not used. by Anders Carlsson · 16 years ago
- 8841024 Rename MaybeEmitVtable to EmitVTableRelatedData in preparation for making it emit thunks as well. by Anders Carlsson · 16 years ago
- a864caf Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTableInfo class. by Anders Carlsson · 16 years ago
- fe06df4 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 16 years ago
- 7ec5043 Change CodeGenModule to rely on the Module's symbol table instead of by John McCall · 16 years ago
- b14d123 Give explicit template instantiations weak ODR linkage. Former by Douglas Gregor · 16 years ago
- 17b7618 Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent by Douglas Gregor · 16 years ago
- 89cae0f Reinstate patch to turn explicit template instantiations into weak symbols by Douglas Gregor · 16 years ago
- 539bc40 Revert the linkage change for explicit template instantiations; something is amiss by Douglas Gregor · 16 years ago
- ee3f722 Give explicit template instantiations weak linkage (but don't defer by Douglas Gregor · 16 years ago
- e7113ca Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 16 years ago
- f0a0f68 Add a message to these asserts. by Benjamin Kramer · 16 years ago
- beec5a0 Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), by John McCall · 16 years ago
- 2e42fec Fix PR6473. by Rafael Espindola · 16 years ago
- 731be66 Revert changes r97693, r97700, and r97718. by John McCall · 16 years ago
- 9eba9df Refactor local class name mangling and make it ABI conforming. by Fariborz Jahanian · 16 years ago
- 6abe39c Create a TargetMachine whenever we create a CodeGenAction. The codegen of by John McCall · 16 years ago
- 70e040d During codegen assert that any copy assignment, destructor or constructor that by Rafael Espindola · 16 years ago
- c18086a Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 16 years ago
- f8ff7b9 Perform two more constructor/destructor code-size optimizations: by John McCall · 16 years ago
- d432414 Re-introduce the ctor/dtor alias optimization, this time hidden behind a by John McCall · 16 years ago
- 334ce7c Revert the ctor/dtor alias optimization for now; the buildbots can detect by John McCall · 16 years ago
- 67cea74 Emit complete constructors and destructors as aliases to base constructors by John McCall · 16 years ago
- 7f4945a Remove use of 'std::string' from Attr objects, using instead a byte by Ted Kremenek · 16 years ago
- 340aafa Emit global references with constant initializers as constants. Fixes PR5585. by John McCall · 16 years ago
- 10d369d Improved handling of the visibility attribute. Declarations now inherit their parent's visibility. by Anders Carlsson · 16 years ago
- 61f6db5 Switch CodeGen's "is this variable declaration a definition?" logic by Douglas Gregor · 16 years ago
- 6710c53 Use the correct function info for constructors when applying function attributes. Fixes PR6245. by Anders Carlsson · 16 years ago
- 7dc5c17 When a function or variable somehow depends on a type or declaration by Douglas Gregor · 16 years ago
- 5b5d2db Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 16 years ago
- 5ca7984 In C++, an initializer on a variable doesn't necessarily mean it's the definition. With that in mind, rename getDefinition to getAnyInitializer (to distinguish it from getInit) and reimplement it in terms of isThisDeclarationADefinition. Update all code to use this new function. by Sebastian Redl · 16 years ago
- 160146e Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, by Ken Dyck · 16 years ago
- a0f99ff Use CharUnits for alignment of UTF16 string in GetAddrOfConstantCFString(). by Ken Dyck · 16 years ago
- ca4a545 Use the right definition when emitting a global variable. Fixes PR5564. by Anders Carlsson · 16 years ago
- 98ca794 Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store size by Ken Dyck · 16 years ago
- d6b21e4 If a global variable has an initializer with side effects, it can never be deferred (even if it's in an anonymous namespace). by Anders Carlsson · 16 years ago
- 481e3a8 Created __builtin___NSStringMakeConstantString() builtin, which generates constant Objective-C strings. by David Chisnall · 16 years ago
- 55bcea1 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 16 years ago
- 34c72dd revert r92749, which is just dead code. by Chris Lattner · 16 years ago
- 5866fe3 Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring by Eli Friedman · 16 years ago
- 2a34df3 Fix linkage for RTTI names by re-using the logic for computing the by Douglas Gregor · 16 years ago
- ccecc1b Fix marking of virtual members for nested classes whose first non-pure virtual function has a body inlined in the class by Douglas Gregor · 16 years ago
- a318efd Improve key-function computation for templates. In particular: by Douglas Gregor · 16 years ago
- 79ed590 Add code to skip the emission of available externally functions at -O0. WIP. by Mike Stump · 16 years ago
- 3f8e5dd strength reduce this call away. by Chris Lattner · 16 years ago
- 5e124bf this form of SetDebugLocation is about to go away, add some #includes that by Chris Lattner · 16 years ago
- 2e06e8b Some small improvements to dead code elimination; helps a bit on by Eli Friedman · 16 years ago
- 1615d45 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 16 years ago
- b095e15 Fix for PR5714: make sure globals that will be modified aren't marked const. by Eli Friedman · 16 years ago
- b11118b Random string-related cleanups. by Benjamin Kramer · 16 years ago
- 781161d Make sure that explicitly instantiated functions get the right linkage. by Anders Carlsson · 16 years ago
- 4f678f3 Fix for PR5709: use the computed type of the declaration instead of the by Eli Friedman · 16 years ago
- f2c79b6 Misc key function fixes. by Eli Friedman · 16 years ago
- 31bc3ad A bunch more thunk fixes from misc testing. by Eli Friedman · 16 years ago
- 8174f2c Work-in-progess rewrite of thunks: move thunk generation outside of vtable by Eli Friedman · 16 years ago
- 3efc6e6 Add rudimentary support for member pointers to CGDebugInfo. by Anders Carlsson · 16 years ago
- a30e175 Don't emit explicit specializations of static member variable declarations. by Anders Carlsson · 16 years ago
- b1d3f7c Have ASTRecordLayout keep track of the key function, in preparation of fixing a synthetic ctor/dtor bug. by Anders Carlsson · 16 years ago
- 2c11cd1 Don't try to generate common globals for C++ files, instead of depending on the FE to set NoCommon, and simplify CodeGenOptions initialization. by Daniel Dunbar · 16 years ago
- 84a7e34 Simplify and fix up the handling of implicit constructors, copy assignment by Eli Friedman · 16 years ago
- 8a5f75e Use new getLinkage() method to correctly compute whether a variable has by Eli Friedman · 16 years ago