index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
Makefile
Age
Commit message (
Expand
)
Author
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-09-27
MIPS DSP: add code necessary for pseudo instruction lowering.
Akira Hatanaka
2012-08-17
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-04-17
Add disassembler to MIPS.
Akira Hatanaka
2012-04-03
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
MIPS disassembler support.
Akira Hatanaka
2012-01-11
Add the skeleton of an asm parser for mips.
Rafael Espindola
2011-11-11
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-10-18
Final patch that completes old JIT support for Mips:
Bruno Cardoso Lopes
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-07
Lower MachineInstr to MC Inst and print to .s files.
Akira Hatanaka
2011-07-01
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-04-15
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2010-11-14
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-07-15
Add TargetInfo libraries for all targets.
Daniel Dunbar
2009-04-03
Separate MIPS asmprinter
Anton Korobeynikov
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2008-09-23
Fix indendation.
Matthijs Kooijman
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-06-06
Initial Mips support, here we go! =)
Bruno Cardoso Lopes