summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1/+1
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+1
* Nuke the old JIT.Rafael Espindola2014-08-071-1/+1
* [Sparc] Add initial implementation of disassembler for sparcVenkatraman Govindaraju2014-01-061-2/+2
* [Sparc] Add initial implementation of MC Code emitter for sparc.Venkatraman Govindaraju2014-01-051-1/+1
* [Sparc] Add the initial implementation of an asm parser for sparc/sparcv9.Venkatraman Govindaraju2014-01-041-2/+3
* [Sparc] Add MCInstPrinter implementation for SPARC.Venkatraman Govindaraju2013-12-251-1/+1
* [Sparc] Make SPARC instructions' encoding well defined such that TableGen can...Venkatraman Govindaraju2013-09-221-1/+2
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-1/+1
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-2/+2
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-2/+2
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-3/+1
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-1/+2
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+2
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-151-1/+1
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-2/+2
* Separate sparc asmprinter. This should unbreak the native buildAnton Korobeynikov2008-11-111-1/+3
* Start moving sparc to use SparcCallingConv.td, switching overChris Lattner2008-03-171-1/+1
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* don't dist internal readmeChris Lattner2006-10-281-1/+0
* Add the README files to the distribution.Reid Spencer2006-04-131-0/+1
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-051-0/+20
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-60/+0
* 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
OpenPOWER on IntegriCloud