aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/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-10-05Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach
2010-10-02Revert patches r115363 r115367 r115391 due to build breakage:Nick Lewycky
2010-10-01Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' toJim Grosbach
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-08-14Give MSP430 a separate asmprinter libAnton Korobeynikov
2009-07-15Add TargetInfo libraries for all targets.Daniel Dunbar
2009-05-03Dummy MSP430 backendAnton Korobeynikov