]> granicus.if.org Git - clang/commit
Initial implementation of ARM ABI. Mostly untested. Note that I'm not
authorEli Friedman <eli.friedman@gmail.com>
Sun, 29 Mar 2009 00:15:25 +0000 (00:15 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 29 Mar 2009 00:15:25 +0000 (00:15 +0000)
commita027ea94d6e4f501f9fa690ac728f68c62612a7d
tree7abaae85ce732df9bf647eadf5ca96852505632a
parente37b94c718169ca429acfb1ffe50f7e9b987512b
Initial implementation of ARM ABI.  Mostly untested.  Note that I'm not
really intending to take ownership of this; I wrote this mostly because
I was curious about how the ARM ABI works.  It should be a decent start,
though.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67969 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp