aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Fix file header comments and include guards -- many files have been moved orBrian Gaeke2004-04-251-1/+1
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-11/+11
* Move sparc-specific livevar code into lib/Target/SparcChris Lattner2004-01-091-1/+1
* Move InstrSelection into lib/Target/Sparc, as it's sparc specific. ThisChris Lattner2004-01-091-1/+1
* Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specificChris Lattner2004-01-091-0/+1
* Force a dependency on the .inc file, which must be generated!Misha Brukman2003-11-131-0/+3
* Use `basename $<` to get just the filename, not full path, for ease of reading.Misha Brukman2003-11-071-2/+2
* Hopefully this will fix PR98Chris Lattner2003-11-071-2/+2
* Tweak sed commands so that they filter out more # stuff and alsoBrian Gaeke2003-10-291-3/+3
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Don't explicitly use $SourceDir to find the tblgen files. This causes makeJohn Criswell2003-09-101-4/+4
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-091-9/+12
* Checkin of autoconf-style object root.John Criswell2003-09-061-20/+10
* Change all #include'd files to be :: rules instead of : rulesChris Lattner2003-08-211-1/+1
* Remove makefile complexity by always running tablegen with its final outputChris Lattner2003-08-011-7/+2
* We no longer need to preprocess SparcV9.td before sending it through tablegenChris Lattner2003-07-301-1/+1
* Only regenerate the .inc file if IT has changed, not just if the .td filesChris Lattner2003-07-301-4/+13
* Do not use 'cpp' directlyChris Lattner2003-07-291-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-7/+16
* Updated for the new projects Makefile.John Criswell2003-06-111-4/+4
* Use the new -o tablegen optionChris Lattner2003-06-031-4/+1
* Make the .inc file depend on $(TBLGEN), so that changes to TableGen followedBrian Gaeke2003-06-011-1/+1
* Makefile: Make SparcV9CodeEmitter.inc depend on SparcV9_F*.td as well.Brian Gaeke2003-05-301-1/+1
* Use an absolute path to TableGen because not everyone (e.g. automatic tester)Misha Brukman2003-05-291-1/+1
* When TableGen finds an error in the SparcV9.td file, it exits with a non-zeroMisha Brukman2003-05-291-1/+4
* This should work better with re-generating the SparcV9CodeEmitter.inc file.Misha Brukman2003-05-291-6/+8
* Add dependency to make TableGen rule fire.Brian Gaeke2003-05-281-0/+2
* Moved generation of the SparcV9CodeEmitter.inc file higher in the Makefile soMisha Brukman2003-05-271-3/+4
* SparcV9CodeEmitter.cpp is a part of the Sparc code emitter. The main functionMisha Brukman2003-05-271-0/+3
* Put intermediate source files in a subdirectory here instead of withVikram S. Adve2002-09-231-5/+18
* Build correctly in the face of /shared.Brian Ensink2002-08-121-7/+5
* GCC 3.1 changes, finally the burm file builds the FIRST time a clean director...Chris Lattner2002-07-251-3/+10
* Fixed the makefile to not die when compiling a new, empty, source directoryMehwish Nagda2002-05-211-0/+3
* Fix build errorChris Lattner2002-02-111-2/+2
* Change Sources specifier to ExtraSourcesChris Lattner2001-10-181-1/+1
* Only list automatically generated .cpp files.Vikram S. Adve2001-10-171-7/+1
* Make the sparc.burg file be a little more flexible and rubust in the fact ofChris Lattner2001-10-141-5/+11
* Add EmitAssembly to mfChris Lattner2001-09-191-1/+1
* -- ruchiraRuchira Sasanka2001-09-181-0/+1
* added register allocation codeRuchira Sasanka2001-09-151-1/+2
* Move the sparc target to a new lib/Target directoryChris Lattner2001-09-141-4/+1
* Move files.Chris Lattner2001-09-141-0/+14