summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak CGCall functions:Daniel Dunbar2008-09-101-1/+4
* Fix a number of issues w.r.t. emission of global for functions andDaniel Dunbar2008-09-081-63/+109
* Refactor parameter attribute handling:Daniel Dunbar2008-09-081-77/+27
* Set sext/zext on function result.Daniel Dunbar2008-09-051-5/+12
* Set function attributes (sext, zext, etc.) on Objective-C methods.Daniel Dunbar2008-09-041-29/+62
* Avoid superfluous errors regarding variable-length arrays (casts).Daniel Dunbar2008-09-041-2/+8
* codegen constant data as such. add QualType::isConstant()Nuno Lopes2008-09-011-0/+1
* Downgrade a number of FIXME asserts to ErrorUnsupported.Daniel Dunbar2008-08-291-3/+7
* Objective-C @synthesize support.Daniel Dunbar2008-08-261-6/+34
* Use DenseMap on IdentifierInfo instead of StringMap.Daniel Dunbar2008-08-251-5/+5
* NeXT: Clean up constant CFString handling.Daniel Dunbar2008-08-231-17/+26
* Add NeXT runtime support for generating methods.Daniel Dunbar2008-08-161-6/+1
* Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar2008-08-161-7/+7
* Clean up CodeGenModule interface.Daniel Dunbar2008-08-151-24/+91
* Change CGObjCRuntime methods to take appropriate clang Decls.Daniel Dunbar2008-08-151-118/+5
* Infinite loops considered harmful. Daniel Dunbar2008-08-151-1/+1
* Add GetAddrOfConstantCString methodDaniel Dunbar2008-08-131-12/+34
* Change ObjCRuntime GenerateProtocol[Ref] methods to takeDaniel Dunbar2008-08-131-27/+2
* Fix compilation warning with help from David Chisnall.Mike Stump2008-08-111-1/+4
* Add LangOptions::NeXTRuntime.Daniel Dunbar2008-08-111-4/+2
* Change CodeGenModule to only create ObjC runtime for ObjC filesDaniel Dunbar2008-08-111-9/+12
* Add -fexceptions to DriverDaniel Dunbar2008-08-111-0/+6
* More #include cleaningDaniel Dunbar2008-08-111-5/+0
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* Add dummy Mac Objective-C runtime interface.Daniel Dunbar2008-08-111-2/+7
* Back out r54608 (inline string literals were getting an extra '\0')Daniel Dunbar2008-08-101-1/+21
* Bug fix, inline string literals were getting an extra '\0'.Daniel Dunbar2008-08-101-1/+1
* Implement GNU asm-label extension support in CodeGen. This fixesDaniel Dunbar2008-08-061-7/+14
* Change CodeGen of global decls to key off of the name (instead ofDaniel Dunbar2008-08-051-88/+39
* Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...Ted Kremenek2008-08-051-6/+6
* Finally fix PR2189. This makes a fairly invasive but important change toChris Lattner2008-08-041-1/+2
* Support constructor and destructor attributes in CodeGenDaniel Dunbar2008-08-011-43/+43
* Change CodeGenModule GlobalDeclMap to directly reference globalsDaniel Dunbar2008-07-301-40/+49
* Rework codegen emission of globalsDaniel Dunbar2008-07-291-163/+181
* Fix codegen of chained declarationsDaniel Dunbar2008-07-291-8/+0
* move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,Chris Lattner2008-07-211-4/+5
* introduce a new ObjCList templated class and start moving Chris Lattner2008-07-211-5/+9
* refactor more objc codegen interfaces to pass around selectors soChris Lattner2008-06-261-19/+17
* indenting and other minor things.Chris Lattner2008-06-261-2/+2
* give CreateObjCRuntime a full CGM so it can get whatever state it needs, Chris Lattner2008-06-261-3/+1
* implement the alias attirbute (in both Sema and Codegen)Nuno Lopes2008-06-081-17/+39
* Emit debug information for global and static variables when -g is specified.Sanjiv Gupta2008-06-051-0/+8
* For setting attributes, don't assume there are ParamVarDecls available, Eli Friedman2008-06-041-12/+16
* First cut at setting attributes for functions and calls; this puts us Eli Friedman2008-06-011-3/+62
* Support for code generation of Objective-C top-level language constructs.Anton Korobeynikov2008-06-011-1/+151
* PR1893: Fix up the type of tentative definitions of incomplete array Eli Friedman2008-05-301-2/+22
* Allow the type of a global to be different from the type of its Eli Friedman2008-05-301-69/+62
* Always check that the definition of a function has the correct type. Eli Friedman2008-05-301-1/+1
* Add CodeGen support for alignment on globals, both for unusual natural Eli Friedman2008-05-291-0/+6
* Tentative declarations are supposed to have common linkage, not weak. Eli Friedman2008-05-291-1/+1
OpenPOWER on IntegriCloud