summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky1-1/+1
2012-09-27MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka1-1/+1
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka1-1/+3
2012-04-17Add disassembler to MIPS. Akira Hatanaka1-3/+3
2012-04-03Revert r153924. There were buildbot failures.Akira Hatanaka1-3/+3
2012-04-03MIPS disassembler support.Akira Hatanaka1-3/+3
2012-01-11Add the skeleton of an asm parser for mips.Rafael Espindola1-1/+1
2011-11-11Mips MC object code emission improvements:Bruno Cardoso Lopes1-1/+1
2011-10-18Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes1-1/+1
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng1-1/+1
2011-07-07Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka1-2/+2
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng1-1/+1
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng1-2/+2
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng1-3/+1
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng1-1/+2
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka1-2/+2
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka1-2/+2
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner1-1/+1
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner1-1/+0
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-0/+2
2009-07-15Add TargetInfo libraries for all targets.Daniel Dunbar1-1/+1
2009-04-03Separate MIPS asmprinterAnton Korobeynikov1-1/+3
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman1-2/+2
2008-09-23Fix indendation.Matthijs Kooijman1-4/+4
2007-12-29remove attribution from lib Makefiles.Chris Lattner1-2/+2
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes1-0/+21