llvm-6502/lib/VMCore
Owen Anderson cf7ff2b4c8 Add support for the new "target data" information in .ll files. This provides
a better encoding of the targets data layout, rather than trying to guess it
from the endianness and pointersize like before.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31030 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-18 02:21:12 +00:00
..
AsmWriter.cpp Add support for the new "target data" information in .ll files. This provides 2006-10-18 02:21:12 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
ConstantFold.cpp Fix another dtor issue. The function local statics in this function were 2006-10-13 17:22:21 +00:00
ConstantFold.h
ConstantFolding.h
Constants.cpp Eliminate ConstantBool::True and ConstantBool::False. Instead, provide 2006-09-28 23:36:21 +00:00
Dominators.cpp
Function.cpp
Globals.cpp Add a version of the globalvariable ctor that inserts at a specific location. 2006-09-30 21:31:26 +00:00
InlineAsm.cpp
Instruction.cpp
Instructions.cpp Add insertelement/extractelement helper ctors. 2006-10-05 06:24:58 +00:00
IntrinsicInst.cpp getFilename/getDirectory shouldn't abort if the global has no init. This 2006-10-04 23:06:26 +00:00
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp
PassManagerT.h
SymbolTable.cpp
SymbolTableListTraitsImpl.h
Type.cpp label* is not a valid type, add an assertion. 2006-10-15 23:21:12 +00:00
TypeSymbolTable.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp