Rename features to match what gcc and clang use.
[oota-llvm.git] / lib / Target / Mips /
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-23 Daniel Sanders[mips][msa] Split MSA128 regset into size-specific...
2013-08-21 Daniel Sanders[mips][msa] Matheus Almeida pointed out a silly mistake...
2013-08-21 Daniel Sanders[mips][msa] Define registers using foreach
2013-08-21 Akira Hatanaka[micromips] Print instruction alias "not" if the last...
2013-08-20 Akira Hatanaka[mips] Add support for mfhc1 and mthc1.
2013-08-20 Akira Hatanaka[mips] Add support for calling convention CC_MipsO32_FP...
2013-08-20 Akira Hatanaka[mips] Remove predicates that were incorrectly or unnec...
2013-08-20 Akira Hatanaka[mips] Define register class FGRH32 for the high half...
2013-08-20 Akira Hatanaka[mips] Resolve register classes dynamically using ptr_r...
2013-08-20 Reed KotlerAdd an option which permits the user to specify using...
2013-08-20 Akira Hatanaka[mips] Guard micromips instructions with predicate...
2013-08-20 Daniel Sanders[mips][msa] Removed fcge, fcgt, fsge, fsgt
2013-08-20 Daniel Sanders[mips][msa] Added insve
2013-08-20 Daniel Sanders[mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor...
2013-08-19 Akira Hatanaka[mips] Fix instruction definitions that were incorrectl...
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-08-16 Reed KotlerFix a subtle difference between running clang vs llc...
2013-08-16 Daniel SandersReverted test commit (r188556)
2013-08-16 Daniel SandersTest commit. Just a blank line
2013-08-16 Vladimir MedicThis patch implements wait instruction for mips. Exampl...
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (madd_q to xori)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (fadd to ftq)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (add_a to dpsub...
2013-08-14 Akira Hatanaka[mips] Fix bug in parsing accumulator registers.
2013-08-14 Akira Hatanaka[mips] Use register operands instead of register classe...
2013-08-14 Akira Hatanaka[mips] Rename DSPRegs.
2013-08-14 Akira Hatanaka[mips] Rename HIRegs and LORegs.
2013-08-14 Akira Hatanaka[mips] Properly parse registers that appear in inline...
2013-08-13 Jack Carter[Mips][msa] Added initial MSA support.
2013-08-13 Jack Carter[Mips] Support for unaligned load/store microMips instr...
2013-08-13 Vladimir MedicThis patch introduces changes to MipsAsmParser register...
2013-08-12 Vladimir MedicThis patch implements ei and di instructions for mips...
2013-08-12 Benjamin KramerRemove global construction. const char* is sufficient...
2013-08-11 Reed KotlerDon't generate floating point stubs for mips16 code...
2013-08-10 Reed KotlerIncorrect JAL instruction attributes caused the optimiz...
2013-08-09 Reed KotlerAdd another intrinsic that LLVM gives an incorrect...
2013-08-08 Jack CarterMips ELF: MicroMips direct object Little endian support.
2013-08-08 Akira Hatanaka[mips] Rename accumulator register classes and FP regis...
2013-08-08 Akira Hatanaka[mips] Mark pseudo instructions as code-gen only.
2013-08-08 Akira Hatanaka[mips] Delete register class HWRegs64.
2013-08-07 Reed KotlerCreate a pattern for the "trap" instruction.
2013-08-07 David BlaikieRemove unused functions introduced in r172685 to unbrea...
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-08-06 Akira Hatanaka[mips] Mark instructions defined in Mips64InstrInfo...
2013-08-06 Akira Hatanaka[mips] Delete unnecessary InstAliases. Also, clear...
2013-08-06 Akira Hatanaka[mips] Replace usages of register classes with register...
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-08-04 Reed KotlerAdd the saving of S2. This is needed for some of the...
2013-08-04 Reed KotlerClean up code for Mips16 large frame handling.
2013-08-03 Benjamin KramerStop leaking register infos in the disassemblers.
2013-08-02 Akira Hatanaka[mips] Expand vector truncating stores and extending...
2013-08-01 Akira Hatanaka[mips] Make load/store accumulator pseudo instructions...
2013-08-01 Reed KotlerFix some issues with Mips16 floating when certain intri...
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-08-01 Reed KotlerFix some misc. issues with Mips16 fp stubs.
2013-08-01 Reed KotlerAdd an omitted IsCall=1.
2013-07-31 Akira Hatanaka[mips] Rename instruction DANDi to ANDi64.
2013-07-31 Akira Hatanaka[mips] Define instruction itineraries IIArith and IILogic.
2013-07-30 Akira Hatanaka[mips] Delete instruction format for "bal".
2013-07-30 Akira Hatanaka[mips] Define "bal" as a pseudo instruction. Also,...
2013-07-30 Vladimir MedicThis patch implements parsing of mips FCC register...
2013-07-29 Akira Hatanaka[mips] Add comment and simplify function.
2013-07-26 Akira Hatanaka[mips] Implement llvm.trap intrinsic.
2013-07-26 Akira Hatanaka[mips] Fix FP conditional move instructions to have...
2013-07-26 Akira Hatanaka[mips] Fix FP branch instructions to have explicit...
2013-07-26 Akira Hatanaka[mips] Increase the number of floating point condition...
2013-07-26 Akira Hatanaka[mips] Fix floating point branch, comparison, and condi...
2013-07-26 Akira Hatanaka[mips] Delete register print method MipsInstPrinter...
2013-07-26 Akira Hatanaka[mips] Print instructions "beq", "bne" and "or" using...
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...
next