Chris Lattner 
							
						 
					 
					
						
						
							
						
						8f9c4bdadc 
					 
					
						
						
							
							Fix the nightly tester now that olden has been moved  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8508  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-14 06:00:49 +00:00 
						 
				 
			
				
					
						
							
							
								John Criswell 
							
						 
					 
					
						
						
							
						
						410d1b5dea 
					 
					
						
						
							
							Updated to find source files using VPATH.  This makes writing build rules  
						
						... 
						
						
						
						much cleaner and easier.
Labeled .td as a suffix for tblgen files in Makefile.rules.
Modified build rules so that source files generated during the build are placed
in the build directory and not the source directory (and not in a Debug
directory).  This makes the system cleaner and allows us to have a read-only
source tree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8424  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-09 20:57:03 +00:00 
						 
				 
			
				
					
						
							
							
								John Criswell 
							
						 
					 
					
						
						
							
						
						38dc918cf5 
					 
					
						
						
							
							Updated the log of changes (as required by the Burg copyright) to give an  
						
						... 
						
						
						
						overview of what we changed (which is probably all that the author was looking
for).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8416  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-09 15:27:40 +00:00 
						 
				 
			
				
					
						
							
							
								John Criswell 
							
						 
					 
					
						
						
							
						
						2d930034f4 
					 
					
						
						
							
							Modified the code so that we exit() with a non-zero value instead of calling  
						
						... 
						
						
						
						abort() when we can't open the input filename.  The abort() function generates
a core dump if possible and is meant for handling errors so grand that even the
program knows that debugging is necessary.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8415  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-09 14:37:48 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						09b47f91bd 
					 
					
						
						
							
							syntax highlightify  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8397  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-08 18:08:11 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						f9de5936a8 
					 
					
						
						
							
							Syntax hilight  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8396  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-08 18:07:57 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						ec6867e825 
					 
					
						
						
							
							Fix syntax error when makellvm is run in an invalid directory.  
						
						... 
						
						
						
						Add debugging support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8389  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-08 15:32:47 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						737af827e8 
					 
					
						
						
							
							Fixed spelling of `intentionally'.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8387  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-07 20:12:52 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						6cb0f4d774 
					 
					
						
						
							
							Remove unneeded #include  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8386  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-07 05:09:32 +00:00 
						 
				 
			
				
					
						
							
							
								John Criswell 
							
						 
					 
					
						
						
							
						
						40574dd289 
					 
					
						
						
							
							Checkin of autoconf-style object root.  
						
						... 
						
						
						
						Updated Makefile for new autoconf-style object root.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8385  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-06 15:20:15 +00:00 
						 
				 
			
				
					
						
							
							
								John Criswell 
							
						 
					 
					
						
						
							
						
						96b4beda5c 
					 
					
						
						
							
							Added an option to TableGen that allows users to specify a directory in which  
						
						... 
						
						
						
						to find include files.  TableGen will load include files from this directory if
it cannot find them in the current directory.
This feature was needed for building code inside the object tree (a la autoconf
style).
TODO: Allow for multiple -I options to specify a list of directories to search.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8159  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-27 13:41:57 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						f959c33a45 
					 
					
						
						
							
							Add new label  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8091  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-23 23:16:37 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						87486b483c 
					 
					
						
						
							
							Only use :: rules for #included files  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8026  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-21 21:47:12 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						71b0a31a3b 
					 
					
						
						
							
							Make build errors stand out by coloring them red.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8017  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-21 20:22:52 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						a83de0bf77 
					 
					
						
						
							
							Fix warning on sparc build  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8006  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-21 15:59:16 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						eac3cdc68b 
					 
					
						
						
							
							Start testing SPEC as well as singlesource/multisource  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8005  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-21 15:55:26 +00:00 
						 
				 
			
				
					
						
							
							
								John Criswell 
							
						 
					 
					
						
						
							
						
						43bf32e86c 
					 
					
						
						
							
							Added #include <cassert>.  In GCC 3.3, we don't get assert() through the other  
						
						... 
						
						
						
						language header files like we did under 3.2.1, and we're not grabbing it
through the LLVM header files either.  So just include it directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7996  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-20 22:07:45 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						c729415a12 
					 
					
						
						
							
							Catch testing errors  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7981  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-20 15:44:33 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						fdaac9e23e 
					 
					
						
						
							
							Fix bug where we printed the month number instead of the day number *blush*  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7980  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-20 15:33:33 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						08e247679f 
					 
					
						
						
							
							Fix bugs in tester  
						
						... 
						
						
						
						Add new -norunningtests option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7972  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-19 18:35:03 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						86f665b431 
					 
					
						
						
							
							X86.td has been moved out of this directory; these are outdated targets.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7971  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-19 16:11:38 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						efe8474806 
					 
					
						
						
							
							Since we broke up SingleSource and MultiSource testing, the logs are now  
						
						... 
						
						
						
						separate as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7970  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-19 15:54:16 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						196a14ab6a 
					 
					
						
						
							
							Do not force a runtimelimit!  We were actually reducing it.  
						
						... 
						
						
						
						Start running LARGE_PROBLEM_SIZE tests on Olden, keeping track of the results.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7969  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-19 15:08:34 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						8ab0a0119d 
					 
					
						
						
							
							Increase the size of the LOC chart  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7968  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-19 14:27:44 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						5e39b52076 
					 
					
						
						
							
							Remove fixme  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7958  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-18 20:08:32 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						c75b14e802 
					 
					
						
						
							
							Add the magic incantations to get a running LOC graph updated each night...  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7957  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-18 20:07:54 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						24eefd3f91 
					 
					
						
						
							
							Add in the running LOC chart  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7956  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-18 19:59:28 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						f5a6ab9ff9 
					 
					
						
						
							
							Wrap line at 80 columns  
						
						... 
						
						
						
						Fix bogus failures
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7947  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-18 15:11:13 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						5560c9d49c 
					 
					
						
						
							
							Spell `necessary' correctly.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-18 14:43:39 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						00d7af60b0 
					 
					
						
						
							
							Fix minor bugs in the tester  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7943  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-18 14:07:03 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						bf6a4dcf2d 
					 
					
						
						
							
							* Split the programs table into MultiSource and SingleSource components  
						
						... 
						
						
						
						* Instead of printing the time to configure as the build time, print the
  time to configure AND the build time, explicitly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7942  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-18 06:05:21 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e928d7dcc5 
					 
					
						
						
							
							The CBE output is compiled at -O2  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7938  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-18 04:39:41 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						b1adab7cb5 
					 
					
						
						
							
							Add docs for new column, native tests now run with -O2  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7935  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-18 04:32:34 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e2ce618e2c 
					 
					
						
						
							
							Make the check for a failed test run more robust!!  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7924  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-17 20:52:05 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						0137afab0a 
					 
					
						
						
							
							* Match the column names in the report  
						
						... 
						
						
						
						* Describe and clarify meanings of columns
* Fix up HTML: close <a> and <li> tags
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7900  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-15 19:31:04 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						4050f7f6f2 
					 
					
						
						
							
							Document new column, remove X86 specific stuff  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7886  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-15 16:29:06 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						c7df109b6c 
					 
					
						
						
							
							Ignore dummy register classes  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7871  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-15 04:36:19 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						673537e5c0 
					 
					
						
						
							
							Add support for nodes with void arguments, like chain nodes  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7869  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-15 04:28:04 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						c3fe45b2f5 
					 
					
						
						
							
							Using std::remove' requires cstdio.h'.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7843  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-14 16:05:35 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						8e9554a8e5 
					 
					
						
						
							
							* Enable SPEC testing in the `configure' script command line  
						
						... 
						
						
						
						* Switched from using `m||' to `m##' because VIM mis-highlights `m||'
* Simplified the regex getting the file version number
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7842  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-14 15:26:28 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						6ad9076554 
					 
					
						
						
							
							Using std::string requires `#include <string>', says gcc-2.95.3.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7833  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-13 22:27:15 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						42f3372742 
					 
					
						
						
							
							Fix emission of instructions that directly reference MBBs  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7771  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-12 05:19:49 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						175724f2d3 
					 
					
						
						
							
							Make LOC count more accurate by not including the tablegen lexer/parser, any .inc files, which are generated by tablegen, nor .lo files which sometimes get picked up from libtool  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7770  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-12 05:11:12 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						6b666e8afe 
					 
					
						
						
							
							Add support for the Any type.  Minor fixes and enhancements for BasicBlock operands  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7769  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-12 04:56:42 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						c12a61463a 
					 
					
						
						
							
							Rename DNVT_bool to DNVT_i1 to be consistent with type system  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7768  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-12 04:28:21 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						723915b13e 
					 
					
						
						
							
							Add support for a bool argty  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7766  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-12 04:12:42 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						7b56ce409f 
					 
					
						
						
							
							It is not an error if a rule does not match, it's just a failed match!  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7761  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-11 22:30:51 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						abb215e588 
					 
					
						
						
							
							Add support for frameidx and literal immediates for instructions  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7749  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-11 21:28:59 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						57fb6ab871 
					 
					
						
						
							
							Add support for naming the destination of a "set" in a pattern  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7748  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-11 20:32:02 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						88118bf787 
					 
					
						
						
							
							Add support for the Arg1 argument type  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7747  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-08-11 20:25:52 +00:00