instcombine: Migrate memset optimizations
[oota-llvm.git] / test / CodeGen / PowerPC /
2012-11-09 Jakob Stoklund OlesenFix assertions in updateRegMaskSlots().
2012-11-05 Ulrich WeigandOn PowerPC64, integer return values (as well as argumen...
2012-11-05 Hal FinkelAdd support for the PowerPC-specific inline asm Z const...
2012-11-05 Adhemerval Zanella[PATCH] PowerPC: Expand load extend vector operations
2012-10-31 Bill SchmidtThis patch addresses an ABI compatibility issue with...
2012-10-30 Adhemerval ZanellaPowerPC: Expand FSRQT for vector types
2012-10-30 Adhemerval ZanellaPowerPC: More support for Altivec compare operations
2012-10-29 Bill SchmidtThis patch solves a problem with passing varargs parame...
2012-10-29 Ulrich WeigandIn various places throughout the code generator, there...
2012-10-29 Ulrich WeigandAllow i32/i64 for 'f' constraint on PowerPC.
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
2012-10-18 Ulrich WeigandThis patch fixes failures in the SingleSource/Regressio...
2012-10-16 Bill SchmidtThis patch addresses PR13949.
2012-10-12 NAKAMURA Takumillvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try...
2012-10-12 Ulrich WeigandFix big-endian codegen bug in DAGTypeLegalizer::ExpandR...
2012-10-11 Bill SchmidtThis patch addresses PR13947.
2012-10-10 Bill SchmidtAdd -mattr=+altivec and remove XFAIL.
2012-10-10 Bill SchmidtXFAIL for all targets pending investigation
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-08 Adhemerval ZanellaPR12716: PPC crashes on vector compare
2012-10-08 Adhemerval ZanellaAdd floating-point to and from integer conversion
2012-10-05 Rafael EspindolaConvert to unix line endings.
2012-09-24 Roman DivackySpecify MachinePointerInfo as refering to the argument...
2012-09-20 Roman DivackySpecify cpu to get the correct instruction ordering...
2012-09-19 Jordan RoseReally XFAIL test/CodeGen/PowerPC/structsinregs.ll.
2012-09-19 Bill SchmidtXFAIL test/CodeGen/PowerPC/structsinregs.ll
2012-09-19 Bill SchmidtSmall structs for PPC64 SVR4 must be passed right-justi...
2012-09-18 Roman DivackyAdd test for r164155 and remove two tests superseded...
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-12 Roman DivackyThis patch corrects logic in PPCFrameLowering for save...
2012-09-06 Jakob Stoklund OlesenAllow overlaps between virtreg and physreg live ranges.
2012-09-04 Jakob Stoklund OlesenMove tie checks into MachineVerifier::visitMachineOperand.
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 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 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-14 Nadav RotemDuring the CodeGenPrepare we often lower intrinsics...
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 Bob WilsonRefactor and check "onlyReadsMemory" before optimizing...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-22 Lang HamesRename fp-op fusion option (yet again) for compatibilit...
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
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 OlesenAdd a triple.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
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-10 Hal FinkelEnable ILP scheduling for all nodes by default on PPC.
2012-06-09 Hal FinkelImprove ext/trunc patterns on PPC64.
2012-06-09 Hal FinkelEnable tail merging on PPC.
2012-06-08 Jakob Stoklund OlesenDon't run RAFast in the optimizing regalloc pipeline.
2012-06-08 Hal FinkelEnable PPC CTR loop formation by default.
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-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-04 Hal FinkelEnable generating PPC pre-increment (r+imm) instruction...
2012-05-20 Hal FinkelAdd a missing PPC 64-bit stwu pattern.
2012-05-17 Jakob Stoklund OlesenRemove -join-physregs from the test suite.
2012-04-16 Hal FinkelRemove dead SD nodes after the combining pass. Fixes...
2012-04-01 Hal FinkelEnable prefetch generation on PPC64.
2012-04-01 Hal FinkelAdd instruction itinerary for the PPC64 A2 core.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-24 Hal FinkelFix small-integer VAARG on SVR4 ABI PPC64.
2012-02-27 Roman DivackyTest the section specification.
2012-02-27 Roman DivackyReapply r151278 with fixes.
2012-02-25 Hal FinkelRevert r151278, breaks static linking.
2012-02-24 Hal FinkelX11/X2 loads around indirect calls on ppc64 should...
2012-02-24 Hal FinkelDon't crash when a glue node contains an internal CopyToReg
2012-02-23 Roman DivackyMCize function entry label emission on PowerPC64 properly.
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-21 Jakob Stoklund OlesenRemove a bad PowerPC test.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-16 Hal FinkelAggressiveAntiDepBreaker needs to skip debug values...
2011-12-30 Hal FinkelCleanup stack/frame register define/kill states. This...
2011-12-15 Hal FinkelAdd a test case to make sure that the nop really does...
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-12-10 Hal FinkelMake CR spill and restore use a reserved register....
2011-12-09 Eli FriedmanFix a couple of logic bugs in TargetLowering::SimplifyD...
2011-12-06 Hal Finkeldelaying restore-cr changed assigned registers in some...
2011-12-06 Hal Finkeladd a test case that uses RESTORE_CR
2011-12-05 Hal FinkelAdd test case - this input used to crash because of...
2011-12-05 Hal Finkelenable PPC register scavenging by default (update tests...
2011-12-05 Hal Finkelremove wasted space for extra bit copies of CR2 subregs
2011-12-02 Hal Finkelspecify cpu for test to fix failure on some darwin...
2011-12-02 Hal Finkeladjust the instruction ordering in some PPC tests:...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
next