summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for LLVM API change.Owen Anderson2009-07-311-3/+3
* Synthesize the default constructor which has notFariborz Jahanian2009-07-301-0/+8
* Update for LLVM API changes.Owen Anderson2009-07-301-1/+1
* Update for LLVM API change.Owen Anderson2009-07-291-16/+16
* Change uses of:Ted Kremenek2009-07-291-1/+1
* Update for LLVM API change.Owen Anderson2009-07-291-12/+12
* Update for LLVM API change.Owen Anderson2009-07-281-7/+7
* Update for LLVM API change.Owen Anderson2009-07-271-3/+3
* Update for LLVM API change.Owen Anderson2009-07-241-5/+5
* Output UTF-16 string literals independent of host byte order.Daniel Dunbar2009-07-231-9/+24
* Factor out map lookup for CFString constants.Daniel Dunbar2009-07-231-38/+53
* Simplify, NFC.Daniel Dunbar2009-07-231-8/+7
* Simplify.Daniel Dunbar2009-07-231-5/+4
* fix objc codegen to not have its own list of things that eventually get into ...Chris Lattner2009-07-171-5/+1
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-1/+1
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-1/+1
* use CreateRuntimeVariable to get __CFConstantStringClassReferenceChris Lattner2009-07-161-11/+6
* codegen string literals using private linkage now like llvm-gcc, eliminatingChris Lattner2009-07-161-15/+17
* Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson2009-07-141-44/+47
* Revert 75648 for now. It is causing test failures.Devang Patel2009-07-141-3/+1
* Use LLVM mangler to get mangled name for debug info entry.Devang Patel2009-07-141-1/+3
* Update for LLVM API change.Owen Anderson2009-07-131-3/+3
* Update for LLVM API change.Owen Anderson2009-07-081-25/+20
* Update for LLVM API change.Owen Anderson2009-07-081-10/+12
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-9/+6
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-2/+2
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-29/+29
* Improve code generation for function template specializations:Douglas Gregor2009-06-291-4/+12
* Keep track of function template specializations, to eliminateDouglas Gregor2009-06-291-0/+2
* Move FunctionDecl::TemplateSpecializationInfo out into its own class,Douglas Gregor2009-06-291-0/+10
* Patch fixes an obscure bug when 'used' attribute is applied toFariborz Jahanian2009-06-231-2/+9
* Parsing and AST support for using declarations, from John Thompson!Douglas Gregor2009-06-201-0/+3
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-30/+35
* Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine.Argyrios Kyrtzidis2009-06-171-1/+1
* Sink the BuiltinInfo object from ASTContext into theChris Lattner2009-06-141-0/+1
* move GetBuiltinType from Builtin::Context to ASTContext.Chris Lattner2009-06-141-3/+3
* Don't assert when generating code with static_asserts.Anders Carlsson2009-06-111-1/+5
* weak_import should not make definitions have weak linkage.Daniel Dunbar2009-06-051-2/+2
* Make ReplaceUsesOfNonProtoTypeWithRealFunction verify that a call is *to* theChris Lattner2009-06-041-1/+2
* Add code for emitting C++ destructors. Not used yet.Anders Carlsson2009-05-291-0/+2
* Handle the edge case of a weak function with incomplete type correctly. Eli Friedman2009-05-261-6/+9
* extern "C" should preserve the 'extern' qualifier for VarDecls. Fixes 6853728.Anders Carlsson2009-05-161-2/+3
* Reflow some comments.Mike Stump2009-05-161-14/+11
* A C++ member function always has either weak linkage (if it's inline or defin...Anders Carlsson2009-05-151-0/+8
* push GlobalDecl through enough of the CodeGenModule interfacesChris Lattner2009-05-121-23/+21
* add an initial stab at emitting deferred c++ inline functions. This handles ...Chris Lattner2009-05-121-0/+9
* cleanups, no functionality change.Chris Lattner2009-05-121-3/+5
* revert my previous patch, I committed the wrong file.Chris Lattner2009-05-121-10/+2
* static methods don't get this pointers.Chris Lattner2009-05-121-2/+10
* When defining a function whose type has no prototype, make an effortChris Lattner2009-05-051-6/+79
OpenPOWER on IntegriCloud