summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't set nounwind on functions when in using the new Obj-C ABI.Daniel Dunbar2009-03-021-1/+1
* simplify some code.Chris Lattner2009-03-011-9/+5
* Initialize NSConcreteStackBlockAnders Carlsson2009-03-011-2/+2
* Fix PR3612. We ensure that we add builtins to the GlobalDeclMap andMike Stump2009-02-271-3/+12
* Minor cleanup: use getDeclAlignInBytes helper.Eli Friedman2009-02-271-11/+1
* fix some sema problems with wide strings and hook up basic codegen for them.Chris Lattner2009-02-261-7/+5
* first wave of fixes for @encode sema support. This is part of PR3648.Chris Lattner2009-02-241-8/+20
* Emit extern_weak when needed.Daniel Dunbar2009-02-211-5/+10
* Initialize the Init variable to something reasonable when we emit an Eli Friedman2009-02-201-1/+4
* Add irgen support for the noinline attribute.Anders Carlsson2009-02-191-0/+3
* Don't emit K&R unprototyped function definitions as varargs.Daniel Dunbar2009-02-191-13/+27
* Emission of global variable initialializer was broken in rareDaniel Dunbar2009-02-191-1/+23
* Address Chris's comments regarding C++ name mangling.Douglas Gregor2009-02-181-10/+12
* Add anti-FIXME.Daniel Dunbar2009-02-181-1/+4
* Simplify.Daniel Dunbar2009-02-181-2/+1
* Make it possible for builtins to expression FILE* arguments, so thatDouglas Gregor2009-02-141-1/+4
* Implicitly declare certain C library functions (malloc, strcpy, memmove,Douglas Gregor2009-02-131-3/+7
* Simplify predicate.Daniel Dunbar2009-02-131-3/+1
* IRgen support for attribute used.Daniel Dunbar2009-02-131-7/+19
* Pull MayDeferGeneration out of EmitGlobal.Daniel Dunbar2009-02-131-16/+34
* Rename EmitStatics (etc) to EmitDeferred; provide basic infrastructureDaniel Dunbar2009-02-131-13/+36
* Let the backend unique these.Mike Stump2009-02-131-1/+0
* Move DescriptorUniqueCount into CGM.Mike Stump2009-02-131-0/+1
* Move GlobalUniqueCount up into CGM.Mike Stump2009-02-131-1/+3
* Move GenericBlockLiteralType into CGM.Mike Stump2009-02-131-1/+1
* Move BlockDescriptorType into CGM.Mike Stump2009-02-131-1/+2
* Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor2009-02-131-14/+40
* Add a very basic implemenation of global blocks. This needs to be cleaned up.Anders Carlsson2009-02-121-2/+1
* Support __attribute__(section(<name>))Daniel Dunbar2009-02-121-0/+6
* Use 'compile' instead of 'codegen' when reporting error to user.Daniel Dunbar2009-02-061-2/+2
* Add -femit-all-decls codegen option.Daniel Dunbar2009-02-041-1/+1
* Thread CGFunctionInfo construction through CodeGenTypes.Daniel Dunbar2009-02-021-2/+2
* More ABI API cleanup.Daniel Dunbar2009-02-021-1/+1
* Kill off CGCallInfo, always use CGFunctionInfo for encapsulatingDaniel Dunbar2009-01-311-2/+1
* Use NonFragileABI as name of new Next abi. More comments Fariborz Jahanian2009-01-221-1/+1
* Refactoring ObjC Next's runtime classes in preparation forFariborz Jahanian2009-01-211-1/+2
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-161-1/+1
* Bug fix, __private_extern__ globals were always introducing a definition.Daniel Dunbar2009-01-131-10/+31
* Objc's compatibility-alias semantics and codeFariborz Jahanian2009-01-081-1/+1
* Silence a GCC warningSebastian Redl2009-01-051-1/+2
* Fix the bug that would cause Python to crash at startup.Anders Carlsson2009-01-041-10/+11
* Add full dllimport / dllexport support: both sema checks and codegen.Anton Korobeynikov2008-12-261-7/+20
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-14/+22
* Support for implementation of property in the case whereFariborz Jahanian2008-12-091-2/+4
* Fix a serious null termination bug found by David Chisnall!Chris Lattner2008-12-091-1/+1
* If a global var decl has an initializer, make sure to always set its linkage ...Anders Carlsson2008-12-031-0/+2
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-7/+5
* reapply the (corrected) patch to use the new llvm intrinsics for memcpy/memmo...Chris Lattner2008-11-211-24/+6
* temporarily revert Sangiv's patch.Chris Lattner2008-11-211-3/+24
* mem[cpy,set,move] intrinsics are now overloaded.Sanjiv Gupta2008-11-211-24/+3
OpenPOWER on IntegriCloud