Add support for other relocation bases to jump tables, as well as custom asm directives
authorAndrew Lenharth <andrewl@lenharth.org>
Sun, 24 Sep 2006 19:45:58 +0000 (19:45 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Sun, 24 Sep 2006 19:45:58 +0000 (19:45 +0000)
commitbeec30eaf301bd6882cd06800b5175b94f033f9d
treec19a2eaf2fc2c57289099d0a93c8f5166b7564ea
parentb08659d2e55562a94a92593cc51f35f2229e65f3
Add support for other relocation bases to jump tables, as well as custom asm directives

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30593 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Target/TargetAsmInfo.h
lib/CodeGen/AsmPrinter.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/TargetAsmInfo.cpp