aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/Makefile
AgeCommit message (Expand)Author
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-07-15Add TargetInfo libraries for all targets.Daniel Dunbar
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2008-11-11Separate sparc asmprinter. This should unbreak the native buildAnton Korobeynikov
2008-03-17Start moving sparc to use SparcCallingConv.td, switching overChris Lattner
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2006-10-28don't dist internal readmeChris Lattner
2006-04-13Add the README files to the distribution.Reid Spencer
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner
2006-01-26Add trivial subtarget supportChris Lattner
2005-12-17Add the framework for a dag-dag iselChris Lattner
2005-12-16Plug in basic hooks for an autogenerated asm printer to fill in.Chris Lattner
2005-12-16Remove JIT support, which doesn't work.Chris Lattner
2004-12-10Adjust paths: Sparc/V8 --> SparcV8Brian Gaeke
2004-10-29Change name of target lib to conform to new naming scheme.Brian Gaeke
2004-10-22Adjust rules for building .inc files due to Reid's changes of Makefile.rulesMisha Brukman
2004-10-14Generate the SparcV8 code emitter from .td filesMisha Brukman
2004-09-22Fix file header pathMisha Brukman
2004-09-22V8 is now a subdirectory of Sparc; adjust paths accordinglyMisha Brukman
2004-08-15V8 never used the instrselectorgeneratorChris Lattner
2004-02-28Clean up rulesChris Lattner
2004-02-25SparcV8 skeletonBrian Gaeke