llvm-6502/include/llvm
Chris Lattner 6fa6a32e4e Add a little wrapper header that is put around bc files when emitting
bc files for modules with a target triple that indicates they are for
darwin.  The reader unconditionally handles this, and the writer could
turn this on for more targets if we care.

This change has two benefits for darwin:

1) it allows us to encode the cpu type of the file in an easy to read
   place that doesn't require decoding the bc file.
2) it works around a bug (IMO) in darwin's AR where it is incapable of
   handling files that are not a multiple of 8 bytes long.  BC files
   are only guaranteed to be multiples of 4 bytes long.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53275 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-09 05:14:23 +00:00
..
ADT Add some basic Pool-allocation infrastructure. This adds a Recycler class, 2008-07-07 22:58:06 +00:00
Analysis Remove getValueRange from SCEV. It wasn't doing anything there anyways, and a 2008-07-09 03:21:51 +00:00
Assembly
Bitcode Add a little wrapper header that is put around bc files when emitting 2008-07-09 05:14:23 +00:00
CodeGen const-ify SelectionDAG::getNodeValueTypes. 2008-07-09 00:00:42 +00:00
Config
Debugger
ExecutionEngine
Support The graph name really does matter for configurations that use gv. 2008-07-08 23:33:46 +00:00
System
Target Rather than having a different custom legalization 2008-07-04 11:47:58 +00:00
Transforms Add explicit keywords. 2008-07-07 18:00:37 +00:00
AbstractTypeUser.h
Argument.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
Constant.h
Constants.h
DerivedTypes.h
Function.h Add some helpers for manipulating function 2008-07-08 09:41:30 +00:00
GlobalAlias.h
GlobalValue.h Add convenient helper for checking whether global is weak in linker sense 2008-07-05 23:48:30 +00:00
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h Add some convenience methods for manipulating 2008-07-08 08:38:44 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
Module.h
ModuleProvider.h
OperandTraits.h 80col 2008-07-05 22:41:37 +00:00
ParameterAttributes.h
Pass.h Add dom info verifier. 2008-07-01 17:44:24 +00:00
PassAnalysisSupport.h
PassManager.h
PassManagers.h Add dom info verifier. 2008-07-01 17:44:24 +00:00
PassSupport.h
SymbolTableListTraits.h Add some basic Pool-allocation infrastructure. This adds a Recycler class, 2008-07-07 22:58:06 +00:00
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h