llvm-6502/lib
Bill Wendling b9e7689c89 Add a target asm info hook to specify that particular bits of data in the FDE
should be forced to 32-bits (.long) even on 64-bit architectures. Darwin wants
these bits to be 64-bits (.quad). However, other platforms may disagree.

This is just the info right now and is part of a work-in-progress which needs
this. We'll add the actual *use* of this soon.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80024 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-25 20:21:17 +00:00
..
Analysis Don't assume that two identical instructions that read from memory 2009-08-25 17:56:57 +00:00
Archive Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
AsmParser Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. 2009-08-25 05:24:07 +00:00
Bitcode Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
CodeGen Fixup register kills after scheduling. 2009-08-25 17:03:05 +00:00
CompilerDriver convert LoopInfo.h and GraphWriter.h to use raw_ostream 2009-08-23 07:19:13 +00:00
Debugger Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
ExecutionEngine Fix PR4772 ARM JIT.GlobalInFuction unittest by explicitly initialize MMI 2009-08-25 10:12:55 +00:00
Linker Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
MC Add a target asm info hook to specify that particular bits of data in the FDE 2009-08-25 20:21:17 +00:00
Support Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
System remove the last uses of Config/alloca.h 2009-08-23 22:57:38 +00:00
Target Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from 2009-08-25 19:39:05 +00:00
Transforms Special-case static allocas in IndVarSimplify's loop invariant 2009-08-25 17:42:10 +00:00
VMCore Allocate the basic types inside the LLVMContextImpl instance, 2009-08-25 16:00:35 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00