summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Attributes on block functions were not being set.Daniel Dunbar2009-04-171-5/+6
* Ensure that the most recent declaration of a tentative definition winsDaniel Dunbar2009-04-161-3/+5
* Defer generation of tentative definitions.Daniel Dunbar2009-04-151-31/+37
* Start attempting to generate code for C++ ctors.Anders Carlsson2009-04-151-3/+14
* Comment fix.Daniel Dunbar2009-04-141-1/+1
* Fix PR3988: extern inline functions get strong symbol definitions inChris Lattner2009-04-141-24/+22
* implement codegen support for __attribute((__gnuc_inline__)),Chris Lattner2009-04-141-37/+44
* Refactor how attributes are set on values.Daniel Dunbar2009-04-141-87/+77
* Split SetGlobalValueAttributes into definition/declaration halves.Daniel Dunbar2009-04-141-35/+37
* Rename (one) SetFunctionAttributes to SetLLVMFunctionAttributes toDaniel Dunbar2009-04-141-5/+5
* Reduce indentation, no functionality change.Daniel Dunbar2009-04-141-12/+13
* defer emission of always_inline, extern_inline, and inline functions (when Chris Lattner2009-04-141-11/+16
* give always_inline functions internal linkage. If they cannot be Chris Lattner2009-04-141-1/+3
* set the linkage of an inline function according to its language rules.Chris Lattner2009-04-141-2/+26
* Add a comment on SetGlobalValueAttributes.Daniel Dunbar2009-04-141-2/+7
* add a new enum type for linkage, no functionality change.Chris Lattner2009-04-141-15/+26
* Clean up handling of visibility.Daniel Dunbar2009-04-141-85/+43
* reduce indentation, no functionality change.Chris Lattner2009-04-141-27/+23
* do not set visibility on "private" or "available externally" linkage objects.Chris Lattner2009-04-141-2/+2
* Update to use hasAttr() instead of getAttr().Daniel Dunbar2009-04-131-19/+19
* Move/update recent FIXME (wrt UTF-8 checking for ObjC @-strings).Steve Naroff2009-04-131-4/+1
* Fixed crasher in <rdar://problem/6780904> [irgen] Assertion failed: (Result =...Steve Naroff2009-04-131-9/+18
* Internal variables could mistakenly have "hidden" visibility whenDaniel Dunbar2009-04-101-9/+13
* reject codegen of __thread variables as unimplemented, rdar://6775265Chris Lattner2009-04-101-1/+5
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-3/+5
* Add a destination type argument to EmitConstantExpr. This will be used for wh...Anders Carlsson2009-04-081-1/+1
* Visibility attributes should only be set on definition.Daniel Dunbar2009-04-071-4/+6
* Various fixes to symbols used for Obj-C x86_64 metadata.Daniel Dunbar2009-04-071-0/+8
* Add some basic support for generating C++ member functions.Anders Carlsson2009-04-041-12/+21
* Basic support for regparm codegenAnton Korobeynikov2009-04-041-3/+0
* Add a comment/FIXME so Eli can sleep better:-))Steve Naroff2009-04-031-0/+5
* Implement -fvisibility.Fariborz Jahanian2009-04-031-2/+23
* Add target hook for setting symbol prefix and section of unicodeDaniel Dunbar2009-04-031-4/+22
* Emit code for linkage specifications.Anders Carlsson2009-04-021-7/+15
* CodeGenModule::GetAddrOfConstantCFString():Steve Naroff2009-04-011-5/+10
* Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF.Steve Naroff2009-04-011-4/+19
* More "prep" work for handling UTF16 CFString.Steve Naroff2009-04-011-1/+5
* fix the two xfails I added with a previous patch by making ObjC interfaceChris Lattner2009-04-011-2/+5
* move trivial forwarding function inline.Chris Lattner2009-04-011-6/+0
* Implement code generation of namespaces and add mangling tests.Anders Carlsson2009-04-011-1/+7
* Add Target hooks for IRgen of [cf]string literals.Daniel Dunbar2009-03-311-18/+29
* Change UsedArray to be a vector of WeakVH to fix a dangling pointer problem t...Chris Lattner2009-03-311-9/+13
* remove some obsolete comments, use an AssertingVH.Chris Lattner2009-03-311-11/+0
* Finish off semantic analysis for regparm, and remove the warning. Also Eli Friedman2009-03-271-3/+0
* Besides the warning, issue unsupported diagnostics in Fariborz Jahanian2009-03-271-0/+6
* most of this is plumbing to get CompileOptions down into Chris Lattner2009-03-261-6/+8
* switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction Chris Lattner2009-03-221-31/+5
* emit aliases as the definitions fly by, don't bother deferring untilChris Lattner2009-03-221-76/+63
* make alias definition logic more similar to functions/globals.Chris Lattner2009-03-221-12/+29
* fix PR3200 by making alias emission use the new infrastructure. Fold Chris Lattner2009-03-221-11/+17
OpenPOWER on IntegriCloud