Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1
[oota-llvm.git] / lib / Target / PowerPC /
2012-10-23 Bill SchmidtThis is another TLC patch for separating code for the...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Ulrich WeigandThis patch fixes failures in the SingleSource/Regressio...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-16 Bill SchmidtThis patch addresses PR13949.
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-15 Adhemerval ZanellaPowerPC: add EmitTCEntry class for TOC creation
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-11 Bill SchmidtThis patch addresses PR13947.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Bill SchmidtWhen generating spill and reload code for vector regist...
2012-10-10 Bill SchmidtThe PowerPC VRSAVE register has been somewhat of an...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Adhemerval ZanellaPR12716: PPC crashes on vector compare
2012-10-08 Adhemerval ZanellaPowerPC: Fix object creation with PPC::MTCRF8 instruction
2012-10-08 Adhemerval ZanellaAdd floating-point to and from integer conversion
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-05 Bill SchmidtThis patch splits apart PPCISelLowering::LowerFormalArg...
2012-10-05 Will Schmidt- Mark the BCC and BLR defs as isCodeGenOnly per error...
2012-10-04 Will Schmidt- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td...
2012-10-04 Will Schmidttest commit / whitespace
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-24 Roman DivackySpecify MachinePointerInfo as refering to the argument...
2012-09-19 Bill SchmidtSmall structs for PPC64 SVR4 must be passed right-justi...
2012-09-18 Roman DivackyFix the isLocalCall() by checking for linker weakness...
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-09-18 Roman DivackyOn PPC64 emit the environment pointer. Patch by Adhemer...
2012-09-18 Roman DivackyOptimize local func calls to not emit nop for TOC resto...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-16 Craig TopperChange unsigned to uint32_t to match base class declara...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-12 Michael LiaoFix PR11985
2012-09-12 Roman DivackyEnable exceptions handling on PPC64 now that cr misalig...
2012-09-12 Roman DivackyThis patch corrects logic in PPCFrameLowering for save...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-05 Hal FinkelMove the PPC TOC defs into the PPC64 InstrInfo file.
2012-09-03 Roman DivackyRemove always true checks. Noticed by Adhemerval Zanella.
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Fix r162725.
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Whitespace.
2012-08-29 Hal FinkelReserve space for the mandatory traceback fields on...
2012-08-28 Roman DivackyEmit word of zeroes after the last instruction as a...
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-08-28 Hal FinkelSplit several PPC instruction classes.
2012-08-28 Hal FinkelAllow remat of LI on PPC.
2012-08-28 Hal FinkelEliminate redundant CR moves on PPC32.
2012-08-28 Hal FinkelOptimize zext on PPC64.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-24 Jakob Stoklund OlesenAdd missing SDNPSideEffect flags.
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyDefine and handle additional fixup kinds. By Adhemerval...
2012-08-16 Roman DivackyFix typo and grammar. By Adhemerval Zanella.
2012-08-08 Jakob Stoklund OlesenDon't use getNextOperandForReg().
2012-08-07 Hal FinkelAdd a comment about mftb vs. mfspr on PPC.
2012-08-06 Hal FinkelMFTB on PPC64 should really be encoded using MFSPR.
2012-08-04 Hal FinkelAdd readcyclecounter lowering on PPC64.
2012-08-03 Gabor Greifallow 'make CPPFLAGS=<something>' work again
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from call instructions in most...
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-23 Craig TopperSilence an unused variable warning on release builds.
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-22 Hal FinkelConvert the PPC backend to use the new FMA infrastructure.
2012-06-21 Hal FinkelTreat TargetGlobalAddress as a constant for the purpose...
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Hal FinkelMark most PPC register classes to avoid write-after...
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-13 Hal FinkelAdd another missing 64-bit itinerary definition for...
2012-06-12 Hal FinkelAdd some missing 64-bit itinerary definitions for the...
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-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-09 Hal FinkelImprove ext/trunc patterns on PPC64.
2012-06-09 Hal FinkelEnable tail merging on PPC.
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 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-05 Roman DivackyPPC32 uses R2 as the TLS register. Fix the copy and...
next