summaryrefslogtreecommitdiffstats
path: root/llvm/utils/Burg
Commit message (Collapse)AuthorAgeFilesLines
* Burg not needed any more now that SparcV9 is gone.Reid Spencer2006-04-2037-6494/+0
| | | | llvm-svn: 27901
* Add missing things to the distribution.Reid Spencer2006-04-131-1/+1
| | | | llvm-svn: 27650
* Add a .cvsignore file to get rid of notices about gram.tab.[ch]Reid Spencer2006-03-231-0/+2
| | | | llvm-svn: 27012
* Eliminate tabs and trailing spacesJeff Cohen2005-04-2223-3649/+3649
| | | | llvm-svn: 21441
* Portability fix, thanks to Markus F.X.J. Oberhumer.Chris Lattner2004-12-161-4/+1
| | | | llvm-svn: 18977
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-16/+19
| | | | llvm-svn: 17359
* Fix the dependency of lex.o on gram.tab.hReid Spencer2004-10-281-1/+1
| | | | llvm-svn: 17320
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-261-0/+2
| | | | llvm-svn: 17233
* Remove double colon rule for gram.tab.h so it doesn't conflict with theReid Spencer2004-10-221-1/+1
| | | | | | auto-generated dependency rule. llvm-svn: 17171
* We're not doing automake any moreReid Spencer2004-10-221-699/+0
| | | | llvm-svn: 17168
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-1/+1
| | | | llvm-svn: 17167
* We won't use automakeReid Spencer2004-10-221-40/+0
| | | | llvm-svn: 17155
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+699
| | | | llvm-svn: 17136
* Updates for changes in Makefile rules.Reid Spencer2004-10-131-1/+1
| | | | llvm-svn: 16951
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+40
| | | | llvm-svn: 16885
* Make comment header span the entire lineMisha Brukman2004-10-081-1/+1
| | | | llvm-svn: 16830
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-031-2/+2
| | | | | | by default, like every other "clean" target in LLVM. llvm-svn: 16161
* The correct prototype is `int atoi(CONST char*)'. Unbroke AIX build.Misha Brukman2004-06-141-1/+1
| | | | llvm-svn: 14173
* This function REALLY DOES return voidChris Lattner2003-11-201-1/+1
| | | | llvm-svn: 10124
* fix warnings on sparcChris Lattner2003-11-062-2/+2
| | | | llvm-svn: 9759
* Added LLVM copyright to Makefiles.John Criswell2003-10-202-0/+16
| | | | llvm-svn: 9314
* Adding additional license information to these files.John Criswell2003-10-131-0/+19
| | | | llvm-svn: 9102
* Move support/tools/* back into utilsChris Lattner2003-10-0535-0/+6455
llvm-svn: 8875
OpenPOWER on IntegriCloud