Drop support for Allegrex. Allegrex implements a variant of Mips2.
[oota-llvm.git] / lib / Target / Mips /
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.
2011-07-19 Akira HatanakaUse the correct opcodes: SLLV/SRLV or AND must be used...
2011-07-19 Akira HatanakaUse descriptive variable names.
2011-07-19 Akira HatanakaFix comments.
2011-07-19 Akira HatanakaRemove redundant instructions.
2011-07-19 Akira HatanakaSeparate code that modifies control flow from code...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-19 Akira HatanakaMake EmitAtomic functions return the correct MachineBas...
2011-07-19 Akira HatanakaDo not insert instructions in reverse order.
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Akira HatanakaDo not treat atomic.load.sub differently than other...
2011-07-18 Akira HatanakaSet mayLoad or mayStore flags for SC and LL in order...
2011-07-18 Akira HatanakaChange destination register operands of SC instructions...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Benjamin KramerSilence compiler warning.
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-08 Akira HatanakaRaise assertion when MachineOperand has unexpected...
2011-07-08 Akira HatanakaMake sure variable Kind is assigned a value to suppress...
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-07-07 Akira HatanakaRemove unnecessary newline.
2011-07-07 Akira HatanakaRather than having printMemOperand change the way memor...
2011-07-07 Akira HatanakaDefine class MipsMCInstLower.
2011-07-07 Akira HatanakaChange visibility of MipsAsmPrinter.
2011-07-07 Akira HatanakaDefine class MipsMCSymbolRefExpr.
2011-07-07 Akira HatanakaSimplify MipsRegisterInfo::eliminateFrameIndex.
2011-07-07 Akira HatanakaReverse order of operands of address operand mem so...
2011-07-07 Akira HatanakaAdd missing return statement.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-07-01 Akira HatanakaImprove Mips back-end's handling of DBG_VALUE.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Eric ChristopherUpdate comment for getRegForInlineAsmConstraint for...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint for Mips.
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Akira HatanakaChange the chain input of nodes that load the address...
2011-06-24 Akira HatanakaPrevent generation of redundant addiu instructions...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-21 Akira HatanakaAdd A0 and A1 to the list of registers used for returni...
2011-06-21 Akira HatanakaCoding style fixes.
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
2011-06-16 Bruno Cardoso LopesSilence warnings in non assert builds. Patch by David...
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-09 Jakob Stoklund OlesenRemove custom allocation order boilerplate that is...
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
2011-06-09 Akira HatanakaInitial support for inline asm memory operand constraints.
next