]> granicus.if.org Git - clang/commit
Refactor parameter attribute handling:
authorDaniel Dunbar <daniel@zuster.org>
Mon, 8 Sep 2008 21:33:45 +0000 (21:33 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 8 Sep 2008 21:33:45 +0000 (21:33 +0000)
commit0dbe227feccf6a8dbadfff8ca3f80416b7bf2f28
treeb2b084796bf8841734e7fec1f6aad7c547e7105b
parent6f0200e9ebf7f65df74b3cf55b4319b075b244a2
Refactor parameter attribute handling:
  - Add CGCall.h for dealing with ABI issues related to calls.
  - Add CGFunctionInfo and CGCallInfo for capturing ABI relevant
    information about functions and calls.
  - Isolate LLVM parameter attribute handling inside CGCall.cpp

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55963 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp [new file with mode: 0644]
lib/CodeGen/CGCall.h [new file with mode: 0644]
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h