llvm-6502/include/llvm
Ted Kremenek 7c6ad0c06e Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to
deserialize objects if BatchReadOwnedPtrs was called more than once in the
same call chain then the second call would overwrite the SerializedPtrIDs
being used by the first call. Solved this problem by making the vector that
holds the pointer IDs local to a function call. Now BatchReadOwnedPtrs is
reentrant.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44152 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-15 00:05:03 +00:00
..
ADT Fixed a strange construct. Please review. 2007-11-13 23:04:06 +00:00
Analysis Start the process of making MachineLoopInfo possible by templating Loop. 2007-11-14 02:33:58 +00:00
Assembly More fleshing out of docs/Passes.html, plus some typo fixes and 2007-10-26 03:03:51 +00:00
Bitcode Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to 2007-11-15 00:05:03 +00:00
CodeGen Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied 2007-11-14 09:18:41 +00:00
Config
Debugger
ExecutionEngine
Support Move MinAlign to MathExtras.h. 2007-11-09 13:41:39 +00:00
System
Target Add parameter to getDwarfRegNum to permit targets 2007-11-13 19:13:01 +00:00
Transforms Start the process of making MachineLoopInfo possible by templating Loop. 2007-11-14 02:33:58 +00:00
AbstractTypeUser.h
Argument.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
Constant.h
Constants.h Get rid of compilation warning during release builds 2007-11-01 08:24:40 +00:00
DerivedTypes.h
Function.h
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h
Intrinsics.td [ARM] Implement __builtin_thread_pointer. 2007-11-08 17:20:05 +00:00
IntrinsicsARM.td [ARM] Implement __builtin_thread_pointer. 2007-11-08 17:20:05 +00:00
IntrinsicsPowerPC.td
IntrinsicsX86.td Add missing SSE builtins: CVTPD2PI, CVTPS2PI, 2007-10-30 22:15:38 +00:00
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
LinkTimeOptimizer.h
Module.h
ModuleProvider.h
ParameterAttributes.h Add pure/const attributes. Documentation will follow. 2007-11-14 09:52:30 +00:00
Pass.h
PassAnalysisSupport.h
PassManager.h remove unimplemented ctor, add some comments. 2007-10-25 05:19:24 +00:00
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h