aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/XCore/Makefile
AgeCommit message (Expand)Author
2012-12-16Add instruction encodings and disassembly for 1r instructions.Richard Osborne
2012-12-16Add XCore disassembler.Richard Osborne
2012-12-16Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.Richard Osborne
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-08-15Move XCore AsmPrinter to XCore/AsmPrinter directory.Richard Osborne
2009-07-15Add TargetInfo libraries for all targets.Daniel Dunbar
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2008-11-05Test commit, add Makefile for XCore target, more to follow.Richard Osborne