summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pointer width for PIC16 is 16 bits. Modify getMemCpy, getMemMove and getMemSe...Sanjiv Gupta2008-11-191-0/+3
* Discard unused runtime function declarations (for readability).Daniel Dunbar2008-11-191-0/+6
* This reworks some of the Diagnostic interfaces a bit to change how diagnosticsChris Lattner2008-11-181-6/+3
* Change the diagnostics interface to take an array of pointers to Chris Lattner2008-11-181-3/+4
* Handle padding in the constant CFString struct. Fixes PR3046.Anders Carlsson2008-11-151-8/+46
* Codegen support for fastcall & stdcall CC.Anton Korobeynikov2008-11-111-1/+4
* LinkageSpecDecl is c++ specific, move it to DeclCXXChris Lattner2008-11-041-0/+1
* Don't run the verifier as part of IRgen, this is now down (per module)Daniel Dunbar2008-10-281-6/+0
* Add attribute always_inline support.Daniel Dunbar2008-10-281-0/+3
* Add option argument to GetAddrOfConstantString to use for name ofDaniel Dunbar2008-10-171-7/+12
* Change CGDebugInfo::setLocation to just ignore invalid locations. ThisDaniel Dunbar2008-10-171-2/+1
* Add simple interface for protecting runtime functions from nameDaniel Dunbar2008-10-011-0/+43
* Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...).Daniel Dunbar2008-09-271-1/+1
* Now Attributes are divided in three groupsDevang Patel2008-09-261-1/+1
* Large mechanical patch.Devang Patel2008-09-251-9/+9
* Move FunctionType conversion into CGCall.cpp:Daniel Dunbar2008-09-101-7/+8
* Tweak CGCall functions again:Daniel Dunbar2008-09-101-5/+5
* 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
OpenPOWER on IntegriCloud