llvm-6502/lib/VMCore
Reid Spencer f00c595bf5 For PR761:
Remove the setEndianess and setPointerSize methods. These are now
handled via the setDataLayout method.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33527 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-26 08:07:57 +00:00
..
AsmWriter.cpp For PR645: 2007-01-26 08:02:52 +00:00
BasicBlock.cpp
ConstantFold.cpp For PR1043: 2007-01-19 21:13:56 +00:00
ConstantFold.h
ConstantFolding.h
Constants.cpp Clean up comments and assert messages that still refer to the old type names. 2007-01-26 07:37:34 +00:00
Dominators.cpp
Function.cpp For PR645: 2007-01-26 08:01:30 +00:00
Globals.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp Fix an assertion message. 2007-01-26 06:30:34 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp For PR761: 2007-01-26 08:07:57 +00:00
ModuleProvider.cpp
Pass.cpp
PassManager.cpp Update ModulePass::assignPassManager() to take into account Preferred 2007-01-17 21:19:23 +00:00
SymbolTable.cpp
SymbolTableListTraitsImpl.h
Type.cpp IntegerType is a sized DerivedType too. 2007-01-26 07:51:36 +00:00
TypeSymbolTable.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp Teach TargetData to handle 'preferred' alignment for each target, and use 2007-01-20 22:35:55 +00:00
Verifier.cpp