]> granicus.if.org Git - clang/commit
finally get around to doing a significant cleanup to irgen:
authorChris Lattner <sabre@nondot.org>
Sun, 27 Jun 2010 07:15:29 +0000 (07:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Jun 2010 07:15:29 +0000 (07:15 +0000)
commit77b89b87c3b9220fea1bc80f6d6598d2003cc8a8
tree1d5d19bdc8f8f05fd100a0e161b3bad78cd58269
parentec2830d930e306124c2ba6bf1060a3c71dced6ea
finally get around to doing a significant cleanup to irgen:
have CGF create and make accessible standard int32,int64 and
intptr types.  This fixes a ton of 80 column violations
introduced by LLVMContextification and cleans up stuff a lot.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106977 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGBlocks.h
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGDeclCXX.cpp
lib/CodeGen/CGException.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/TargetInfo.cpp