[SystemZ] Add LOC and LOCG
[oota-llvm.git] / lib / Target / Mips /
2013-07-24 Akira Hatanaka[mips] Make MipsAsmParser::parseCCRRegs return NoMatch...
2013-07-24 Petar Jovanovic[test commit] Minor comment change.
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-22 Akira Hatanaka[mips] Fix MipsAsmParser::parseCCRRegs.
2013-07-22 Akira Hatanaka[mips] Use ADDu instead of OR to copy general purpose...
2013-07-19 Akira Hatanaka[mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR.
2013-07-18 Vladimir MedicThis patch extends mips register parsing methods to...
2013-07-17 Akira Hatanaka[mips] Use "foreach" loop to make register definitions...
2013-07-17 Vladimir MedicThis patch checks for valid mnemonics at the beginning...
2013-07-17 Vladimir MedicImplement eret and deret(return from exception) instruc...
2013-07-16 Juergen RibutzkaTest commit to verify write access.
2013-07-16 Vladimir MedicFixing a buildbot failure:unused function.
2013-07-16 Vladimir Medic This patch represents Mips utilization of r186388...
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-12 Akira Hatanaka[mips] Implement MipsTargetMachine::getInstrItineraryDa...
2013-07-12 Akira Hatanaka[mips] Add instruction itinerary classes for mult,...
2013-07-12 Vladimir MedicAdd support for Mips break and syscall insructions...
2013-07-10 Vladimir MedicReverting commit r185999 due to buildboot failure.
2013-07-10 Vladimir MedicAdd support for Mips break and syscall insructions...
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-02 Akira Hatanaka[mips] Add new InstrItinClasses for move from/to coproc...
2013-07-01 Akira Hatanaka[mips] Reverse the order of source operands of shift...
2013-07-01 Akira Hatanaka[mips] Increase the number of floating point control...
2013-06-26 Chad Rosier[Mips Disassembler] Have the DecodeCCRRegisterClass...
2013-06-26 Akira Hatanaka[mips] Do not emit ".option pic0" if target is mips64.
2013-06-26 Akira Hatanaka[mips] Improve code generation for constant multiplicat...
2013-06-24 Vladimir Medic This patch introduces RegisterOperand class into Mips...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-20 Vladimir MedicOptimize register parsing for MipsAsmParser. Allow...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-19 Vladimir MedicThe RenderMethod field in RegisterOperand class sets...
2013-06-18 Jack CarterMips ELF: Mark object file as ABI compliant
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-13 Benjamin KramerMips: Remove global set.
2013-06-11 Akira HatanakaFix CMakeLists.
2013-06-11 Akira Hatanaka[mips] Add an IR transformation pass that optimizes...
2013-06-11 Akira Hatanaka[mips] Use function TargetInstrInfo::getRegClass.
2013-06-09 Reed KotlerFix a regression I introduced when I expanded the compl...
2013-06-08 Akira Hatanaka[mips] Use a helper function which compares the size...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2013-06-05 Akira Hatanaka[mips] brcond + setgt/setugt instruction selection...
2013-06-04 Vladimir MedicTest commit for user vmedic, to verify commit access...
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-31 Akira Hatanaka[mips] Big-endian code generation for atomic instructions.
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-28 Jack CarterMips assembler: Improve set register alias handling
2013-05-27 Rafael EspindolaMake helper functions static.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-21 Reed KotlerMips16 does not use register scavenger from TargetRegis...
2013-05-21 Akira Hatanaka[mips] Rename option to make it compatible with gcc.
2013-05-21 Akira Hatanaka[mips] Add instruction selection patterns for blez...
2013-05-21 Reed KotlerAdd some additional functions to the list of helper...
2013-05-20 Akira Hatanaka[mips] Add (setne $lhs, 0) instruction selection pattern.
2013-05-20 Akira Hatanaka[mips] Trap on integer division by zero.
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-16 Akira Hatanaka[mips] Improve instruction selection for pattern (store...
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-16 Akira Hatanaka[mips] Factor out unaligned store lowering code.
2013-05-16 Jack CarterMips assembler: Add TwoOperandConstraint definitions
2013-05-16 Jack CarterMips td file formatting: white space and long lines
2013-05-16 Akira Hatanaka[mips] Test case for r182042. Add comment.
2013-05-16 Akira Hatanaka[mips] Fix instruction selection pattern for sint_to_fp...
2013-05-16 Jack CarterMips assembler: Add branch macro definitions
2013-05-16 Akira Hatanaka[mips] Fix indentation.
2013-05-16 Akira Hatanaka[mips] Delete unused enum value.
2013-05-16 Reed KotlerPatch number 2 for mips16/32 floating point interoperab...
2013-05-14 Reed KotlerFix typo.
2013-05-14 Reed KotlerRemoved an unnamed namespace and forgot to make two...
2013-05-14 Reed KotlerThis is the first of three patches which creates stubs...
2013-05-13 Jack CarterMips assembler: Assembler macro ADDIU $rs,imm
2013-05-13 Akira Hatanaka[mips] Add option -mno-ldc1-sdc1.
2013-05-13 Akira Hatanaka[mips] Define a helper function which creates an instru...
2013-05-13 Akira Hatanaka[mips] Rename functions. No functionality changes.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-08 Akira Hatanaka[mips] Add instruction selection pattern for (seteq...
2013-05-03 Reed KotlerRemove some uneeded pseudos in the presence of the...
2013-05-03 Akira Hatanaka[mips] Split the DSP control register and define one...
2013-05-02 Akira Hatanaka[mips] Handle reading, writing or copying of ccond...
2013-05-02 Richard Sandiford[mips] Fix the head Mips16RegisterInfo.cpp comment
2013-05-01 Akira Hatanaka[mips] Rename class and functions. Simplify code.
2013-04-30 Akira Hatanaka[mips] Fix handling of instructions which copy to/from...
2013-04-30 Akira Hatanaka[mips] Instruction selection patterns for DSP-ASE vecto...
2013-04-30 Akira Hatanaka[mips] Simplify code.
2013-04-30 Akira Hatanaka[mips] Clear isCommutable bit of instructions which...
2013-04-25 Jack CarterMips assembler: .set reorder support
2013-04-25 Akira Hatanaka[mips] Add definitions of micromips load and store...
2013-04-25 Akira Hatanaka[mips] Add definitions of micromips shift instructions.
2013-04-23 Akira Hatanaka[mips] Compare splat value with element size instead...
2013-04-22 Akira Hatanaka80 columns.
next