Fix broken build
[oota-llvm.git] / lib / Target / Mips /
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-IV and...
2014-05-09 Daniel Sanders[mips] Remove unused CondMov feature bit
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-III and...
2014-05-09 Daniel Sanders[mips][mips64r6] Add experimental support for MIPS32r6...
2014-05-09 Daniel Sanders[mips] Added missing dsra -> dsrav and sra -> srav...
2014-05-08 Daniel Sanders[mips] Add PredicateControl to InstAlias's
2014-05-08 Daniel Sanders[mips] Implement l[wd]c3, and s[wd]c3.
2014-05-08 Daniel Sanders[mips] Marked up instructions added in MIPS-II and...
2014-05-08 Daniel Sanders[mips] Implement tlbp, tlbr, tlbwi, and tlbwr
2014-05-07 Daniel Sanders[mips] Add highly experimental support for MIPS-I,...
2014-05-07 Rafael EspindolaUse range loop.
2014-05-07 Daniel Sanders[mips] Add FGR_32/FGR_64/GPR_64 adjectives and use...
2014-05-07 Daniel Sanders[mips] Add INSN_<name> adverbs and start using them...
2014-05-07 Daniel Sanders[mips] Add ISA_<name> adverbs and start using them...
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Daniel Sanders[mips] Continue splitting Instruction.Predicates into...
2014-05-07 Daniel Sanders[mips] Move IsFP64bit/NotFP64bit to the front of the...
2014-05-07 Daniel Sanders[mips] Split Instruction.Predicates into smaller lists...
2014-05-07 Daniel Sanders[mips] Move HasStdEnc to the front of the predicates...
2014-05-01 Reed KotlerAdd basic functionality for assignment of ints.
2014-05-01 Matheus Almeida[mips] Move expansion of .cpsetup to target streamer.
2014-05-01 Daniel Sanders[mips] Removed two-operand alias for sllv, sr[al]v...
2014-04-30 Matheus Almeida[mips] Add instruction alias (negu).
2014-04-30 Matheus Almeida[mips] Add instruction alias (sltu).
2014-04-30 Matheus Almeida[mips] Add instruction alias (dsll and dsrl).
2014-04-30 Matheus Almeida[mips] Add instruction alias (sll and srl).
2014-04-30 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
2014-04-30 Daniel Sanders[mips][msa] Fix vector insertions where the index is...
2014-04-30 Matheus Almeida[mips] Add support for .cpload.
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-29 Reed KotlerAdd Simple return instruction to Mips fast-isel
2014-04-29 Daniel Sanders[mips] Remove two more redundant 'let Predicates =...
2014-04-29 Daniel Sanders[mips] Remove more redundant 'let Predicates = [HasStdE...
2014-04-29 Daniel Sanders[mips] Remove redundant 'let Predicates = [HasStdEnc...
2014-04-29 Daniel Sanders[mips][msa] Fix element extraction where the index...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert SelectionDAG::MorphNodeTo to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-26 Craig TopperConvert getMemIntrinsicNode to take ArrayRef of SDValue...
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Reed Kotlerenable fast isel tablegen files for Mips
2014-04-25 Reed KotlerMake sure that DSUB does not duplicate the pattern...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-24 Matheus Almeida[mips] Remove non-ascii character.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 Matheus Almeida[mips] Clang-format MipsAsmParser.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-19 Alp TokerRemove some empty statements
2014-04-17 Reed KotlerStart pushing changes for Mips Fast-Isel
2014-04-16 Matheus Almeida[mips] Use TwoOperandAliasConstraint for shift instruct...
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-16 Daniel Sanders[mips] Indentation
2014-04-16 Daniel Sanders[mips] Fix emission of '.option pic0' for MIPS-IV.
2014-04-16 Daniel Sanders[mips] Correct r206370 to account for non-Linux targets...
2014-04-16 Matheus Almeida[mips] Emit '.set nomicromips' before a function's...
2014-04-16 Daniel Sanders[mips] Correct callee saved list for the N32 ABI and...
2014-04-15 NAKAMURA TakumiMipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMe...
2014-04-15 NAKAMURA TakumiMipsAsmParser::ParseRegister(): Be responsible to delet...
2014-04-15 Vladimir MedicCurrent definition of subtract with immediate instructi...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-14 Eric ChristopherUse FrameSetup on frame instructions for the Mips port.
2014-04-14 Daniel Sanders[mips] Fix fcopysign for MIPS-IV and add the test.
2014-04-14 Daniel Sanders[mips] Fix more incorrect uses of HasMips64 and isMips64()
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-10 Daniel Sanders[mips] NotMips64 predicate is really a test for 32...
2014-04-10 Daniel Sanders[mips] Switch the MIPS-III and MIPS-IV assembler tests...
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
2014-04-09 Daniel SandersRe-commit: [mips] abs.[ds], and neg.[ds] should be...
2014-04-07 Reed KotlerReverting commit r205628 due to mips64 issues.
2014-04-04 Kai Nacke[mips] Add Octeon cnMips instructions seqi/snei and...
2014-04-04 Daniel Sanders[mips] abs.[ds], and neg.[ds] should be allowed regardl...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-04 Saleem AbdulrasoolMIPS: remove vim swap file
2014-04-03 Daniel Sanders[mips] Implement ehb, ssnop, and pause in assembler
2014-04-03 Zoran JovanovicImplementation of 16-bit microMIPS instructions MFHI...
2014-04-03 Daniel Sanders[mips] Add initial (experimental) MIPS-IV support.
2014-04-03 Zoran JovanovicMicroMIPS specific little endian fixup data byte ordering.
2014-04-03 Sasa Stankovic[mips] Extend MipsMCExpr class to handle %higher(sym1...
2014-04-02 Kai Nacke[mips] Add more Octeon cnMips instructions
2014-04-01 Kai Nacke[mips] Add Octeon cnMips instructions mtmX and mtpX
2014-04-01 Daniel Sanders[mips] Renamed ParseAnyRegisterWithoutDollar to MatchAn...
2014-04-01 Daniel Sanders[mips] Extend ParseJumpTarget to support the full symbo...
2014-04-01 Daniel Sanders[mips] Use AsmLexer::peekTok() to resolve the conflict...
2014-04-01 Daniel Sanders[mips] Hoist Parser.Lex() calls out of MatchAnyRegister...
2014-04-01 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-03-31 Rafael EspindolaDon't relocate with sections if there might be a paired...
2014-03-31 Daniel SandersRevert: [mips] Rewrite MipsAsmParser and MipsOperand...
2014-03-31 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-03-31 Daniel Sanders[mips] Fix use of uninitialized value reported by the...
2014-03-31 Daniel Sanders[mips] Implement missing relocations in the integrated...
2014-03-31 Daniel SandersRevert r205194 - [mips] Removed R_MIPS_GOT. It's identi...
2014-03-31 Daniel Sanders[mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.
2014-03-31 Rafael EspindolaCapitalize the D in parseDirectiveGpDWord.
2014-03-31 Zoran JovanovicFixed issue with microMIPS JAL instruction.
next