Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11721329
[oota-llvm.git] / lib / Target /
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-06-21 Hal FinkelTreat TargetGlobalAddress as a constant for the purpose...
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-06-21 Lang HamesAdd a missing llvm.fma -> VFNMS pattern to the ARM...
2012-06-20 Akira HatanakaRevert r158846.
2012-06-20 Akira HatanakaIn MipsDisassembler.cpp, instead of defining register...
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-20 Craig TopperAdd predicate check around some patterns.
2012-06-20 Craig TopperAdd predicate check around some patterns.
2012-06-20 Craig TopperDon't insert 128-bit UNDEF into 256-bit vectors. Just...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Jan Wen VoungHave ARM ELF use correct reloc for "b" instr.
2012-06-19 Hal FinkelMark most PPC register classes to avoid write-after...
2012-06-19 Akira HatanakaMake MipsLongBranch::runOnMachineFunction return true.
2012-06-19 Akira HatanakaUse MachineBasicBlock::instr_iterator instead of Machin...
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-06-18 Manman RenARM: use NOEN loads and stores if possible when handlin...
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-06-18 Jim GrosbachARM: Define generic HINT instruction.
2012-06-18 Joel JonesThis change handles a another case for generating the...
2012-06-18 Chandler CarruthTemporarily revert r158087.
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-16 Kay Tiong Khoo*no need to pollute Intel syntax with bonus mnemonics...
2012-06-16 NAKAMURA TakumiMips/AsmParser/CMakeLists.txt: Fix dependency.
2012-06-15 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR registe...
2012-06-15 Manman RenARM: optimization for sub+abs.
2012-06-15 Kay Tiong Khoo*fixed to separate mnemonic from operands with tab
2012-06-15 Jakob Stoklund OlesenPreserve <undef> flags in ARMExpandPseudo.
2012-06-15 Craig TopperMove AVX version of convert instructions that write...
2012-06-14 Pete CooperMove X86::VCVTTSD2SIrr from the 2 operand to 1 operand...
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 Richard BartonReplace assertion failure for badly formatted CPS instr...
2012-06-14 Jush LuCleanup whitespace.
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 Richard OsborneFix pattern for MKMSK instruction.
2012-06-13 Kay Tiong Khoo*typo: Cyles changed to Cycles
2012-06-13 Craig TopperFix intrinsics for XOP frczss/sd instructions. These...
2012-06-13 Hal FinkelAdd another missing 64-bit itinerary definition for...
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-12 Hal FinkelAdd some missing 64-bit itinerary definitions for the...
2012-06-12 Chad Rosier[arm-fast-isel] Add support for -arm-long-calls.
2012-06-12 Hal FinkelSplit out the PPC instruction class IntSimple from...
2012-06-12 Hal FinkelFixes for PPC host detection and features.
2012-06-12 Hal FinkelReapply r158337, this time properly protect Darwin...
2012-06-12 Jakob Stoklund OlesenRevert r158337 "Move PPC host-CPU detection logic from...
2012-06-11 Hal FinkelMove PPC host-CPU detection logic from PPCSubtarget...
2012-06-11 Hal FinkelEnable MFOCRF generation on the PPC A2 core.
2012-06-11 Hal FinkelRename the PPC target feature gpul to mfocrf.
2012-06-11 Hal FinkelAdd A2 to the list of PPC CPUs recognized by Linux...
2012-06-11 Hal FinkelEmit the two-operand form of the PPC mfcr instruction...
2012-06-11 Hal FinkelAdd local CPU detection for Linux PPC.
2012-06-11 Hal FinkelAdd POWER6 and POWER7 CPU types to the PPC backend.
2012-06-11 Bill WendlingRe-enable the CMN instruction.
2012-06-10 Hal FinkelEnable ILP scheduling for all nodes by default on PPC.
2012-06-10 Hal FinkelUse critical anti-dep. breaking on all PPC targets...
2012-06-10 Craig TopperAdd intrinsics for immediate form of XOP vprot instruct...
2012-06-09 Hal FinkelImprove ext/trunc patterns on PPC64.
2012-06-09 Craig TopperUse XOP vpcom intrinsics in patterns instead of a targe...
2012-06-09 Craig TopperReplace XOP vpcom intrinsics with fewer intrinsics...
2012-06-09 Duncan SandsSilence a gcc-4.6 warning: GCC fails to understand...
2012-06-09 Hal FinkelEnable tail merging on PPC.
2012-06-09 Jack CarterTest commit
2012-06-08 Hal FinkelRemove the TODO statement in the PPC README re: CTR...
2012-06-08 Hal FinkelEnable PPC CTR loop formation by default.
2012-06-08 Hal FinkelMark the PPC CTRRC and CTRRC8 register classes as non...
2012-06-08 Manman RenEnable optimization for integer ABS on X86 if Subtarget...
2012-06-08 Andrew TrickFix Target->Codegen dependence.
2012-06-08 Hal FinkelDisable the PPC CTR-Loops pass by default.
2012-06-08 Hal FinkelFix a bug in the new PPC CTR-Loops pass.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...
2012-06-07 Manman RenX86: optimize generated code for integer ABS
2012-06-07 Nadav RotemDo not optimize the used bits of the x86 vselect condit...
2012-06-07 Andrew TrickContinue factoring computeOperandLatency. Use it for...
2012-06-07 Andrew TrickARM getOperandLatency rewrite.
2012-06-07 Andrew TrickARM getOperandLatency should return -1 for unknown...
2012-06-07 Andrew TrickFix ARM getInstrLatency logic to work with the current...
2012-06-07 Manman RenPR13046: we can't replace usage of SUB with CMP in...
2012-06-07 Rafael EspindolaUse a base register instead of an index register with...
2012-06-07 Manman RenX86: replace SUB with CMP if possible
next