Files
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
..
2004-12-10 05:40:19 +00:00
2004-12-21 07:51:33 +00:00
2004-12-22 10:25:06 +00:00
2004-12-20 04:15:44 +00:00
2004-12-22 10:24:43 +00:00
2004-12-17 22:41:46 +00:00
2004-12-15 07:22:25 +00:00
2004-12-15 20:23:49 +00:00
2004-11-14 21:54:41 +00:00