aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenTypes.h
AgeCommit message (Expand)Author
2008-10-13Lift out ABIInfo abstract base class.Daniel Dunbar
2008-09-17Add support for ABIArgInfo::ExpandDaniel Dunbar
2008-09-10Add CodeGenTypes::GetFunctionType overload for getting the effectiveDaniel Dunbar
2008-09-10Move FunctionType conversion into CGCall.cpp:Daniel Dunbar
2008-09-06Key LLVM types for TagDecl's off of the clang Type, since there is nowDaniel Dunbar
2008-06-30Make a few related changes:Chris Lattner
2008-06-17Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner
2008-04-03Fix PR2081 (problems codegen'ing some recursive structures) patchChris Lattner
2008-03-30Add initial support for objc codegen for methods, ivars, and theChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner