Expose FMA3 instructions to the disassembler.
[oota-llvm.git] / lib / Target / Mips /
2011-12-24 Akira HatanakaAdd MachineMemOperands to instructions generated in...
2011-12-24 Akira HatanakaDetect unaligned loads/stores that have been added...
2011-12-24 Akira HatanakaIf target ABI is N64, LEA should be daddiu.
2011-12-22 Rafael EspindolaMove the Mips only bits of the ELF writer to lib/Target...
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-21 Akira HatanakaFix bug in zero-store peephole pattern reported in...
2011-12-21 Akira HatanakaExpand 64-bit CTLZ nodes if target architecture does...
2011-12-21 Akira HatanakaExpand 64-bit CTPOP and CTTZ.
2011-12-21 Akira HatanakaExpand 64-bit atomic load and store.
2011-12-20 Akira HatanakaAdd definition of DSBH (Double Swap Bytes within Halfwo...
2011-12-20 Akira HatanakaAdd definition of WSBH (Word Swap Bytes within Halfword...
2011-12-20 Akira Hatanaka64-bit uint-fp conversion nodes are expanded.
2011-12-20 Akira HatanakaEnable custom lowering DYNAMIC_STACKALLOC nodes.
2011-12-20 Akira HatanakaSet the correct stack pointer register that should...
2011-12-20 Akira HatanakaAdd function MipsDAGToDAGISel::SelectMULT and factor...
2011-12-20 Akira HatanakaFix indentation.
2011-12-20 Akira Hatanaka64-bit data directive.
2011-12-20 Akira Hatanaka32-to-64-bit sext_inreg pattern.
2011-12-20 Akira HatanakaAdd 64-bit extload patterns.
2011-12-20 Akira HatanakaAdd patterns for matching extloads with 64-bit address...
2011-12-20 Akira HatanakaAdd code in MipsDAGToDAGISel for selecting constant...
2011-12-20 Akira HatanakaRevert part of r146995 that was accidentally commmitted.
2011-12-20 Akira Hatanaka32-to-64-bit sign extension pattern.
2011-12-20 Akira HatanakaAdd a pattern for matching zero-store with 64-bit addre...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-19 Akira HatanakaAdd patterns for matching immediates whose lower 16...
2011-12-19 Akira HatanakaTidy up. Simplify logic. No functional change intended.
2011-12-19 Akira HatanakaRemove definitions of double word shift plus 32 instruc...
2011-12-19 Akira HatanakaRemove unused predicate.
2011-12-19 Akira HatanakaRemove the restriction on the first operand of the...
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-13 Akira HatanakaExpand .cprestore directive to multiple instructions...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Akira HatanakaEmit B (unconditional branch) when -relocation-model...
2011-12-12 Akira HatanakaFix indentation.
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-11 Benjamin KramerMips: Don't create a dangling IR function just to get...
2011-12-09 Akira HatanakaRename WrapperPIC. It is now used for both pic and...
2011-12-09 Akira Hatanakajalr should use t9 ($25) for indirect calls regardless...
2011-12-08 Akira HatanakaPass a GlobalAddress instead of an ExternalSymbol to...
2011-12-08 Akira HatanakaImplement 64-bit support for thread local storage handling.
2011-12-07 Akira HatanakaModify class ReadHardware and add definition of 64...
2011-12-07 Akira HatanakaAdd newline.
2011-12-07 Akira HatanakaAdd 64-bit HWR29 register.
2011-12-07 Akira Hatanaka32 to 64-bit anyext pattern.
2011-12-07 Akira Hatanaka32 to 64-bit zext pattern.
2011-12-07 Bruno Cardoso LopesVariable cleanup. Based on past patch submittals variab...
2011-12-07 Akira Hatanaka64-bit WrapperPICPat patterns.
2011-12-07 Akira HatanakaDefine base class for WrapperPICPat.
2011-12-07 Akira HatanakaModify LowerFCOPYSIGN to handle Mips64.
2011-12-07 Akira HatanakaFix comment.
2011-12-07 Akira HatanakaFix comment.
2011-12-07 Akira HatanakaFix 64-bit immediate patterns.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Bruno Cardoso LopesUse branches instead of jumps + variable cleanup. Testc...
2011-12-06 Bruno Cardoso LopesAdd register HWR29 numbering. Patch by Jack Carter
2011-12-06 NAKAMURA TakumiMipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-05 Akira HatanakaAdd definitions of 64-bit extract and insert instrucion...
2011-12-05 Akira HatanakaSplit ExtIns into two base classes and have instruction...
2011-12-05 Akira HatanakaHave LowerJumpTable support Mips64. Modify 2010-07...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-29 Akira HatanakaChange names for MIPS "generic" processors defined...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-23 Akira HatanakaThis patch makes the following changes necessary for...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-16 Akira HatanakaLower 64-bit constant pool node.
2011-11-16 Akira HatanakaLower 64-bit block address.
2011-11-16 Akira HatanakaAdd patterns for 64-bit tglobaladdr, tblockaddress...
2011-11-16 Akira Hatanaka64-bit jump register instruction.
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-15 Akira HatanakaFix functions in MipsFrameLowering.cpp and MipsRegister...
2011-11-15 Akira HatanakaSet nomacro before emitting the sequence of instruction...
2011-11-15 Akira HatanakaSimplify function PassByValArg64.
2011-11-15 Akira HatanakaDelete files.
2011-11-15 Akira HatanakaRemove MipsMCSymbolRefExpr.
2011-11-14 Benjamin KramerUnbreak Release builds.
2011-11-14 Akira Hatanaka32-to-64-bit extended load.
2011-11-14 Akira HatanakaAnalyzeCallOperands function for N32/64.
2011-11-14 Akira HatanakaModify LowerFormalArguments to correctly handle vaarg...
2011-11-14 Akira HatanakaRemove variable that keeps the size of area used to...
2011-11-12 Akira HatanakaFix typo.
2011-11-12 Akira HatanakaImplement Mips64's handling of byval arguments in Lower...
2011-11-12 Akira HatanakaImplement Mips64's handling of byval arguments in Lower...
2011-11-12 Akira Hatanaka64-bit arbitrary immediate pattern.
2011-11-12 Akira HatanakaFunction for handling byval arguments.
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-11 Daniel DunbarCMake: Fix CMake build for new Mips tblgen file.
2011-11-11 Bruno Cardoso LopesMips MC object code emission improvements:
2011-11-11 Akira HatanakaDo not try to detect DAG combine patterns for integer...
2011-11-11 Akira Hatanaka64-bit atomic instructions.
2011-11-11 Akira HatanakaModify LowerFRAMEADDR. Use 64-bit register FP_64 when...
2011-11-11 Akira HatanakaAdd 64-bit versions of LEA_ADDiu and DynAlloc. Modify...
2011-11-11 Akira Hatanaka64-bit versions of jal, jalr and bal.
2011-11-11 Akira HatanakaEmit Mips64's sequence of instructions that set global...
next