Update CMake build.
[oota-llvm.git] / lib / Target / Mips /
2011-09-30 Benjamin KramerUpdate CMake build.
2011-09-30 Akira HatanakaInitial implementation of MipsMCCodeEmitter.
2011-09-30 Akira HatanakaAdd definitions of Mips64 rotate instructions.
2011-09-30 Akira HatanakaisCommutable should be 0 for DSUBu.
2011-09-30 Akira HatanakaMips64 shift instructions.
2011-09-30 Akira HatanakaMips64 arithmetic and logical instructions with one...
2011-09-29 Akira HatanakaFill delay slot with useful instructions. Modified...
2011-09-29 Akira HatanakaMips64 arithmetic and logical instructions with two...
2011-09-28 Jakob Stoklund OlesenRevert r140731, "Define classes for unary and binary...
2011-09-28 Akira HatanakaDefine classes for unary and binary FP instructions...
2011-09-28 Akira HatanakaRename predicate In32BitMode to NotFP64bit and add...
2011-09-28 Akira HatanakaRemove definitions of branch-on-FP-likely instructions...
2011-09-28 Akira HatanakaMips64 predicate definitions. Patch by Liu.
2011-09-27 Akira HatanakaRemove MipsFPRound. Mips1 is no longer supported.
2011-09-27 Akira HatanakaEmbed patterns in definitions of MFC1 and MTC1 instead...
2011-09-27 Akira HatanakaFix function MipsRegisterInfo::getRegisterNumbering.
2011-09-27 Akira HatanakaDo not add the pass that restores $gp if target is...
2011-09-27 Akira HatanakaMark MipsPseudo isPseudo.
2011-09-26 Akira HatanakaSet register class of a register according to value...
2011-09-26 Akira HatanakaDefine variable HasMips64 in MipsTargetLowering.
2011-09-26 Akira HatanakaIn single float mode, double precision FP arguments...
2011-09-24 Akira HatanakaAdd .td file.
2011-09-24 Akira HatanakaPreparation for adding simple Mips64 instructions.
2011-09-23 Akira HatanakaImplement N32/64 calling convention. Patch by Liu.
2011-09-23 Akira HatanakaMake FGR64RegisterClass available if target is Mips64.
2011-09-23 Akira HatanakaAdd definitions of 64-bit register files. Add code...
2011-09-23 Akira HatanakaAdd definitions of 64-bit int registers.
2011-09-23 Akira HatanakaDo not rely on the enum values of argument registers...
2011-09-22 Akira HatanakaMake changes in instruction and pattern definitions...
2011-09-22 Akira HatanakaPrint parentheses in next line.
2011-09-22 Akira HatanakaChange subreg index of AFPR64 from sub_fpeven to sub_32...
2011-09-22 Akira HatanakaDefine a new sub-register index sub_32 for accessing...
2011-09-22 Akira HatanakaPrint three closing parentheses when Kind is either...
2011-09-22 Akira HatanakaAdd F31 to the set of callee-saved registers.
2011-09-22 Akira HatanakaFix typo.
2011-09-22 Akira HatanakaAdd definition of 64-bit floating registers used for...
2011-09-22 Akira HatanakaAdd enums and functions for symbols Mips64 uses.
2011-09-22 Akira HatanakaMips64 aligns stack on 16-byte boundary.
2011-09-22 Akira HatanakaRemove unnecessary condition check.
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Akira HatanakaUndo a change made in r140254.
2011-09-21 Akira HatanakaMipsArchVersion does not need to be in the initializati...
2011-09-21 Akira HatanakaAdd a base class for Mips TargetMachines and add Mips64...
2011-09-21 Akira HatanakaSet ABI if it hasn't been set on the command line.
2011-09-21 Akira HatanakaFix typo.
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-20 Akira HatanakaChange the names of functions isMips* to hasMips*.
2011-09-20 Akira HatanakaInitial Mips64 support. Patch by Liu with some modifica...
2011-09-19 Akira HatanakaMake changes to avoid creating nested CALLSEQ_START...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-14 Akira HatanakaAdd comment.
2011-09-14 Bruno Cardoso LopesOne more patch towards JIT support for Mips.
2011-09-13 Akira HatanakaAdd pattern used to match MipsLo, which is needed when...
2011-09-13 Akira HatanakaSupport for PSP is gone too.
2011-09-13 Akira HatanakaIt is not necessary to search for mipsallegrex in targe...
2011-09-09 Akira HatanakaO64 will not be supported.
2011-09-09 Akira HatanakaMake F31 and D15 non-reserved registers.
2011-09-09 Akira HatanakaMips32 does not reserve even-numbered floating point...
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-09-09 Akira HatanakaDrop support for Allegrex. Allegrex implements a varian...
2011-09-09 Akira HatanakaChange default target architecture from Mips1 to Mips32...
2011-09-09 Akira Hatanaka80 columns.
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-08-31 Akira HatanakaFix typo. Patch by Liu.
2011-08-30 James MolloyFix typo in MipsMCTargetDesc.h; Patch supplied by Liu...
2011-08-29 Eli FriedmanExpand ATOMIC_LOAD and ATOMIC_STORE for architectures...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-19 Akira HatanakaFix bug in function IsShiftedMask. Remove parameter...
2011-08-18 Akira HatanakaUse subword loads instead of a 4-byte load when the...
2011-08-18 Akira HatanakaMake IsShiftedMask a static function rather than defini...
2011-08-18 Bruno Cardoso LopesClenup and fix encoding for Mips ins and ext instruction
2011-08-17 Akira HatanakaChanged definition of EXT and INS per Bruno's comments.
2011-08-17 Akira HatanakaAdd support for half-word unaligned loads and stores.
2011-08-17 Akira HatanakaMove pattern matching for EXT and INS to post-legalizat...
2011-08-17 Akira HatanakaAdd support for ext and ins.
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-08-16 Akira HatanakaDefine function MipsMCInstLower::LowerOperand.
2011-08-16 Akira HatanakaAdd parameter Offset to MipsMCInstLower::LowerSymbolOpe...
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-08-12 Akira HatanakaWhen constant double 0.0 is lowered, make sure 0 is...
2011-08-11 Akira HatanakaEnclose directive .cprestore with .set macro and nomacr...
2011-08-11 Akira HatanakaAdd isIndirectBranch flag.
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-08-01 Chandler CarruthActually finish switching to the new system for Target...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Oscar FuentesExplicitly declare a library dependency of LLVM*Desc to
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-23 Evan ChengcreateXXXMCCodeGenInfo should be static.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-21 Oscar FuentesFix CMake build
2011-07-21 Bruno Cardoso LopesAdded the infrastructute necessary for MIPS JIT support...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Akira HatanakaChange name of class.
2011-07-20 Akira HatanakaDefine classes for definitions of atomic instructions.
2011-07-19 Akira HatanakaLower memory barriers to sync instructions.
2011-07-19 Akira HatanakaChange variable name.
next