Test commit
[oota-llvm.git] / lib / Target / Mips /
2014-11-01 Daniel SandersTest commit
2014-10-24 Daniel Sanders[mips] Replace MipsABIEnum with a MipsABIInfo class.
2014-10-24 Daniel Sanders[mips] Fix >80-column line
2014-10-24 Daniel Sanders[mips] Remove redundant code in RetCC_MipsN. NFC.
2014-10-24 Daniel Sanders[mips] For N32/N64, structs must be passed in the upper...
2014-10-23 Zoran Jovanovic[mips][microMIPS] Implement ADDIUR1SP instruction
2014-10-23 Zoran Jovanovicps][microMIPS] Implement ADDIUR2 instruction
2014-10-23 Zoran Jovanovicps][microMIPS] Implement LI16 instruction
2014-10-23 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SLL16...
2014-10-21 Zoran Jovanovic[mips][microMIPS] Implement ADDU16 and SUBU16 instructions
2014-10-21 Zoran Jovanovic[mips][microMIPS] Implement AND16, NOT16, OR16 and...
2014-10-21 Zoran Jovanovic[mips][microMIPS] Implement microMIPS 16-bit instructio...
2014-10-17 Jan VeselyMips: Only set divrem i64 to custom on 64bit
2014-10-17 Vasileios Kalintiris[mips] Add support for COP1's Branch-On-Cond-Likely...
2014-10-17 Vasileios Kalintiris[mips] Add support for COP0's Branch-On-Cond-Likely...
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-16 Vasileios Kalintiris[mips] Account for endianess when expanding BuildPairF6...
2014-10-16 Vasileios Kalintiris[mips] Marked the DI/EI instruction aliases as MIPS32r2
2014-10-16 Vasileios KalintirisTest commit access: remove extra new line at the end...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-14 Reed KotlerFinish getting Mips fast-isel to match up with AArch64...
2014-10-13 Reed KotlerMake first of several changes to bring up to AArch64...
2014-10-11 Reed KotlerAdd basic conditional branches in mips fast-isel
2014-10-10 Chandler Carruth[mips] Actually mark that the default case is unreachab...
2014-10-10 Reed KotlerImplement floating point compare for mips fast-isel
2014-10-10 Reed Kotlerimplement integer compare in mips fast-isel
2014-10-10 Reed KotlerImplement floating point to integer conversion in mips...
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUSP instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement JR16 instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUS5 instruction
2014-10-10 Zoran Jovanovicps][microMIPS] Implement JRC instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement JALRS16 instruction
2014-10-07 Daniel Sanders[mips] Return {f128} correctly for N32/N64.
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-10-03 Hans WennborgMipsAsmParser.cpp: fix VS2012 build
2014-10-03 Daniel Sanders[mips] Print warning when using register names not...
2014-10-02 Joerg SonnenbergerSupport padding unaligned data in .text.
2014-10-01 Reed KotlerAdd fptrunc to mips fast-sel
2014-10-01 Toma Tabacu[mips] Rename emit and parse functions for the .cpload...
2014-10-01 Daniel Sanders[mips] Fix disassembly of [ls][wd]c[23], cache, and...
2014-10-01 Sasa Stankovic[mips] For indirect calls we don't need $gp to point...
2014-09-30 Reed KotlerAdd numeric extend, trunctate to mips fast-isel
2014-09-29 Eric ChristopherSimplify conditional.
2014-09-29 Eric ChristopherAdd soft-float to the key for the subtarget lookup...
2014-09-29 Eric ChristopherFix spelling and reflow comments.
2014-09-26 Daniel SandersFix unused variable warning added in r218509
2014-09-26 Daniel Sanders[mips] Generalize the handling of f128 return values...
2014-09-26 David MajnemerFix build breakage on MSVC 2013
2014-09-26 David MajnemerTarget: Fix build breakage.
2014-09-26 Eric ChristopherAdd the first backend support for on demand subtarget...
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-23 Lang Hames[MCJIT] Nuke MachineRelocation and MachineCodeEmitter...
2014-09-19 Eric Christopherconstify the TargetMachine being passed through the...
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-18 Daniel Sanders[mips] Remove custom versions of CCState::AnalyzeReturn...
2014-09-17 Toma Tabacu[mips] Add assembler support for the .set nodsp directive.
2014-09-16 Toma Tabacu[mips] Improve the error messages given by MipsAsmParser.
2014-09-16 Toma Tabacu[mips] Move 32-bit ADDiu instruction alias from Mips64I...
2014-09-16 Toma Tabacu[mips] Marked the ADDi instruction aliases as not avail...
2014-09-15 Reed KotlerAdd mips32 r1 to the list of supported targets for...
2014-09-15 Toma Tabacu[mips] Use early exit in MipsAsmParser::matchCPURegiste...
2014-09-15 Toma Tabacu[mips] Marked the DADDiu instruction aliases as MIPS...
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement JRADDIUSP instruction
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement BGEZALS and BLTZALS instruc...
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement JALS and JALRS instructions.
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR...
2014-09-12 Craig TopperRemove a temporary variable and just construct a unique...
2014-09-10 Daniel Sanders[mips] Remove inverted predicates from MipsSubtarget...
2014-09-10 Daniel Sanders[mips] Return an ArrayRef from MipsCC::intArgRegs(...
2014-09-10 Kai Nacke[MIPS] Add aliases for sync instruction used by Octeon CPU
2014-09-09 Toma Tabacu[mips] Add assembler support for .set mips0 directive.
2014-09-09 Daniel Sanders[mips] Move MipsTargetLowering::MipsCC::regSize() to...
2014-09-09 Daniel Sanders[mips] Don't cache IsO32 and IsFP64 in MipsTargetLoweri...
2014-09-09 Toma Tabacu[mips] Add assembler support for .set push/pop directive.
2014-09-05 Toma Tabacu[mips] Change Feature-related types from unsigned to...
2014-09-05 Daniel Sanders[mips] Marked the Trap-on-Condition instructions as...
2014-09-05 Toma Tabacu[mips] Rename data members and member functions in...
2014-09-04 Toma Tabacu[mips] Rename MipsAsmParser functions to conform to...
2014-09-03 Benjamin KramerMake some helpers static or move into the llvm namespace.
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Alexey SamsonovFix left shifts of negative values in MipsDisassembler.
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-22 Sasa Stankovic[mips] Don't use odd-numbered float registers for doubl...
2014-08-19 Toma Tabacu[mips] Add assembler support for .set arch=x directive.
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-17 Daniel SandersRevert: r215698 - Current implementation of c.cond...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-15 Vladimir MedicCurrent implementation of c.cond.fmt instructions only...
2014-08-14 Zoran Jovanovic[mips][microMIPS] MicroMIPS Compact Branch Instructions...
2014-08-14 Toma Tabacu[mips] Add assembler support for the "la $reg,symbol...
2014-08-14 Daniel Sanders[mips] Rename [gs]etCanHaveModuleDir to more natural...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Toma Tabacu[mips] Refactor calls to setCanHaveModuleDir.
2014-08-13 Daniel SandersRe-commit: [mips] Implement .ent, .end, .frame, .mask...
next