llvm-6502/utils
Chris Lattner b0b55e74a0 Seperate asmstring parsing from emission. This allows the code to be simpler
and more understandable.  It also allows us to do simple things like fold
consequtive literal strings together.  For example, instead of emitting this
for the X86 backend:

  O  << "adc" << "l" << " ";

we now generate this:

  O << "adcl ";

*whoa* :)

This shrinks the X86 asmwriters from 62729->58267 and 65176->58644 bytes
for the intel/att asm writers respectively.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19749 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-22 17:32:42 +00:00
..
Burg Portability fix, thanks to Markus F.X.J. Oberhumer. 2004-12-16 04:56:34 +00:00
emacs
fpcmp For PR351: 2004-12-13 17:41:13 +00:00
TableGen Seperate asmstring parsing from emission. This allows the code to be simpler 2005-01-22 17:32:42 +00:00
vim Test commit 2004-12-09 05:46:48 +00:00
check-each-file
codegen-diff
countloc.sh
cvsupdate Fix patterns to match only one-char words. 2004-10-30 23:11:26 +00:00
GenLibDeps.pl 1. Make sure that "dot" can be found in the path 2005-01-05 17:29:29 +00:00
getsrcs.sh
llvm-native-gcc
llvm-native-gxx
llvmdo
llvmgrep
Makefile
makellvm
NightlyTest.gnuplot Change formats, as suggested by Duraid 2004-11-23 06:51:14 +00:00
NightlyTest.pl Update the documentation about -enable-llcbeta vs. -enable-linscan 2005-01-13 18:02:40 +00:00
NightlyTestTemplate.html Use and print out BuildStatus, we don't always have build errors. 2005-01-12 03:31:38 +00:00
profile.pl Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles. 2005-01-14 16:32:39 +00:00
RegressionFinder.pl