summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/Makefile
Commit message (Expand)AuthorAge
* [Sparc] Add initial implementation of disassembler for sparcVenkatraman Govindaraju2014-01-06
* [Sparc] Add initial implementation of MC Code emitter for sparc.Venkatraman Govindaraju2014-01-05
* [Sparc] Add the initial implementation of an asm parser for sparc/sparcv9.Venkatraman Govindaraju2014-01-04
* [Sparc] Add MCInstPrinter implementation for SPARC.Venkatraman Govindaraju2013-12-25
* [Sparc] Make SPARC instructions' encoding well defined such that TableGen can...Venkatraman Govindaraju2013-09-22
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-14
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-15
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* Separate sparc asmprinter. This should unbreak the native buildAnton Korobeynikov2008-11-11
* Start moving sparc to use SparcCallingConv.td, switching overChris Lattner2008-03-17
* remove attribution from lib Makefiles.Chris Lattner2007-12-29
* don't dist internal readmeChris Lattner2006-10-28
* Add the README files to the distribution.Reid Spencer2006-04-13
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-05
* Add trivial subtarget supportChris Lattner2006-01-26
* Add the framework for a dag-dag iselChris Lattner2005-12-17
* Plug in basic hooks for an autogenerated asm printer to fill in.Chris Lattner2005-12-16
* Remove JIT support, which doesn't work.Chris Lattner2005-12-16
* Adjust paths: Sparc/V8 --> SparcV8Brian Gaeke2004-12-10
* Change name of target lib to conform to new naming scheme.Brian Gaeke2004-10-29
* Adjust rules for building .inc files due to Reid's changes of Makefile.rulesMisha Brukman2004-10-22
* Generate the SparcV8 code emitter from .td filesMisha Brukman2004-10-14
* Fix file header pathMisha Brukman2004-09-22
* V8 is now a subdirectory of Sparc; adjust paths accordinglyMisha Brukman2004-09-22
* V8 never used the instrselectorgeneratorChris Lattner2004-08-15
* Clean up rulesChris Lattner2004-02-28
* SparcV8 skeletonBrian Gaeke2004-02-25