default to use -mv4 when no version of Hexagon has been specified
[oota-llvm.git] / lib / Target / Mips /
2012-07-18 Jack CarterMips specific inline asm operand modifier 'M':
2012-07-17 Akira HatanakaClean up Mips16InstrFormats.td and Mips16InstrInfo.td.
2012-07-16 Jack CarterDoubleword Shift Left Logical Plus 32
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from call instructions in most...
2012-07-13 Jack CarterThe Mips specific relocation R_MIPS_GOT_DISP
2012-07-11 Jack CarterPatch for Mips direct object generation.
2012-07-11 Jack CarterThis change removes an "initialization" warning.
2012-07-11 Akira HatanakaIn register classes in MipsRegisterInfo.td, list the...
2012-07-11 Akira HatanakaImplement MipsTargetLowering::LowerSELECT_CC to custom...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-07-10 Jack Carter Mips specific inline asm operand modifier 'L'.
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-07-09 Akira HatanakaReapply r158846.
2012-07-06 Akira Hatanakarevert r159851.
2012-07-06 Akira HatanakaReapply r158846.
2012-07-06 Jack Carter Changes per review of commit 159787
2012-07-05 Jack Carter Mips specific inline asm operand modifier D.
2012-07-05 Akira HatanakaEnclose instruction rdhwr with directives, which are...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Eric ChristopherRevert " mips32 long long register inline asm constr...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Jack CarterPass the correct ELFOSABI enumeration to the MipsELFObj...
2012-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-06-28 Jack CarterChanged the formatting sequence of a curly brace to
2012-06-28 Jack CarterThe Mips specific inline asm operand modifier 'z' has the
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2012-06-27 Jack CarterThe ELF relocation record format is different for N64
2012-06-27 Akira HatanakaSilence uninitialized variable warning in MipsISelDAGTo...
2012-06-27 Akira HatanakaFix bug in computation of stack size in MipsFrameLoweri...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-06-20 Akira HatanakaRevert r158846.
2012-06-20 Akira HatanakaIn MipsDisassembler.cpp, instead of defining register...
2012-06-19 Akira HatanakaMake MipsLongBranch::runOnMachineFunction return true.
2012-06-19 Akira HatanakaUse MachineBasicBlock::instr_iterator instead of Machin...
2012-06-16 NAKAMURA TakumiMips/AsmParser/CMakeLists.txt: Fix dependency.
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-06-14 Akira Hatanaka1. introduce MipsPat in place of Pat in order to exclud...
2012-06-14 NAKAMURA TakumiMipsLongBranch.cpp: Tweak llvm::next() to appease msvc.
2012-06-14 Akira HatanakaFix Mips/CMakeLists.txt.
2012-06-14 Akira HatanakaAdd file MipsLongBranch.cpp.
2012-06-14 Akira HatanakaRemove code in MipsAsmPrinter and MipsMCInstLower.
2012-06-14 Akira HatanakaAdd long branch expansion pass for MIPS.
2012-06-14 Akira HatanakaAdd AT to the list of registers clobbered by branches...
2012-06-14 Akira HatanakaIn MipsRegisterInfo::eliminateFrameIndex, call Mips...
2012-06-14 Akira HatanakaIn MipsFrameLowering::emitPrologue and emitEpilogue...
2012-06-14 Akira HatanakaDefine function MipsInstrInfo::GetInstSizeInBytes,...
2012-06-14 Akira HatanakaIn MipsISelDAGToDAG.cpp, store the global base register...
2012-06-14 Akira HatanakaAdd methods to MipsFunctionInfo for initializing and...
2012-06-13 Akira HatanakaBundle jump/branch instructions with the instructions...
2012-06-13 Akira HatanakaImplement a DAGCombine in MipsISelLowering.cpp which...
2012-06-13 Akira HatanakaSet a higher value for maxStoresPerMemcpy in MipsISelLo...
2012-06-13 Akira HatanakaSimplify CreateLoadLR and CreateStoreLR in MipsISelLowe...
2012-06-13 Akira HatanakaImplement fastcc calling convention for MIPS.
2012-06-13 Akira HatanakaClean up trailing blanks in Mips16InstrFormats.td
2012-06-13 Akira Hatanakadisable use of directive .set nomicromips
2012-06-13 Akira Hatanaka1. fix places where immed is used in place of imm to...
2012-06-09 Jack CarterTest commit
2012-06-04 Akira HatanakaFix a bug in MipsTargetLowering::LowerLOAD. A shift...
2012-06-04 Hans WennborgMIPS TLS: use the model selected by TargetMachine:...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-02 Chris Lattnerremove an unused variable.
2012-06-02 Akira HatanakaRemove code which is no longer needed in MipsAsmPrinter...
2012-06-02 Akira HatanakaSet operation actions for load/store nodes in the Mips...
2012-06-02 Akira HatanakaAdd definitions of 32/64-bit unaligned load/store instr...
2012-06-02 Akira HatanakaDefine functions MipsTargetLowering::LowerLOAD and...
2012-06-02 Akira HatanakaDefine Mips specific unaligned load/store nodes.
2012-06-02 Akira HatanakaExpand unaligned i16 loads/stores for the Mips backend.
2012-06-02 Akira HatanakaIn MipsMCInstLower::LowerSymbolOperand, get offset...
2012-06-01 Jakob Stoklund OlesenSwitch some getAliasSet clients to MCRegAliasIterator.
2012-05-31 Akira HatanakaCleanup and factoring of mips16 tablegen classes. Make...
2012-05-30 Eric ChristopherAdd support for the mips inline asm 'm' output modifier.
2012-05-30 Jakob Stoklund OlesenFix some uses of getSubRegisters() to use getSubReg...
2012-05-25 Akira HatanakaFix predicate HasStandardEncoding in MipsInstrInfo...
2012-05-25 Akira HatanakaDelete MipsExpandPseudo.cpp.
2012-05-25 Akira HatanakaMove the code in MipsExpandPseudo to MipsInstrInfo...
2012-05-25 Akira HatanakaRemove the code that expands MIPS' .cpload directive.
2012-05-25 Akira HatanakaRemove the code that emits MIPS' .cprestore directive.
2012-05-25 Akira HatanakaRemove pseudo instructions that are no longer used.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-24 Akira HatanakaTurn on mips16 pseudo op when compiling for mips16.
2012-05-24 Akira HatanakaEnable Mips16 compiler to compile a null program.
2012-05-24 Craig TopperUse uint16_t to store registers in static tables. Match...
2012-05-22 Akira HatanakaThis patch adds a predicate to existing mips32 and...
2012-05-19 Eric ChristopherAdd support for the 'd' mips inline asm output modifier.
2012-05-18 Eric ChristopherAdd support for the mips 'x' inline asm modifier.
2012-05-16 Akira HatanakaThis patch adds the register class for MIPS16 as well...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 Akira HatanakaTemporarily disable anti-dependence breaking for Mips...
2012-05-14 Akira HatanakaAdd a command line option to skip the delay slot filler...
2012-05-12 Akira HatanakaRemove MipsEmitGPRestore.cpp.
2012-05-12 Akira HatanakaDelete all functions that are no longer needed in MipsF...
2012-05-12 Akira HatanakaStop reserving register $gp. Do not call isGPFI to...
2012-05-12 Akira HatanakaDo not add the pass which restores $gp after every...
2012-05-12 Akira HatanakaMake the following changes in MipsISelLowering.cpp:
2012-05-12 Akira HatanakaMake the following changes in MipsFrameLowering.cpp:
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
next