llvm-6502/lib
Cameron Zwarich 443997de8b Make a std::vector a SmallVector<*, 32> like the other vectors in the same
function. This seems to be about a 1.5% speedup of -scalarrepl on test-suite
with SPEC2000 and SPEC2006.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123731 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-18 04:41:32 +00:00
..
Analysis
Archive Archive: Fix temp path names. 2011-01-17 16:43:30 +00:00
AsmParser
Bitcode
CodeGen Remove unused variables found by gcc-4.6's -Wunused-but-set-variable. 2011-01-18 00:51:23 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Object
Support Support/CommandLine: Add "Did you mean" print for mismatched operands. 2011-01-18 01:59:24 +00:00
Target McARM: Start marking T2 address operands as such, for the benefit of the parser. 2011-01-18 03:06:03 +00:00
Transforms Make a std::vector a SmallVector<*, 32> like the other vectors in the same 2011-01-18 04:41:32 +00:00
VMCore Remove some now-unused DominanceFrontier methods. 2011-01-18 04:21:57 +00:00
Makefile