llvm-6502/include/llvm
Argyrios Kyrtzidis 7f9a887d3f [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator, instead of a static variable.
The problem with having DefaultSlabAllocator being a global static is that it is undefined if BumpPtrAllocator
will be usable during global initialization because it is not guaranteed that DefaultSlabAllocator will be
initialized before BumpPtrAllocator is created and used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189433 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-28 01:02:21 +00:00
..
ADT Add a function object to compare the first or second component of a std::pair. 2013-08-24 12:54:27 +00:00
Analysis Turn MipsOptimizeMathLibCalls into a target-independent scalar transform 2013-08-23 10:27:02 +00:00
Assembly
Bitcode Add function attribute 'optnone'. 2013-08-23 11:53:55 +00:00
CodeGen Add a convenient PSetIterator for visiting pressure sets affected by a register. 2013-08-23 17:48:46 +00:00
Config [cmake] Check for realpath availability in CMake 2013-08-26 18:11:25 +00:00
DebugInfo Add support for DebugFission to DWARF parser 2013-08-27 09:20:22 +00:00
ExecutionEngine
IR [mips][msa] Few MSA Builtins have side-effects. Added IntrNoMem to those that don't. 2013-08-23 12:21:25 +00:00
IRReader
MC Given target assembler parsers a chance to handle variant expressions 2013-08-27 20:23:19 +00:00
Object Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h." 2013-08-27 05:38:30 +00:00
Option Revert "Option parsing: support case-insensitive option matching." as it broke Windows buildbot. 2013-08-28 00:02:06 +00:00
Support [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator, instead of a static variable. 2013-08-28 01:02:21 +00:00
TableGen
Target SelectionDAG: Use correct pointer size when lowering function arguments v2 2013-08-26 15:05:36 +00:00
Transforms Turn MipsOptimizeMathLibCalls into a target-independent scalar transform 2013-08-23 10:27:02 +00:00
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
DIBuilder.h DIBuilder: take an optional StringRef to pass in unique identifier. 2013-08-27 23:06:40 +00:00
GVMaterializer.h
InitializePasses.h Turn MipsOptimizeMathLibCalls into a target-independent scalar transform 2013-08-23 10:27:02 +00:00
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h Turn MipsOptimizeMathLibCalls into a target-independent scalar transform 2013-08-23 10:27:02 +00:00
Linker.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h