[AVX512] Fix VSQRT packed instructions internal names.
[oota-llvm.git] / lib / Target / Mips / MipsSERegisterInfo.cpp
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2013-12-09 Daniel Sanders[mips][msa] Fix invalid generated code when lowering...
2013-12-09 Daniel Sanders[mips][msa] Fix suboptimal FrameIndex lowering for...
2013-11-30 Daniel Sanders[mips][msa] MSA loads and stores have a 10-bit offset...
2013-11-30 Daniel Sanders[mips][msa] A small refactor to reduce patch noise...
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-03-29 Akira Hatanaka[mips] Define a function which returns the GPR register...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-01-30 Akira Hatanaka[mips] Lower EH_RETURN.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-03 Akira Hatanaka[mips] Stop reserving register AT and use register...
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-09-26 Akira HatanakaDelete member MipsFunctionInfo::OutArgFIRange and code...
2012-08-23 Akira HatanakaMake function loadImmediate a member of MipsSEInstrInfo...
2012-08-22 Akira HatanakaAdd a member of type Mips16InstrInfo/MipsSEInstrInfo...
2012-08-01 Akira HatanakaRemove unused variable.
2012-07-31 Akira HatanakaImplement MipsSERegisterInfo::eliminateCallFramePseudoI...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsRegisterInfo...