aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2013-04-01Fix a bad assert in PPCTargetLoweringHal Finkel
2013-04-01Add triple to test/CodeGen/PowerPC/stfiwx-2Hal Finkel
2013-04-01Add more PPC floating-point conversion instructionsHal Finkel
2013-04-01Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)Hal Finkel
2013-04-01Add the PPC popcntw instructionHal Finkel
2013-03-31Add the PPC lfiwax instructionHal Finkel
2013-03-31Cleanup PPC(64) i32 -> float/double conversionHal Finkel
2013-03-29Implement FRINT lowering on PPC using frinHal Finkel
2013-03-29Add PPC FP rounding instructions fri[mnpz]Hal Finkel
2013-03-28Specify CPUs on the PPC bswap-load-store testHal Finkel
2013-03-28Only enable 64-bit bswap DAG combines for PPC64Hal Finkel
2013-03-28Add the PPC64 ldbrx/stdbrx instructionsHal Finkel
2013-03-28Add the PPC64 popcntd instructionHal Finkel
2013-03-28Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructionsHal Finkel
2013-03-27Print PPC ZERO as 0 (not r0) even on DarwinHal Finkel
2013-03-27Allocate r0 on PPCHal Finkel
2013-03-27Remove the link register from the GPR classes on PowerPC.Bill Schmidt
2013-03-27Don't spill PPC VRSAVE on non-Darwin (even in SjLj)Hal Finkel
2013-03-26Use multiple virtual registers in PPC CR spillingHal Finkel
2013-03-21Fix a register-class comparison bug in PPCCTRLoopsHal Finkel
2013-03-21Implement builtin_{setjmp/longjmp} on PPCHal Finkel
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-21Add support for spilling VRSAVE on PPCHal Finkel
2013-03-21Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-19Add a comment to the CodeGen/PowerPC/asym-regclass-copy.ll testHal Finkel
2013-03-19Rewrite pre-increment store patterns to use standard memory operands.Ulrich Weigand
2013-03-19Prepare to make r0 an allocatable register on PPCHal Finkel
2013-03-19Cleanup PPC64 unaligned i64 load/storeHal Finkel
2013-03-19Don't reserve R31 on PPC64 unless the frame pointer is neededHal Finkel
2013-03-18Fix a sign-extension bug in PPCCTRLoopsHal Finkel
2013-03-18Fix PPC unaligned 64-bit loads and storesHal Finkel
2013-03-18Change test cases to handle unaligned references.Bill Schmidt
2013-03-18Remove unnecessary leading comment characters in lit-only fileDavid Blaikie
2013-03-18Include '.test' suffix in target specific lit configs that need itDavid Blaikie
2013-03-18Fix large count and negative constant count handling in PPCCTRLoopsHal Finkel
2013-03-18Cleanup initial-value constants in PPCCTRLoopsHal Finkel
2013-03-17Improve PPC VR (Altivec) register spillingHal Finkel
2013-03-16Remove FIXMEs in PPC test cases related to unaligned loads/storesHal Finkel
2013-03-15Enable unaligned memory access on PPC for scalar typesHal Finkel
2013-03-15Protect PPC Altivec patterns with a predicateHal Finkel
2013-03-15Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel
2013-03-14Not all PPC functions with a frame pointer need a RS spill slotHal Finkel
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-12Don't reserve R2 on Darwin/PPCHal Finkel
2013-03-11Remove duplicate test contents.David Blaikie
2013-03-09Test case hygiene.Benjamin Kramer