[mips][microMIPSr6] Implement ALUIPC and AUIPC instructions
[oota-llvm.git] / lib / Target / Mips /
2015-05-08 Jozef Kolek[mips][microMIPSr6] Implement ALUIPC and AUIPC instructions
2015-05-08 Jozef Kolek[mips][microMIPSr6] Implement ADDIUPC and LWPC instructions
2015-05-08 Toma Tabacu[mips] Only use FGR_{32,64} in TableGen descriptions...
2015-05-08 Vasileios Kalintiris[mips] Emit the .insn directive for empty basic blocks.
2015-05-07 Eric ChristopherInMips16HardFloat was only being set conditional on...
2015-05-07 Eric ChristopherRename the MIPS routine abiUsesSoftFloat -> useSoftFloa...
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-05-07 Jozef Kolek[mips][microMIPSr6] Implement JIALC and JIC instructions
2015-05-07 Simon Atanasyan[MIPS] Move MIPS ABI flags structure constants to the...
2015-05-07 Toma Tabacu[mips] Add the SoftFloat MipsSubtarget feature.
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-05-05 Daniel Sanders[mips] Generate code for insert/extract operations...
2015-05-05 Daniel Sanders[mips][msa] Test basic operations for the N32 ABI too.
2015-05-01 Toma Tabacu[mips] [IAS] Fix error messages for using LI with 64...
2015-05-01 Toma Tabacu[mips] [IAS] Slightly improve shift instruction generat...
2015-04-30 Matt ArsenaultMips: Remove dead declaration
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement MUL, MUH, MULU and MUHU...
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement SUB and SUBU instructions
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement ADD, ADDU and ADDIU instr...
2015-04-29 Vasileios KalintirisMips fast-isel - handle functions which return i8 or...
2015-04-29 Daniel Sanders[mips] Correct 128-bit shifts on 64-bit targets.
2015-04-29 Toma Tabacu[mips] [IAS] Inline assemble-time shifting out of creat...
2015-04-28 Toma Tabacu[mips] [IAS] Do not generate redundant ORi in createLSh...
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Toma Tabacu[mips] [IAS] Rename the createShiftOr function to creat...
2015-04-28 Toma Tabacu[mips] [IAS] Store the expandLoadImm destination regist...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-27 Toma Tabacu[mips] Correct bytes to bits in 2 comments. NFC.
2015-04-27 Toma Tabacu[mips] [IAS] Improve warning for using AT with .set...
2015-04-27 Vasileios KalintirisReapply "[mips][FastISel] Implement shift ops for Mips...
2015-04-27 Toma Tabacu[mips] [IAS] Rename getATRegNum and setATReg to {g...
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-24 Vasileios Kalintiris[mips][FastISel] Specify which types we handle for...
2015-04-23 Toma Tabacu[mips] [IAS] Move NOP emission after pseudo-instruction...
2015-04-22 Zoran Jovanovic[mips][microMIPSr6] Implement mips32 to microMIPSr6...
2015-04-22 Vasileios KalintirisRevert "[mips][FastISel] Implement shift ops for Mips...
2015-04-21 Toma Tabacu[mips] [IAS] Implement the .asciiz directive.
2015-04-21 Jozef Kolek[mips][microMIPSr6] Implement CACHE and PREF instructions
2015-04-21 Vasileios Kalintiris[mips] Cleanup old floating-point flag conditions defin...
2015-04-21 Vasileios Kalintiris[mips] Optimize code generation for 64-bit variable...
2015-04-20 Pirama Arumuga Nainar[MIPS] OperationAction for FP_TO_FP16, FP16_TO_FP
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement BITSWAP instruction
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement disassembler support
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement BALC and BC instructions
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement initial mapping support
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement initial subtarget support
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement FastMaterializeAlloca in...
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement shift ops for Mips fast...
2015-04-17 Vasileios Kalintiris[mips] Teach the delay slot filler to remove needless...
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-17 Daniel Sanders[mips] Move ABI-dependent register selections to MipsAB...
2015-04-16 Toma Tabacu[mips] [IAS] Preserve microMIPS label marking for objec...
2015-04-16 Benjamin Kramer[Mips] Use unique_ptr to manage ownership.
2015-04-16 Toma Tabacu[mips] [IAS] Add support for the .insn directive.
2015-04-15 Toma Tabacu[mips] [IAS] Refactor the function which checks for...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-10 Toma Tabacu[mips] [IAS] Improve comments in MipsAsmParser::expandL...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-09 Toma Tabacu[mips] Refactor saved-registers bitmask creation in...
2015-04-08 Toma Tabacu[mips] [IAS] Do not generate redundant move when expand...
2015-04-08 Toma Tabacu[mips] [IAS] Add support for the BNEZL and BEQZL pseudo...
2015-04-08 Toma Tabacu[mips] [IAS] Remove AssemblerPredicate's from RelocPIC...
2015-04-07 Toma Tabacu[mips] [IAS] Allow .set assignments for already defined...
2015-04-02 Vasileios Kalintiris[mips] Implement eliminateCallFramePseudoInstr() in...
2015-04-02 Vasileios Kalintiris[mips] Expose adjustStackPtr() from MipsInstrInfo....
2015-04-02 Vasileios Kalintiris[mips] Make sure that we don't adjust the stack pointer...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-30 Daniel Sanders[mips] Support 9-bit offsets for the 'R' inline assembl...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-26 Toma Tabacu[mips] Move the setATReg definition inside the MipsAsse...
2015-03-24 Daniel Sanders[mips] Support 16-bit offsets for 'm' inline assembly...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Simon Atanasyan[mips] Simplify boolean expressions in Mips target...
2015-03-24 Daniel Sanders[mips] Distinguish 'R', 'ZC', and 'm' inline assembly...
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-23 Petar JovanovicFix sign extension for MIPS64 in makeLibCall function
2015-03-21 Eric ChristopherRemove the target independent TargetMachine::getSubtarg...
2015-03-21 Eric ChristopherGrab the cached subtarget off of the MachineFunction.
2015-03-21 Eric ChristopherGrab a subtarget off of a MipsTargetMachine rather...
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-18 Kai Nacke[mips] Add itineraries for ext and ins instructions.
2015-03-17 Toma Tabacu[mips] [IAS] Add support for the XOR $reg,imm pseudo...
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-16 Petar Jovanovic[MIPS] Fix justify error for small structures
2015-03-16 Daniel SandersMake each target map all inline assembly memory constra...
2015-03-16 Toma Tabacu[mips] [IAS] Outline NOP creation. NFC.
2015-03-14 Vasileios Kalintiris[mips] Remove trivial header for the MipsModuleISelDAGT...
2015-03-14 Vasileios Kalintiris[mips] Remove trivial header for the Mips16HardFloat...
next