Remove useless .debug_macinfo section setup.
[oota-llvm.git] / lib / Target / Mips /
2015-03-02 Vasileios Kalintiris[mips] Optimize conditional moves where RHS is zero.
2015-02-27 Zoran Jovanovic[mips][microMIPS] Change register class for GP register
2015-02-27 Toma Tabacu[mips] Remove redundant periods from -mattr=help descri...
2015-02-27 Vasileios Kalintiris[mips] Account for constant-zero operands in ADDE nodes.
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Petar JovanovicFix justify error for small structures in varargs for...
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-25 Vladimir Medic[MIPS]Multiple and add instructions for Mips are curren...
2015-02-24 Toma Tabacu[mips] Reformat some TableGen definitions. NFC.
2015-02-24 Reed KotlerBeginning of alloca implementation for Mips fast-isel
2015-02-23 Daniel Sanders[mips] Honour -mno-odd-spreg for vector insert/extract...
2015-02-21 Eric ChristopherRemove obsolete comment.
2015-02-21 Eric ChristopherHave the MipsAsmPrinter fp stub emission code take...
2015-02-21 Eric ChristopherTurn an if+llvm_unreachable into an assert and reword...
2015-02-21 Eric ChristopherEndianness can be gotten from the DataLayout which...
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-02-20 Jozef KolekReversed revision 229706. The reason is regression...
2015-02-20 Eric ChristopherFix wording and grammar in Mips subtarget options.
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-19 Eric ChristopherRemove unused argument from emitInlineAsmStart.
2015-02-19 Jozef Kolek[mips][microMIPS] Make usage of AND16, OR16 and XOR16...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Peter CollingbourneMC: Remove NullStreamer hook, as it is redundant with...
2015-02-18 Jozef Kolek[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
2015-02-18 Jozef Kolek[mips][microMIPS] Implement JALX instruction
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 Vasileios Kalintiris[mips] Avoid redundant sign extension of the result...
2015-02-18 Toma Tabacu[mips] [IAS] Fix using .cpsetup with local labels ...
2015-02-18 Eric ChristopherMake the Mips AsmPrinter independent of global subtarget
2015-02-18 Eric ChristopherUnify selectMipsCPU implementations.
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-16 Simon Atanasyan[Mips] Add .MIPS.options section descriptor kinds enume...
2015-02-16 Andrew TrickAArch64: Safely handle the incoming sret call argument.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-14 Duncan P. N. Exon... Mips: Canonicalize access to function attributes, NFC
2015-02-14 Eric ChristopherUse the template method to grab the target specific...
2015-02-13 Vasileios Kalintiris[mips] Refactor and simplify MipsSEDAGToDAGISel::select...
2015-02-13 Vasileios Kalintiris[mips] Use isa<> instead of dyn_cast<> with unused...
2015-02-13 Jozef Kolek[mips][microMIPS] Delay slot filler: Replace the microM...
2015-02-13 Toma Tabacu[mips] Improve support for the .set at/noat assembler...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-12 Reed KotlerAdd bulk of returning of values to Mips fast-isel
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-11 Daniel Sanders[mips] Merge disassemblers into a single implementation.
2015-02-10 Zoran Jovanovic[mips][microMIPS] Implement movep instruction
2015-02-10 Jozef Kolek[mips][microMIPS] Fix disassembling of 16-bit microMIPS...
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-02-04 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SW16...
2015-02-04 Daniel Sanders[mips] Make MipsSubtarget::hasMips*() functions consist...
2015-02-03 Eric ChristopherOnly access TLOF via the TargetMachine, not TargetLowering.
2015-02-02 Eric ChristopherUse the function template getSubtarget off of the machi...
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-30 Toma Tabacu[mips] Manually replace JAL pseudo-instructions with...
2015-01-29 Eric ChristopherGet rid of a few calls through the subtarget to get...
2015-01-29 Eric ChristopherRemove most of the TargetMachine::getSubtarget/getSubta...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-29 Vladimir Medic[Mips][Disassembler] When disassembler meets cache...
2015-01-28 Zoran Jovanovic[mips][microMIPS] Implement SWM and LWM aliases
2015-01-28 Jozef Kolek[mips][microMIPS] Implement LWGP instruction
2015-01-27 Kai Nacke[mips] Add range checks and transformation to octeon...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-26 Vasileios Kalintiris[mips] Enable arithmetic and binary operations for...
2015-01-26 Vladimir MedicWhen disassembler meets compact jump instructions for...
2015-01-26 Vasileios KalintirisRevert "[mips] Fix assertion on i128 addition/subtracti...
2015-01-26 Eric ChristopherCorrect the header guard for MipsABIInfo.h.
2015-01-24 Daniel Sanders[mips] Fix 'jumpy' debug line info around calls.
2015-01-24 Daniel Sanders[mips] Fix assertion on i128 addition/subtraction on...
2015-01-23 Alexei Starovoitov[mips] fix spelling of 'disassembler'
2015-01-23 Toma Tabacu[mips] Add new error message and improve testing for...
2015-01-23 NAKAMURA TakumiReformat.
2015-01-23 NAKAMURA TakumiMipsAsmParser.cpp: Suppress a warning introduced in...
2015-01-21 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-21 Jozef Kolek[mips][microMIPS] Implement ADDIUPC instruction
2015-01-21 Vladimir Medic[Mips][Disassembler]When disassembler meets load/store...
2015-01-20 Jozef KolekReverted revision 226577.
2015-01-20 Aaron BallmanSilencing a -Wunused-variable warning in non-asserts...
2015-01-20 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-20 Kai Nacke[mips] Add octeon branch instructions bbit0/bbit032...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-16 Toma Tabacu[mips] Remove a redundant semicolon and add space befor...
2015-01-15 Daniel Sanders[mips] Fix a typo in the compare patterns for MIPS32r6...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Kai Nacke[mips] Refine octeon instructions seq/seqi/sne/snei
2015-01-14 Eric ChristopherRemove unused predicate.
2015-01-13 Jozef Kolek[mips][microMIPS] Fix issue with 16b instructions in...
2015-01-12 Jozef Kolek[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
2015-01-09 Daniel Sanders[mips] Add support for accessing $gp as a named register.
2015-01-09 Toma Tabacu[mips] Add comment which explains why we need to change...
2015-01-08 Eric ChristopherMake the TargetMachine in MipsSubtarget a reference...
2015-01-08 Eric ChristopherUpdate include - this class doesn't use the target...
2015-01-08 Eric ChristopherFix a couple of odd formatting issues.
2015-01-08 Eric ChristopherThis routine is in InstrInfo, there's no need to access...
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
next