Enable exceptions handling on PPC64 now that cr misaligned spilling
[oota-llvm.git] / lib / Target / Mips /
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-10 Benjamin KramerMake helper function static.
2012-09-07 Benjamin KramerMipsAsmParser: Fix a couple of string use-after-frees...
2012-09-07 Jack CarterThe Mips standalone assembler aliased instruction support.
2012-09-07 Jack CarterThe Mips standalone assembler intial directive support.
2012-09-07 Jack CarterThe Mips standalone assembler fpu instruction support.
2012-09-06 David BlaikieRemove unused variable introduced by r163346.
2012-09-06 Jack CarterThe Mips standalone assembler memory instruction support.
2012-09-06 Jack CarterThere are some Mips instructions that are lowered by the
2012-09-06 Jack CarterMips specific llvm assembler support for branch and...
2012-09-05 Jack CarterMips specific llvm assembler support for ALU instructio...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Logan ChienFix UseInitArray option for MIPS target.
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add a comment.
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-28 Jack CarterThe instruction DEXT may be transformed into DEXTU...
2012-08-28 Jack CarterSome instructions are passed to the assembler to be
2012-08-28 Akira HatanakaFollow-up patch to r162731.
2012-08-28 Akira HatanakaFix mips' long branch pass.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Akira HatanakaDisable Mips' delay slot filler when optimization level...
2012-08-24 Akira HatanakaIn MipsDAGToDAGISel::SelectAddr, fold add node into...
2012-08-24 Jakob Stoklund OlesenAdd missing SDNPSideEffect flags.
2012-08-23 Craig TopperRemove unused private field to silence build warning.
2012-08-23 Akira HatanakaMake function loadImmediate a member of MipsSEInstrInfo...
2012-08-22 Akira HatanakaAdd a member of type Mips16InstrInfo/MipsSEInstrInfo...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-22 Akira HatanakaAdd register Mips::GP to the list of reserved registers...
2012-08-22 Akira HatanakaAdd option disable-mips-delay-filler. Turn on mips...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-20 Akira HatanakaFix coding style violations in 162135 and 162136.
2012-08-18 Craig TopperReorder initialization list to silence -Wreorder
2012-08-17 Akira HatanakaAdd MipsELFWriterInfo.{h,cpp}.
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-16 Akira HatanakaAdd Android ABI to Mips backend to handle functions...
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-09 Jakob Stoklund OlesenDon't modify MO while use_iterator is still pointing...
2012-08-09 Jack CarterAnother 32 to 64 bit sign extension bug.
2012-08-07 Jack CarterThe define for 64 bit sign extension neglected to
2012-08-07 Jack CarterMips relocation R_MIPS_64 relocates a 64 bit double...
2012-08-06 Jack CarterThe Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
2012-08-06 Jack CarterMips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
2012-08-03 Akira Hatanaka1. Redo mips16 instructions to avoid multiple opcodes...
2012-08-02 Akira HatanakaMove the code that creates instances of MipsInstrInfo...
2012-08-02 Akira HatanakaSet transient stack alignment in constructor of MipsFra...
2012-08-01 Akira HatanakaImplement MipsJITInfo::replaceMachineCodeForFunction.
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...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsFrameLowering...
2012-07-31 Akira HatanakaAdd Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsInstrInfo...
2012-07-31 Akira HatanakaDelete mips64 target machine classes. mips target machi...
2012-07-31 Akira HatanakaLet PEI::calculateFrameObjectOffsets compute the final...
2012-07-31 Akira HatanakaExpand DYNAMIC_STACKALLOC nodes rather than doing custo...
2012-07-31 Akira HatanakaDefine ADJCALLSTACKDOWN/UP nodes. These nodes are emitt...
2012-07-31 Akira HatanakaChange name of class MipsInst to InstSE to distinguish...
2012-07-31 Akira HatanakaWhen store nodes or memcpy nodes are created to copy...
2012-07-31 Akira HatanakaFix type of LUXC1 and SUXC1. These instructions were...
2012-07-26 Akira HatanakaPass the correct call frame size to callseq_start node...
2012-07-26 Akira HatanakaFix call setup for PIC.
2012-07-25 Akira HatanakaEliminate the stack slot used to save the global base...
2012-07-24 Akira HatanakaFix function MipsCodeEmitter::emitExternalSymbolAddress...
2012-07-23 Akira HatanakaAdd basic ability to setup call frame, and make procedu...
2012-07-23 Akira HatanakaAdd comment for relocations MO_HIGHER and HIGHEST in...
2012-07-21 Akira HatanakaFix Mips long branch pass.
2012-07-21 Akira HatanakaAdd HIGHER and HIGHEST relocations to Mips backend.
2012-07-21 Akira HatanakaRevert accidental commit.
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
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...
next