llvm-6502/utils
Chris Lattner 6af022f255 Emit the string information for the asm writer as a single large string
and index into it, instead of emitting it like this:

  static const char * const OpStrs[] = {
    "PHINODE\n",        // PHI
    0,  // INLINEASM
    "adc ",     // ADC32mi
    "adc ",     // ADC32mi8
   ...

The old way required thousands of relocations that slows down link time and
dynamic load times.

This also cuts about 10K off each of the X86 asmprinters, and should shrink
the others as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29152 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-14 22:59:11 +00:00
..
emacs
fpcmp
PerfectShuffle Patches to make the LLVM sources more -pedantic clean. Patch provided 2006-05-24 17:04:05 +00:00
TableGen Emit the string information for the asm writer as a single large string 2006-07-14 22:59:11 +00:00
vim
cgiplotNLT.pl
check-each-file
codegen-diff
countloc.sh
cvsupdate
DSAclean.py
DSAextract.py
findsym.pl
GenLibDeps.pl Don't try to reference uninitialized data. Make sure we can find "nm". 2006-05-13 02:48:45 +00:00
getsrcs.sh
importNLT.pl
llvm-native-gcc
llvm-native-gxx
llvmdo remove some stuff 2006-04-20 18:43:59 +00:00
llvmgrep
Makefile llvm-config doesn't live here anymore ==> tools 2006-04-20 21:15:41 +00:00
makellvm
NewNightlyTest.pl Fixed an issue where the user specified gcc was not the gcc we report to the nightly test server. 2006-07-14 20:44:09 +00:00
NightlyTest.gnuplot
NightlyTest.pl Added -disable-cbe to disable C backend testing. 2006-06-29 00:54:37 +00:00
NightlyTestTemplate.html
NLT.schema
OldenDataRecover.pl
parseNLT.pl
plotNLT.pl
profile.pl
RegressionFinder.pl
userloc.pl Remove Burg as a directory to be considered. 2006-04-20 18:47:13 +00:00
webNLT.pl