llvm-6502/lib
Chris Lattner fe42462164 Use a smallvector for inactiveCounts and initialize it lazily
instead of init'ing it maximally to zeros on entry.  getFreePhysReg
is pretty hot and only a few elements are typically used.  This speeds
up linscan by 5% on 176.gcc.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47631 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-26 22:08:41 +00:00
..
Analysis De-tabify. 2008-02-26 10:51:52 +00:00
Archive Update gcc 4.3 warnings fix patch with recent head changes 2008-02-20 11:10:28 +00:00
AsmParser Regenerate. 2008-02-23 01:17:37 +00:00
Bitcode Use SmallVector while constructing ReturnInst. 2008-02-26 19:38:17 +00:00
CodeGen Use a smallvector for inactiveCounts and initialize it lazily 2008-02-26 22:08:41 +00:00
Debugger Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ExecutionEngine Update gcc 4.3 warnings fix patch with recent head changes 2008-02-20 11:10:28 +00:00
Linker And final pack of warnings silencing 2008-02-20 11:27:04 +00:00
Support Fix a bug that caused opt and other tools to silently ignore 2008-02-23 01:55:25 +00:00
System Provide __main hooks for cygwin & mingw32 2008-02-22 10:08:31 +00:00
Target Rename PrintableName to Name. 2008-02-26 21:47:57 +00:00
Transforms fix http://llvm.org/bugs/show_bug.cgi?id=2097 2008-02-26 19:13:21 +00:00
VMCore Use SmallVector while constructing ReturnInst. 2008-02-26 19:38:17 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00