summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAge
...
* Rewrite pre-increment store patterns to use standard memory operands.Ulrich Weigand2013-03-19
* Prepare to make r0 an allocatable register on PPCHal Finkel2013-03-19
* Cleanup PPC64 unaligned i64 load/storeHal Finkel2013-03-19
* Don't reserve R31 on PPC64 unless the frame pointer is neededHal Finkel2013-03-19
* Fix a sign-extension bug in PPCCTRLoopsHal Finkel2013-03-18
* Fix PPC unaligned 64-bit loads and storesHal Finkel2013-03-18
* Change test cases to handle unaligned references.Bill Schmidt2013-03-18
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-18
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-18
* Fix large count and negative constant count handling in PPCCTRLoopsHal Finkel2013-03-18
* Cleanup initial-value constants in PPCCTRLoopsHal Finkel2013-03-18
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-17
* Remove FIXMEs in PPC test cases related to unaligned loads/storesHal Finkel2013-03-16
* Enable unaligned memory access on PPC for scalar typesHal Finkel2013-03-15
* Protect PPC Altivec patterns with a predicateHal Finkel2013-03-15
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-15
* Not all PPC functions with a frame pointer need a RS spill slotHal Finkel2013-03-14
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-13
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-12
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-12
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Don't reserve R2 on Darwin/PPCHal Finkel2013-03-12
* Remove duplicate test contents.David Blaikie2013-03-11
* Test case hygiene.Benjamin Kramer2013-03-09
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Fix PR15332 (patch by Florian Zeitz).Bill Schmidt2013-02-26
* Fix PR15359.Bill Schmidt2013-02-26
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-25
* Large code model support for PowerPC.Bill Schmidt2013-02-21
* PPCDAGToDAGISel::PostprocessISelDAG()Bill Schmidt2013-02-21
* Stabilize vec_constants.llBill Schmidt2013-02-20
* Additional fixes for bug 15155.Bill Schmidt2013-02-20
* Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].Bill Schmidt2013-02-20
* Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt2013-02-20
* DAGCombiner: Constant folding around pre-increment loads/storesHal Finkel2013-02-08
* Disable a couple more vector splat optimizations on PPC.Benjamin Kramer2013-02-04
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-04
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-02
* LLVM enablement for some older PowerPC CPUsBill Schmidt2013-02-01
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-30
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-30
* This patch addresses bug 15031.Bill Schmidt2013-01-28
* Restore reverted test case, this time with REQUIRES: assertsBill Schmidt2013-01-17
* Remove bad test caseBill Schmidt2013-01-17
* This patch fixes PR13626 by providing i128 support in the returnBill Schmidt2013-01-17
* This patch fixes the PPC calling convention to handle returns ofBill Schmidt2013-01-17
* This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt2013-01-14
* When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer2013-01-12
* PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem2013-01-11
* Simplify writing floating types to assembly.Tim Northover2013-01-11