llvm-6502/lib
Chris Lattner dfab291702 split "JumpTableDirective" (an existing hack) into a PIC and nonPIC
version.  This allows TAI implementations to specify the directive to use
based on the mode being codegen'd for.

The real fix for this is to remove JumpTableDirective, but I don't feel
like diving into the jumptable snarl just now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78709 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-11 20:30:58 +00:00
..
Analysis
Archive Make LLVMContext and LLVMContextImpl classes instead of structs. 2009-08-11 17:45:13 +00:00
AsmParser Make LLVMContext and LLVMContextImpl classes instead of structs. 2009-08-11 17:45:13 +00:00
Bitcode Make LLVMContext and LLVMContextImpl classes instead of structs. 2009-08-11 17:45:13 +00:00
CodeGen "TAI::JumpTableDirective" is always null for current arm targets, simplify 2009-08-11 20:29:57 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker Link NamedMDNodes. 2009-08-11 18:01:24 +00:00
MC
Support add a trivial line # cache to SourceMgr to make repeated queries to 2009-08-11 17:49:14 +00:00
System
Target split "JumpTableDirective" (an existing hack) into a PIC and nonPIC 2009-08-11 20:30:58 +00:00
Transforms
VMCore Add convenience functions for creating nsw add operators. 2009-08-11 20:20:39 +00:00
Makefile