aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Switch over to the new caching version of getMangledName.Anders Carlsson1-32/+7
2010-06-22Add a new variant of getMangledName that caches the mangling for decls.Anders Carlsson1-0/+35
2010-06-21Instantiations subject to an explicit template instantiationDouglas Gregor1-7/+32
2010-06-19Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it lessEli Friedman1-59/+45
2010-06-15Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth1-1/+1
2010-06-15Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>Douglas Gregor1-0/+7
2010-06-11Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis1-2/+4
2010-06-09Get rid of getMangledCXXCtorName and getMangledCXXDtorName.Anders Carlsson1-2/+8
2010-06-09Get rid of an unnecessary getMangledName overload.Anders Carlsson1-12/+1
2010-05-27When deciding whether a deferred declaration has already been emitted,John McCall1-3/+13
2010-05-25IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis1-1/+11
2010-05-25If a function definition has any sort of weak linkage, its static localJohn McCall1-1/+1
2010-05-13Disable the available_externally optimization for inline virtualDouglas Gregor1-11/+0
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor1-2/+8
2010-05-06Do not give implicitly-defined virtual members functionsDouglas Gregor1-2/+2
2010-05-05When we emit a non-constant initializer for a global variable ofDouglas Gregor1-2/+4
2010-04-28IRGen for initialization/destruction ofFariborz Jahanian1-0/+34
2010-04-28Properly pass the address of a lazily-generated function declaration withJohn McCall1-5/+16
2010-04-23More -fno-constant-cfstrings API work.Fariborz Jahanian1-4/+9
2010-04-23More work toward implementingFariborz Jahanian1-2/+76
2010-04-22Support for -fno-constant-cfstrings option - wip.Fariborz Jahanian1-0/+6
2010-04-19Add comment explaning the use of c99 inline in c++.Rafael Espindola1-0/+4
2010-04-19Fix -Wcast-qual warnings.Dan Gohman1-1/+1
2010-04-19If a method is virtual and the class key function is in another file, emit th...Rafael Espindola1-1/+8
2010-04-17Vtable -> VTable renames across the board.Anders Carlsson1-6/+6
2010-04-13unbreak tests.Chris Lattner1-6/+6
2010-04-13minor cleanupsChris Lattner1-26/+28
2010-04-10Fix use after free. Incrementing an use_iterator after its user is erased is ...Benjamin Kramer1-3/+4
2010-04-10rely even less on CallInst internalsGabor Greif1-7/+6
2010-04-10do not rely on CallInst interna, use CallSite to access argumentsGabor Greif1-1/+3
2010-04-09Provide an extremely unsatisfactory diagnostic (instead of crashing) whenJohn McCall1-1/+2
2010-04-08Eliminate excessive PCH deserialization caused by the search forDouglas Gregor1-1/+0
2010-04-04Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang1-14/+16
2010-04-02Revert r100193 since it causes failures in objc in clangMon P Wang1-16/+14
2010-04-02Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang1-14/+16
2010-04-01adjust to IRBuilder change and use faster DebugLoc apis.Chris Lattner1-3/+3
2010-03-31use the new optimized debug info metadata accessors. InChris Lattner1-2/+2
2010-03-30Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson1-16/+14
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang1-14/+16
2010-03-27When given the magic class __cxxabiv1::__fundamental_type_info, produceRafael Espindola1-0/+1
2010-03-23revert 99311. Looks like it broke darwin bootstrap.Rafael Espindola1-11/+2
2010-03-23Avoid producing implicit methods when we have a explicit template instantiationRafael Espindola1-2/+11
2010-03-23Always emit associated thunks when emitting the function itself. Remove getVt...Anders Carlsson1-15/+4
2010-03-23Rename MaybeEmitVtable to EmitVTableRelatedData in preparation for making it ...Anders Carlsson1-1/+1
2010-03-23Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...Anders Carlsson1-3/+3
2010-03-20C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar1-0/+1
2010-03-19Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall1-86/+72
2010-03-13Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor1-7/+16
2010-03-13Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor1-10/+8
2010-03-13Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor1-8/+10