summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify mem{cpy, move, set} creation with IRBuilder.Benjamin Kramer2010-12-301-11/+0
* Simplify the logic for emitting guard variables for template staticJohn McCall2010-11-061-1/+2
* Better solution: calculate the visibility of functions and variablesJohn McCall2010-10-301-2/+3
* Do the guarding of instantiated static data membersFariborz Jahanian2010-10-271-2/+8
* Substantially revise how clang computes the visibility of a declaration toJohn McCall2010-10-221-4/+1
* This patch implements Next's IRGen for -fconstant-string-class=class-name.Fariborz Jahanian2010-10-191-5/+6
* Experimental TBAA support.Dan Gohman2010-10-141-0/+7
* Opportunistically use the C++ personality function in ObjC++John McCall2010-09-161-0/+4
* Teach IR generation to return 'this' from constructors and destructorsJohn McCall2010-08-311-4/+1
* Abstract out everything having to do with member pointers into the ABIJohn McCall2010-08-231-2/+0
* Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall2010-08-221-14/+4
* Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall2010-08-221-4/+0
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-2/+2
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-1/+2
* Emit standard-library RTTI with external linkage, not weak_odr.John McCall2010-08-041-0/+5
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-291-9/+0
* 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
OpenPOWER on IntegriCloud