Convert the C backend into a target, for use with LLC. This allows us to use
authorChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 23:18:48 +0000 (23:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 23:18:48 +0000 (23:18 +0000)
commitf31182a531770ed1d647c822de68b953663102ff
tree75cee60ccf0ad1246dce4d081c0b6d9f899d78aa
parent055b3ff7bd2e1b9cf7dfda3181e67416bfd5c445
Convert the C backend into a target, for use with LLC.  This allows us to use
the lowerallocations pass to eliminate malloc/free warnings and hackish code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11409 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/CTargetMachine.h [new file with mode: 0644]
lib/Target/CBackend/Writer.cpp