Enabling the target-independent garbage collection infrastructure by hooking it
authorGordon Henriksen <gordonhenriksen@mac.com>
Mon, 7 Jan 2008 01:30:38 +0000 (01:30 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Mon, 7 Jan 2008 01:30:38 +0000 (01:30 +0000)
commitce2247755e56f99a2377b64a1a9d393726582b85
tree3958d8dfd03faf752d6a9a5e5da7cbb23e6a29da
parent7e40ad51065331b04bcb0291c4868ace20289857
Enabling the target-independent garbage collection infrastructure by hooking it
up to the various compiler pipelines.

This doesn't actually add support for any GC algorithms, which means it
temporarily breaks a few tests. To be fixed shortly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45669 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/AsmPrinter.cpp
lib/CodeGen/README.txt
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/MSIL/MSILWriter.cpp