llvm-6502/lib
Benjamin Kramer 5e6a705985 Let BumpPtrAllocator lazily allocate the first slab.
We have some code in llvm and clang where a BumpPtrAllocator is declared in a
class but never used in the common case. Stop wasting memory there.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101130 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-13 14:41:51 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen
CompilerDriver
ExecutionEngine
Linker
MC
Support Let BumpPtrAllocator lazily allocate the first slab. 2010-04-13 14:41:51 +00:00
System
Target Replace r101053 with a fix for getSOImmValRotate() so that it will correctly 2010-04-13 02:11:48 +00:00
Transforms Remove SCCVN from the CMake build system. 2010-04-13 08:33:09 +00:00
VMCore VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of 2010-04-13 01:39:07 +00:00
Makefile