aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips
AgeCommit message (Expand)Author
2012-06-28Changed the formatting sequence of a curly brace to Jack Carter
2012-06-28The Mips specific inline asm operand modifier 'z' has theJack Carter
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27The ELF relocation record format is different for N64 Jack Carter
2012-06-27Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.Akira Hatanaka
2012-06-27Fix bug in computation of stack size in MipsFrameLowering.cpp.Akira Hatanaka
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2012-06-211. fix null program output after some other changesAkira Hatanaka
2012-06-21The inline asm operand modifier 'c' is suppose Jack Carter
2012-06-20Revert r158846.Akira Hatanaka
2012-06-20In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka
2012-06-19Make MipsLongBranch::runOnMachineFunction return true.Akira Hatanaka
2012-06-19Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator inAkira Hatanaka
2012-06-16Mips/AsmParser/CMakeLists.txt: Fix dependency.NAKAMURA Takumi
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka
2012-06-141. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka
2012-06-14MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.NAKAMURA Takumi
2012-06-14Fix Mips/CMakeLists.txt.Akira Hatanaka
2012-06-14Add file MipsLongBranch.cpp.Akira Hatanaka
2012-06-14Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka
2012-06-14Add long branch expansion pass for MIPS.Akira Hatanaka
2012-06-14Add AT to the list of registers clobbered by branches so that it is availableAkira Hatanaka
2012-06-14In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediateAkira Hatanaka
2012-06-14In MipsFrameLowering::emitPrologue and emitEpilogue, call Mips::loadImmediateAkira Hatanaka
2012-06-14Define function MipsInstrInfo::GetInstSizeInBytes, which will be called toAkira Hatanaka
2012-06-14In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object.Akira Hatanaka
2012-06-14Add methods to MipsFunctionInfo for initializing and accessing the stack frameAkira Hatanaka
2012-06-13Bundle jump/branch instructions with the instructions in the delay slot inAkira Hatanaka
2012-06-13Implement a DAGCombine in MipsISelLowering.cpp which transforms the followingAkira Hatanaka
2012-06-13Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.Akira Hatanaka
2012-06-13Simplify CreateLoadLR and CreateStoreLR in MipsISelLowering.cpp.Akira Hatanaka
2012-06-13Implement fastcc calling convention for MIPS.Akira Hatanaka
2012-06-13Clean up trailing blanks in Mips16InstrFormats.tdAkira Hatanaka
2012-06-13disable use of directive .set nomicromipsAkira Hatanaka
2012-06-131. fix places where immed is used in place of imm to be consistent withAkira Hatanaka
2012-06-09Test commitJack Carter
2012-06-04Fix a bug in MipsTargetLowering::LowerLOAD. A shift-right-logical node isAkira Hatanaka
2012-06-04MIPS TLS: use the model selected by TargetMachine::getTLSModel().Hans Wennborg
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-06-02remove an unused variable.Chris Lattner
2012-06-02Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka
2012-06-02Set operation actions for load/store nodes in the Mips backend.Akira Hatanaka
2012-06-02Add definitions of 32/64-bit unaligned load/store instructions for Mips.Akira Hatanaka
2012-06-02Define functions MipsTargetLowering::LowerLOAD and LowerSTORE whichAkira Hatanaka
2012-06-02Define Mips specific unaligned load/store nodes.Akira Hatanaka
2012-06-02Expand unaligned i16 loads/stores for the Mips backend.Akira Hatanaka
2012-06-02In MipsMCInstLower::LowerSymbolOperand, get offset from symbol ifAkira Hatanaka
2012-06-01Switch some getAliasSet clients to MCRegAliasIterator.Jakob Stoklund Olesen