summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud