llvm-6502/include/llvm
Chris Lattner 74a77cd985 There is no reason to include ostream here, include iosfwd instead.
This file was schizophrenic when it came to representing sizes.  In some
cases it represented them as 'unsigneds', which are not enough for 64-bit
hosts.  In other cases, it represented them as uint64_t's, which are
inefficient for 32-bit hosts.

This patch unifies all of the sizes to use size_t instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19917 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-29 17:16:07 +00:00
..
ADT Convert some old C-style casts to C++ style. 2005-01-28 07:22:20 +00:00
Analysis Get VC++ compiling again 2005-01-28 07:29:32 +00:00
Assembly Add llvm-as project to Visual Studio 2005-01-01 20:51:41 +00:00
Bytecode Improve compatibility with aCC on HPUX. Patch by Duraid Madina 2005-01-16 01:22:18 +00:00
CodeGen Add an accessor. 2005-01-23 22:57:27 +00:00
Config Provide support for HP/UX aCC compiler's variant of hash_map and hash_set 2005-01-16 02:58:39 +00:00
Debugger For PR351: \ 2004-12-13 17:01:53 +00:00
ExecutionEngine
Support There is no reason to include ostream here, include iosfwd instead. 2005-01-29 17:16:07 +00:00
System Do not clean up if the MappedFile was never used or if the client already 2005-01-28 16:08:23 +00:00
Target Add a new method, described in the comment. 2005-01-19 06:53:02 +00:00
Transforms Get VC++ compiling again 2005-01-28 07:29:32 +00:00
AbstractTypeUser.h
Argument.h
BasicBlock.h
CallGraphSCCPass.h
Constant.h Adjust to user changes. 2005-01-29 00:32:00 +00:00
Constants.h Adjust to changes in the User class. 2005-01-29 00:33:00 +00:00
DerivedTypes.h Fix VC++ compilation error 2005-01-08 22:44:06 +00:00
Function.h Add convenience method. 2005-01-07 07:40:32 +00:00
GlobalValue.h Adjust to changes in the User class. 2005-01-29 00:33:00 +00:00
GlobalVariable.h Adjust to changes in the User class. 2005-01-29 00:33:00 +00:00
InstrTypes.h Adjust to changes in the User class. Introduce a new UnaryInstruction 2005-01-29 00:32:51 +00:00
Instruction.def
Instruction.h Adjust to changes in the User class. 2005-01-29 00:33:00 +00:00
Instructions.h Many changes to cope with the User.h changes. Instructions now generally 2005-01-29 00:31:36 +00:00
IntrinsicInst.h Fix bountiful sources of VC++ 'possible loss of data' warnings 2005-01-01 18:58:23 +00:00
Intrinsics.h
Linker.h
Module.h
ModuleProvider.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassSupport.h
SymbolTable.h
SymbolTableListTraits.h
Type.def
Type.h primitive' has no a' 2005-01-24 16:28:03 +00:00
Use.h Adjust to User.h changes. 2005-01-29 00:30:52 +00:00
User.h Instead of storing operands as std::vector<Use>, just maintain a pointer 2005-01-29 00:29:39 +00:00
Value.h Adjust to User.h changes. 2005-01-29 00:30:52 +00:00