aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-1/+1
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-271-1/+1
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-171-1/+3
* Add disassembler to MIPS. Akira Hatanaka2012-04-171-3/+3
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-031-3/+3
* MIPS disassembler support.Akira Hatanaka2012-04-031-3/+3
* Add the skeleton of an asm parser for mips.Rafael Espindola2012-01-111-1/+1
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-111-1/+1
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-181-1/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-1/+1
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-071-2/+2
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-2/+2
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-3/+1
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-1/+2
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-2/+2
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-2/+2
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+2
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-151-1/+1
* Separate MIPS asmprinterAnton Korobeynikov2009-04-031-1/+3
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-2/+2
* Fix indendation.Matthijs Kooijman2008-09-231-4/+4
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+21