]> granicus.if.org Git - clang/commit
Assorted cleanup:
authorJohn McCall <rjmccall@apple.com>
Tue, 15 Feb 2011 09:22:45 +0000 (09:22 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 15 Feb 2011 09:22:45 +0000 (09:22 +0000)
commit5936e33bf74dd6bf126ceee0f6169a2593d03a69
tree3164dc30585d3d19d444998cfaed95b1530357c3
parent718b01d077748989f860bd21ee3402852ed0ed86
Assorted cleanup:
  - Have CGM precompute a number of commonly-used types
  - Have CGF copy that during initialization instead of recomputing them
  - Use TBAA info when initializing a parameter variable
  - Refactor the scalar ++/-- code

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125562 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h