llvm-project/llvm/utils/Burg
Reid Spencer e14a201031 Add a .cvsignore file to get rid of notices about gram.tab.[ch]
llvm-svn: 27012
2006-03-23 23:46:47 +00:00
..
Doc Added LLVM copyright to Makefiles. 2003-10-20 22:29:16 +00:00
.cvsignore Add a .cvsignore file to get rid of notices about gram.tab.[ch] 2006-03-23 23:46:47 +00:00
COPYRIGHT Move support/tools/* back into utils 2003-10-05 19:27:59 +00:00
LICENSE.TXT Adding additional license information to these files. 2003-10-13 20:34:27 +00:00
LOG_CHANGES Move support/tools/* back into utils 2003-10-05 19:27:59 +00:00
Makefile Internalize variable names to prevent recursive assignment. Cleanup docs. 2004-10-30 09:19:36 +00:00
README Move support/tools/* back into utils 2003-10-05 19:27:59 +00:00
b.h Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
be.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
burg.shar.gz Move support/tools/* back into utils 2003-10-05 19:27:59 +00:00
burs.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
closure.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
delta.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
fe.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
fe.h Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
gram.yc This function REALLY DOES return void 2003-11-20 21:22:32 +00:00
item.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
lex.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
list.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
main.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
map.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
nonterminal.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
operator.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
pattern.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
plank.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
queue.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
rule.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
sample.gr Move support/tools/* back into utils 2003-10-05 19:27:59 +00:00
string.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
symtab.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
table.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
trim.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00
zalloc.c Eliminate tabs and trailing spaces 2005-04-22 04:13:13 +00:00

README

To format the documentation, type "make doc.dvi" and print the result.

The length of the cost vectors is fixed at 4 for reasons that are
primarily historical.  To change it, edit the definition of DELTAWIDTH
in b.h.

Burg is compiled without optimization by default to avoid problems
with initial installation.  To improve burg's performance, add '-O' to
CFLAGS in the Makefile and rebuild burg with a high quality optimizing
compiler.

To be added to the Burg mailing list, send your preferred electronic
mail address to cwf@research.att.com.