aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips
AgeCommit message (Expand)Author
2012-10-01[ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier
2012-10-01Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'Derek Schuff
2012-09-28MIPS DSP: other miscellaneous instructions.Akira Hatanaka
2012-09-28MIPS DSP: ADDUH.QB instruction sub-class.Akira Hatanaka
2012-09-281. Add load/store words from the stackReed Kotler
2012-09-27MIPS DSP: ABSQ_S.PH instruction sub-class.Akira Hatanaka
2012-09-27MIPS DSP: SHLL.QB instruction sub-class.Akira Hatanaka
2012-09-27MIPS DSP: rddsp (instruction which reads DSPControl register fields to a GPR).Akira Hatanaka
2012-09-27MIPS DSP: CMPU.EQ.QB instruction sub-class.Akira Hatanaka
2012-09-27MIPS DSP: ADDU.QB instruction sub-class.Akira Hatanaka
2012-09-27MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...Akira Hatanaka
2012-09-27MIPS DSP: all the remaining instructions which read or write accumulators.Akira Hatanaka
2012-09-27MIPS DSP: add support for extract-word instructions.Akira Hatanaka
2012-09-27MIPS DSP: add functions which decode DSP and accumulator registers.Akira Hatanaka
2012-09-27MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka
2012-09-27MIPS DSP: add bitcast patterns between vectors and int.Akira Hatanaka
2012-09-27MIPS DSP: add vector load/store patterns.Akira Hatanaka
2012-09-26Add case clauses for returning dsp accumulator encoding values in functionAkira Hatanaka
2012-09-26Add DSP accumulator registers and register class. Remove hi/lo registers.Akira Hatanaka
2012-09-26Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.Akira Hatanaka
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
2012-09-25Initialize boolean variables in MipsSubtarget's constructor.Akira Hatanaka
2012-09-25blank line for test commitReed Kotler
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-22MIPS DSP: Add immediate leaves.Akira Hatanaka
2012-09-22MIPS DSP: Add predicates and instruction template.Akira Hatanaka
2012-09-21Add MIPS DSP register classes. Set actions of DSP vector operations and overrideAkira Hatanaka
2012-09-21SelectionDAG node enums for MIPS DSP nodes.Akira Hatanaka
2012-09-21Add MIPS accumulator and DSP control registers.Akira Hatanaka
2012-09-21Add flags and feature bits for mips dsp.Akira Hatanaka
2012-09-21[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier
2012-09-21Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...NAKAMURA Takumi
2012-09-21Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka
2012-09-19Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'Derek Schuff
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-18Revert r164051.Akira Hatanaka
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-17Make sure there is enough room for RA. getStackSize needs to be cleaned up butAkira Hatanaka
2012-09-15Remove unused private fields to silence -Wunused-private-field.Craig Topper
2012-09-15Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka
2012-09-15Handled unaligned load/stores properly in Mips16 Akira Hatanaka
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-09-14mips16 fixes.Akira Hatanaka
2012-09-13mips16: When copying operands in a conditional branch instruction, allow forAkira Hatanaka
2012-09-12Misc.Akira Hatanaka
2012-09-12Fix PR11985Michael Liao
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-10Make helper function static.Benjamin Kramer