summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Add the PPC lfiwax instructionHal Finkel2013-03-311-0/+14
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-311-0/+31
* Implement FRINT lowering on PPC using frinHal Finkel2013-03-291-0/+37
* Add PPC FP rounding instructions fri[mnpz]Hal Finkel2013-03-292-18/+126
* Specify CPUs on the PPC bswap-load-store testHal Finkel2013-03-281-2/+2
* Only enable 64-bit bswap DAG combines for PPC64Hal Finkel2013-03-281-0/+1
* Add the PPC64 ldbrx/stdbrx instructionsHal Finkel2013-03-281-0/+30
* Add the PPC64 popcntd instructionHal Finkel2013-03-281-0/+41
* Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructionsHal Finkel2013-03-282-4/+412
* Print PPC ZERO as 0 (not r0) even on DarwinHal Finkel2013-03-271-3/+3
* Allocate r0 on PPCHal Finkel2013-03-271-0/+18
* Remove the link register from the GPR classes on PowerPC.Bill Schmidt2013-03-277-15/+15
* Don't spill PPC VRSAVE on non-Darwin (even in SjLj)Hal Finkel2013-03-272-5/+10
* Use multiple virtual registers in PPC CR spillingHal Finkel2013-03-261-17/+23
* Fix a register-class comparison bug in PPCCTRLoopsHal Finkel2013-03-211-1/+2
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-211-0/+108
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-1/+1
* Add support for spilling VRSAVE on PPCHal Finkel2013-03-211-0/+18
* Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel2013-03-211-0/+47
* Remove unused field in DICompileUnitDavid Blaikie2013-03-201-1/+1
* Add a comment to the CodeGen/PowerPC/asym-regclass-copy.ll testHal Finkel2013-03-191-0/+2
* Rewrite pre-increment store patterns to use standard memory operands.Ulrich Weigand2013-03-191-0/+170
* Prepare to make r0 an allocatable register on PPCHal Finkel2013-03-191-0/+53
* Cleanup PPC64 unaligned i64 load/storeHal Finkel2013-03-191-0/+3
* Don't reserve R31 on PPC64 unless the frame pointer is neededHal Finkel2013-03-191-0/+15
* Fix a sign-extension bug in PPCCTRLoopsHal Finkel2013-03-181-0/+20
* Fix PPC unaligned 64-bit loads and storesHal Finkel2013-03-181-0/+24
* Change test cases to handle unaligned references.Bill Schmidt2013-03-182-26/+10
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-181-1/+1
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-181-1/+1
* Fix large count and negative constant count handling in PPCCTRLoopsHal Finkel2013-03-181-0/+63
* Cleanup initial-value constants in PPCCTRLoopsHal Finkel2013-03-181-0/+25
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-171-2/+2
* Remove FIXMEs in PPC test cases related to unaligned loads/storesHal Finkel2013-03-162-8/+0
* Enable unaligned memory access on PPC for scalar typesHal Finkel2013-03-155-4/+77
* Protect PPC Altivec patterns with a predicateHal Finkel2013-03-151-1/+1
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-152-3/+35
* Not all PPC functions with a frame pointer need a RS spill slotHal Finkel2013-03-141-10/+10
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-1/+1
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-1/+1
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-121-1/+1
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-123-8/+2
* Don't reserve R2 on Darwin/PPCHal Finkel2013-03-126-33/+34
* Remove duplicate test contents.David Blaikie2013-03-112-28/+1
* Test case hygiene.Benjamin Kramer2013-03-091-1/+1
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-083-0/+8
* Fix PR15332 (patch by Florian Zeitz).Bill Schmidt2013-02-261-0/+39
* Fix PR15359.Bill Schmidt2013-02-261-0/+20
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-251-6/+11
* Large code model support for PowerPC.Bill Schmidt2013-02-2110-94/+207