Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
[oota-llvm.git] / lib / Target / Mips /
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.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaParse .gpdword and convert another llc -filetype=obj...
2014-03-28 Rafael EspindolaAdd const.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Daniel Sanders[mips] Some uses of isMips64()/hasMips64() are really...
2014-03-27 Daniel Sanders[mips] Attempting to use register $32 should be an...
2014-03-27 Aaron BallmanThe forward declare should be a struct instead of a...
2014-03-27 Daniel Sanders[mips] Add support for .cpsetup
2014-03-27 Daniel Sanders[mips] The decision between GOT_DISP and GOT16 for...
2014-03-27 Zoran JovanovicSplit the file MipsAsmBackend.cpp in Split the file...
2014-03-27 Matheus Almeida[mips] Remove unused private field.
2014-03-27 Matheus Almeida[mips] NaCl should now use the custom MipsELFStreamer...
2014-03-27 Matheus Almeida[mips] Implement custom MCELFStreamer.
2014-03-27 Daniel Sanders[mips] Stop caching the result of hasMips64(), isABI_O3...
2014-03-26 Matheus Almeida[mips] Use TwoOperandAliasConstraint for ArithLogicR...
2014-03-26 Matheus Almeida[mips] Add support to the '.dword' directive.
2014-03-26 Matheus Almeida[mips] Rename function in MipsAsmParser.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64'.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64r2'.
2014-03-26 Matheus Almeida[mips] Hoist common functionality into a new function.
2014-03-26 Renato GolinChange @llvm.clear_cache default to call rt-lib
2014-03-26 Daniel Sanders[mips] The decision to use MO_GOT_PAGE and MO_GOT_OFST...
2014-03-26 Matheus Almeida[mips] Add support for '.option pic2'.
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-26 Daniel Sanders[mips] The register names depend on the ABI being N32...
2014-03-26 Daniel Sanders[mips] $s8 is an alias for $fp in all ABI's, not just...
2014-03-25 Daniel Sanders[mips] '.set at=$0' should be equivalent to '.set noat'
2014-03-25 Daniel Sanders[mips] Correct testcase for .set at=$reg and emit the...
2014-03-25 Daniel Sanders[mips] Fix assembler temporary expansion and add associ...
2014-03-24 Daniel Sanders[mips] Add error message when trying to use $at in...
2014-03-24 Daniel Sanders[mips] Allow dsubu to take an immediate as an alias...
2014-03-24 Daniel Sanders[mips] Implement shorthand add / sub forms for MIPS.
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-21 Daniel Sanders[mips] Correct lowering of VECTOR_SHUFFLE to VSHF.
2014-03-21 Matheus Almeida[mips] Update namespace.
2014-03-20 Kai Nacke[MIPS] Add cpu octeon and some instructions
2014-03-20 Zoran JovanovicProvide an operand for microMIPS wait instruction.
2014-03-20 Zoran JovanovicImplementation of microMIPS 16-bit instructions MOVE...
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
next