Fix relocation selection for foo-. on mips.
[oota-llvm.git] / lib / Target / Mips / Makefile
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-04-25 Reed Kotlerenable fast isel tablegen files for Mips
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-09-27 Akira HatanakaMIPS DSP: add code necessary for pseudo instruction...
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
2012-04-03 Akira HatanakaRevert r153924. There were buildbot failures.
2012-04-03 Akira HatanakaMIPS disassembler support.
2012-01-11 Rafael EspindolaAdd the skeleton of an asm parser for mips.
2011-11-11 Bruno Cardoso LopesMips MC object code emission improvements:
2011-10-18 Bruno Cardoso LopesFinal patch that completes old JIT support for Mips:
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-04-03 Anton KorobeynikovSeparate MIPS asmprinter
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2008-09-23 Matthijs KooijmanFix indendation.
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)