summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
* cave in to reality and make ABIInfo depend on CodeGenTypes.Chris Lattner2010-07-291-1/+1
* IRgen: Support user defined attributes on block runtime functions.Daniel Dunbar2010-07-161-0/+5
* IRgen: Move blocks runtime interfaces to CodeGenModule.Daniel Dunbar2010-07-161-0/+20
* When deferring the emission of declarations with initializers in C++, rememberJohn McCall2010-07-151-0/+6
* CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosingDaniel Dunbar2010-07-141-2/+6
* Provide a hook for the benefit of clients using clang IR gen as a subroutine:John McCall2010-07-061-0/+2
* tidy up OrderGlobalInitsChris Lattner2010-06-271-13/+11
* Patch to correctly mangle block helper functionsFariborz Jahanian2010-06-241-1/+1
* Switch over to the new caching version of getMangledName.Anders Carlsson2010-06-221-1/+0
* Add a new variant of getMangledName that caches the mangling for decls.Anders Carlsson2010-06-221-0/+5
* Per Chris's comment, remove another static (this oneFariborz Jahanian2010-06-221-0/+14
* In supporting init-priority, globals with the same init_priority must beFariborz Jahanian2010-06-211-1/+9
* IRGen for implementation of init-priority attribute.Fariborz Jahanian2010-06-211-0/+5
* Fix PR7097, a bad interaction between -fno-use-cxa-atexit andChris Lattner2010-06-191-2/+4
* Get rid of getMangledCXXCtorName and getMangledCXXDtorName.Anders Carlsson2010-06-091-6/+0
* Get rid of an unnecessary getMangledName overload.Anders Carlsson2010-06-091-1/+0
* Fix for PR7040: Don't try to compute the LLVM type for a function where itEli Friedman2010-05-301-0/+4
* IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis2010-05-251-2/+18
* Improve name mangling for blocks and support mangling of static localDouglas Gregor2010-05-251-0/+1
* If a function definition has any sort of weak linkage, its static localJohn McCall2010-05-251-0/+4
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-0/+2
* Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTIJohn McCall2010-04-301-1/+1
* IRGen for initialization/destruction ofFariborz Jahanian2010-04-281-0/+1
* Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to ...Anders Carlsson2010-04-241-4/+1
* Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath.Anders Carlsson2010-04-241-1/+4
* More work toward implementingFariborz Jahanian2010-04-231-0/+4
* Support for -fno-constant-cfstrings option - wip.Fariborz Jahanian2010-04-221-0/+4
* Some renaming of methods, fixes typoFariborz Jahanian2010-04-191-2/+2
* Local static variables must be available module-wiseFariborz Jahanian2010-04-181-0/+9
* Vtable -> VTable renames across the board.Anders Carlsson2010-04-171-3/+3
* Rename CGVtable files to CGVTables.Anders Carlsson2010-04-081-1/+1
* Unbreak the buildDouglas Gregor2010-04-081-1/+2
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-041-7/+11
* Revert r100193 since it causes failures in objc in clangMon P Wang2010-04-021-11/+3
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-021-3/+11
* Minor include pruning.Benjamin Kramer2010-03-311-1/+0
* Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson2010-03-301-11/+7
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-7/+11
* Remove the old vtable layout code.Anders Carlsson2010-03-301-10/+0
* When given the magic class __cxxabiv1::__fundamental_type_info, produceRafael Espindola2010-03-271-0/+8
* Remove old thunks code.Anders Carlsson2010-03-241-11/+0
* More thunks scaffolding.Anders Carlsson2010-03-231-0/+3
* Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...Anders Carlsson2010-03-231-3/+3
* C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar2010-03-201-2/+13
* Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall2010-03-191-40/+17
* Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor2010-03-131-1/+2
* Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor2010-03-131-2/+1
* Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor2010-03-131-1/+2
* Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor2010-03-121-2/+1
* Give explicit template instantiations weak linkage (but don't deferDouglas Gregor2010-03-121-1/+2
OpenPOWER on IntegriCloud