summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAge
...
* Actually fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-14
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-12
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-08
* PPC: Map frin to round() not nearbyint() and rint()Hal Finkel2013-08-08
* Add PPC64 mulli patternHal Finkel2013-08-06
* Fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-03
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-25
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Debug Info: improve the Finder.Manman Ren2013-07-24
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-18
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-18
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-17
* PPC: Add CTR-register clobber to builtin setjmpHal Finkel2013-07-17
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-17
* [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-16
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-15
* Remove invalid assert in DAGTypeLegalizer::RemapValueHal Finkel2013-07-15
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-13
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Start using CHECK-LABEL in some tests.Stephen Lin2013-07-12
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-11
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-11
* RegScavenger should not exclude undef usesHal Finkel2013-07-11
* WidenVecRes_BUILD_VECTOR must use the first operand's typeHal Finkel2013-07-09
* [PowerPC] Better fix for PR16556.Bill Schmidt2013-07-09
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* Don't crash in SE dealing with ashr x, -1Hal Finkel2013-07-09
* DAGCombine tryFoldToZero cannot create illegal types after type legalizationHal Finkel2013-07-09
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-09
* PPC: Allocate RS spill slot for unaligned i64 load/storeHal Finkel2013-07-09
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-08
* PPC: Mark vector CC action for SETO and SETONE as ExpandHal Finkel2013-07-08
* PPC: Mark vector FREM as Expand by defaultHal Finkel2013-07-08
* [PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).Bill Schmidt2013-07-08
* Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectorsHal Finkel2013-07-08
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-03
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-02
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-02
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-01
* Fix PR16508.Cameron Zwarich2013-07-01
* Don't form PPC CTR loops for over-sized exit countsHal Finkel2013-07-01
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-28
* Fix CodeGen/PowerPC/stack-protector.ll on OpenBSDHal Finkel2013-06-28
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-28
* [PowerPC] Disable fast-isel for existing -O0 tests for PowerPC.Bill Schmidt2013-06-13
* Disallow i64 div/rem in PPC32 counter loopsHal Finkel2013-06-07
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Prefer to duplicate PPC Altivec loads when expanding unaligned loadsHal Finkel2013-05-26
* PPC: Combine duplicate (offset) lvsl Altivec intrinsicsHal Finkel2013-05-25