llvm-6502/lib
Reid Spencer 1e296bf046 Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making
a function call at the core of the loop inline and removing unused
stack variables from an often called function. This doesn't improve things
much, the real saving will be by reducing the number of calls to this
function (100K+ when linking kimwitu++).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19119 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-23 21:13:26 +00:00
..
Analysis Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making 2004-12-23 21:13:26 +00:00
Archive Fix problems uncovered by VC++ (first time compiled by VC++) 2004-12-20 03:23:46 +00:00
AsmParser
Bytecode For PR351: 2004-12-21 07:51:33 +00:00
CodeGen
Debugger For PR351: 2004-12-22 10:25:06 +00:00
ExecutionEngine Be double sure about including sys/stat.h by wrapping the inclusion in 2004-12-20 06:34:02 +00:00
Linker Remove un-needed #includes. 2004-12-20 04:15:44 +00:00
Support For PR351: 2004-12-22 10:24:43 +00:00
System Patch to fix mingw compilation problem contributed by Henrik. 2004-12-23 03:44:40 +00:00
Target Remove unused enum value 2004-12-17 22:41:46 +00:00
Transforms
VMCore Add a verifier assertion 2004-12-15 20:23:49 +00:00
Makefile