[mips] Add assembler support for .set msa/nomsa directive.
[oota-llvm.git] / lib / Target / Mips /
2014-08-07 Daniel Sanders[mips] Add assembler support for .set msa/nomsa directive.
2014-08-07 Pete CooperFix a whole bunch of binary literals which were the...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-05 Rafael EspindolaRemove a virtual function from TargetMachine. NFC.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Daniel Sanders[mips] Add assembler support for '.set mipsX'.
2014-08-01 Chandler Carruth[SDAG] MorphNodeTo recursively deletes dead operands...
2014-08-01 Eric ChristopherAdd a non-const subtarget returning function to the...
2014-08-01 Daniel Sanders[mips][PR19612] Fix va_arg for big-endian mode.
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-31 Pete CooperFix bit initializer which was one bit too long, but...
2014-07-29 Sasa Stankovic[mips] Don't use odd-numbered single precision register...
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-24 Joerg SonnenbergerInclude relative path for header outside the current...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-24 NAKAMURA TakumiPrune redundant libdeps.
2014-07-24 NAKAMURA TakumiPrune dependency to MC from each target disassembler.
2014-07-24 Daniel Sanders[mips] Fix ll and sc instructions
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
2014-07-23 James MolloyEnable partial libcall inlining for all targets by...
2014-07-22 Sasa Stankovic[mips] Fix two patterns that select i32's (for MIPS32r6...
2014-07-21 Daniel Sanders[mips] Do not emit '.module fp=...' unless we really...
2014-07-21 Daniel Sanders[mips] Add MipsOptionRecord abstraction and use it...
2014-07-21 Daniel Sanders[mips] Try to fix the test/ExecutionEngine tests on...
2014-07-21 Daniel Sanders[mips] Do not emit '.module [no]oddspreg' unless we...
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-07-18 Eric ChristopherFundamentally change the MipsSubtarget replacement...
2014-07-18 Eric ChristopherFrameLowering depends only upon the Subtarget, so only...
2014-07-18 Eric ChristopherIn preparation for replacing the whole subtarget on...
2014-07-18 Eric ChristopherMake InstrInfo depend only upon the Subtarget getting...
2014-07-18 Eric ChristopherThe subtarget in MipsTargetLowering isn't going to...
2014-07-18 Eric ChristopherAvoid caching the relocation model on the subtarget...
2014-07-18 Eric ChristopherRemove commented out code.
2014-07-18 Eric ChristopherClean up some style and formatting issues.
2014-07-18 Eric ChristopherFix a couple of formatting and style issues.
2014-07-18 Eric ChristopherMake non-module passes unconditionally added in the...
2014-07-18 Eric ChristopherReset the Subtarget in the AsmPrinter for each machine...
2014-07-18 Eric ChristopherAvoid resetting the UseSoftFloat and FloatABIType on...
2014-07-17 Daniel Sanders[mips] .reginfo is 8 byte aligned on N32.
2014-07-17 Daniel Sanders[mips] Correct ELF e_flags for the N32 ABI when using...
2014-07-17 Daniel Sanders[mips] Correct .MIPS.abiflags for -mfpxx on MIPS32r6
2014-07-17 Daniel Sanders[mips] Fix ELF e_flags related to -mabicalls and -mplt.
2014-07-16 Daniel Sanders[mips][fp64a] Temporarily disable odd-numbered double...
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-15 Daniel Sanders[mips] Correct .MIPS.abiflags fp_abi field for -mfpxx...
2014-07-14 Daniel SandersRe-commit: [mips] Correct section alignments and EntryS...
2014-07-14 Daniel SandersRevert: [mips] Correct section alignments and EntrySize...
2014-07-14 Daniel Sanders[mips] Correct section alignments and EntrySizes for...
2014-07-14 Daniel Sanders[mips] For the FP64A ABI, odd-numbered double-precision...
2014-07-14 Daniel Sanders[mips] Use MFHC1 when it is available (MIPS32r2 and...
2014-07-14 Daniel Sanders[mips] Correct the AFL_FLAGS1_ODDSPREG flag in .MIPS...
2014-07-14 Sasa Stankovic[mips] Expand BuildPairF64 to a spill and reload when...
2014-07-10 Zoran Jovanovic[mips] Emit two CFI offset directives per double precis...
2014-07-10 Eric ChristopherMake it possible for the Subtarget to change between...
2014-07-10 David MajnemerMips: Silence a -Wcovered-switch-default
2014-07-10 Zoran Jovanovic[mips] Added FPXX modeless calling convention.
2014-07-10 Daniel Sanders[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-07-10 Daniel SandersMake it possible for ints/floats to return different...
2014-07-09 Daniel Sanders[mips][mips64r6] Correct select patterns that have...
2014-07-09 Daniel Sanders[mips][mips64r6] Correct cond names in the cmp.cond...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for indirect branches instead...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for returns instead of JR...
2014-07-08 NAKAMURA TakumiMipsTargetStreamer.h: Avoid "using" to appease msc17.
2014-07-08 Daniel Sanders[mips] Fixed struct/class mismatch introduced in r212522.
2014-07-08 Daniel SandersFix r212522 - [mips] Improve encapsulation of the ...
2014-07-08 Daniel Sanders[mips] Improve encapsulation of the .MIPS.abiflags...
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-07-04 Daniel Sanders[mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6...
2014-07-04 Daniel Sanders[mips][mips64r6] Correct the encoding of dmuh, dmuhu...
2014-07-03 Eric ChristopherMake these preprocessor directives match all of the...
2014-07-03 Eric ChristopherRemove dead code.
2014-07-03 Eric ChristopherMove subtarget dependent features into the subtarget...
2014-07-02 Eric ChristopherSo that we can include frame lowering in the subtarget...
2014-07-02 Eric ChristopherSo that we can include target lowering in the subtarget...
2014-07-02 Eric ChristopherMove the data layout and selection dag info from the...
2014-07-02 Eric ChristopherBreak out subtarget initialization that dependent varia...
2014-07-02 Eric ChristopherUnify these two lines.
2014-07-02 Eric ChristopherMove MipsJITInfo to the subtarget rather than the targe...
2014-07-02 Eric ChristopherRemove unnecessary include.
2014-07-02 Eric ChristopherRemove the cached InstrItineraryData on the TargetMachi...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-06-27 Eric ChristopherHave MipsSelectionDAGInfo constructor take a DataLayout...
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-24 Daniel Sanders[mips] Added support for assembling sdbbp.
2014-06-23 Rafael Espindola[Mips] Add a target streamer when creating a null streamer.
2014-06-20 Zoran Jovanovicps][mips64r6] Added LSA/DLSA instructions
2014-06-19 Matheus Almeida[mips] Implementation of dli.
2014-06-19 Matheus Almeida[mips] Small update to the logic behind the expansion...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-18 Matheus Almeida[mips] SYNC $stype instruction was added in Mips32
2014-06-18 Matheus Almeida[mips] Fix expansion of memory operation if destination...
2014-06-18 Matheus Almeida[mips] Report correct location when "erroring" about...
2014-06-18 Zoran Jovanovic[mips][mips64r6] Add BLTC and BLTUC instructions
2014-06-18 Matheus Almeida[mips] Access $at only if necessary.
2014-06-18 Matheus Almeida[mips] Update MipsAsmParser so that it's possible to...
2014-06-18 Matheus Almeida[mips] Implement alias for 'and' and 'or' instructions...
2014-06-18 Matheus Almeida[mips] Remove the last usage of parseRegister from...
next