llvm-6502/include/llvm
Chris Lattner 7c78afefe9 Fix a bug in the densemap that was killing the local allocator, and probably
other clients.  The problem is that the nullVal member was left to the default
constructor to initialize, which for int's does nothing (ie, leaves it unspecified).

To get a zero value, we must use T().  It's C++ wonderful? :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11867 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-26 05:00:15 +00:00
..
ADT Fix a bug in the densemap that was killing the local allocator, and probably 2004-02-26 05:00:15 +00:00
Analysis Update comments and add warning 2004-02-21 22:27:20 +00:00
Assembly The cbackend has never had anything to do with llvm assembly writing 2004-02-13 23:19:51 +00:00
Bytecode Add enum for compaction table. 2004-01-18 21:09:23 +00:00
CodeGen Add DenseMap template and actually use it for for mapping virtual regs 2004-02-25 21:55:45 +00:00
Config Regenerated with autoheader-2.57. 2004-02-23 21:30:39 +00:00
Debugger add new method 2004-01-06 05:31:57 +00:00
ExecutionEngine Represent va_list in interpreter as a (ec-stack-depth . var-arg-index) 2004-02-25 23:01:48 +00:00
Support Cygwin defines log2 as a macro. Undef it here IFF it has already been defined, 2004-02-25 01:53:45 +00:00
System Add a new function 2004-02-19 20:03:08 +00:00
Target Temporarily comment out asserts as they break things. I will uncomment 2004-02-25 23:56:36 +00:00
Transforms Add prototype 2004-02-25 21:34:51 +00:00
AbstractTypeUser.h Hrm is a really nasty ommission. The lack of this destructor was causing abstract 2003-12-23 23:25:21 +00:00
Argument.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
BasicBlock.h Remove long obsolete method. switch instructions are first class entities in the CFG, and have been for a LOOOONG time. 2004-02-11 01:17:58 +00:00
CallGraphSCCPass.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Constant.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Constants.h Add a new ConstantAggregateZero class, to fix PR239. This makes zero 2004-02-15 05:53:04 +00:00
DerivedTypes.h Rearrange code to eliminate warnings 2004-02-17 02:58:36 +00:00
Function.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
GlobalValue.h Fixes for PR114: Thanks to Reid Spencer! 2003-11-16 20:21:15 +00:00
GlobalVariable.h Fixes for PR114: Thanks to Reid Spencer! 2003-11-16 20:21:15 +00:00
iMemory.h * Added class comments 2004-02-10 18:44:16 +00:00
InstrTypes.h * Add new constructors to allow insertion of terminator instructions at the 2003-11-20 17:44:37 +00:00
Instruction.def Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Instruction.h Add new method 2004-01-12 23:18:06 +00:00
Instructions.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
IntrinsicLowering.h Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering 2003-12-28 21:23:38 +00:00
Intrinsics.h Add llvm.memset/frameaddress/returnaddress intrinsics. 2004-02-14 02:47:17 +00:00
iOperators.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
iOther.h Doxygen-ify comments, make function prototypes more consistent in format. 2004-02-10 16:39:05 +00:00
iPHINode.h Fixes for PR114: Thanks to Reid Spencer! 2003-11-16 20:21:15 +00:00
iTerminators.h Add some helpful methods for dealing with switch instructions 2004-02-24 06:26:00 +00:00
Linker.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Module.h Add some comments, add a new getGlobalVariable method 2003-12-31 08:42:27 +00:00
ModuleProvider.h Add comments 2004-02-01 00:32:48 +00:00
Pass.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
PassAnalysisSupport.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
PassManager.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
PassSupport.h Fixes for PR114: Thanks to Reid Spencer! 2003-11-16 20:21:15 +00:00
SymbolTable.h Make the lookup method const. 2003-12-31 07:08:19 +00:00
SymbolTableListTraits.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Type.def Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Type.h Add two missing pieces from last checkin 2004-02-17 03:03:36 +00:00
Use.h Fixes for PR114: Thanks to Reid Spencer! 2003-11-16 20:21:15 +00:00
User.h Fixes for PR114: Thanks to Reid Spencer! 2003-11-16 20:21:15 +00:00
Value.h Minor cleanup 2004-01-10 21:40:29 +00:00