summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Makefile
Commit message (Expand)AuthorAge
* enable fast isel tablegen files for MipsReed Kotler2014-04-25
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-27
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-17
* Add disassembler to MIPS. Akira Hatanaka2012-04-17
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-03
* MIPS disassembler support.Akira Hatanaka2012-04-03
* Add the skeleton of an asm parser for mips.Rafael Espindola2012-01-11
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-18
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-07
* 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
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* 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
* Separate MIPS asmprinterAnton Korobeynikov2009-04-03
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* Fix indendation.Matthijs Kooijman2008-09-23
* remove attribution from lib Makefiles.Chris Lattner2007-12-29
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-06