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 Micro-optimize a few hot spots. 2010-04-12 23:08:18 +00:00
Archive
AsmParser turn an assert into a proper check, fixing crash on invalid here: 2010-04-10 18:01:25 +00:00
Bitcode
CodeGen add llvm codegen support for -ffunction-sections and -fdata-sections, 2010-04-13 00:36:43 +00:00
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