aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
...
* PPC: Map frin to round() not nearbyint() and rint()Hal Finkel2013-08-081-69/+6
* Add PPC64 mulli patternHal Finkel2013-08-061-0/+16
* Fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-031-0/+65
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-251-0/+24
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-10/+10
* Debug Info: improve the Finder.Manman Ren2013-07-241-1/+1
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-181-28/+28
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-181-0/+39
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-172-11/+58
* PPC: Add CTR-register clobber to builtin setjmpHal Finkel2013-07-171-0/+50
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-171-0/+151
* [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-161-0/+11
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-151-0/+50
* Remove invalid assert in DAGTypeLegalizer::RemapValueHal Finkel2013-07-151-0/+57
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-1421-128/+128
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-131-41/+41
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-1322-68/+68
* Start using CHECK-LABEL in some tests.Stephen Lin2013-07-121-5/+5
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-111-0/+18
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-111-0/+27
* RegScavenger should not exclude undef usesHal Finkel2013-07-111-0/+48
* WidenVecRes_BUILD_VECTOR must use the first operand's typeHal Finkel2013-07-091-0/+23
* [PowerPC] Better fix for PR16556.Bill Schmidt2013-07-091-0/+41
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-091-0/+56
* Don't crash in SE dealing with ashr x, -1Hal Finkel2013-07-091-0/+18
* DAGCombine tryFoldToZero cannot create illegal types after type legalizationHal Finkel2013-07-091-0/+17
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-093-3/+3
* PPC: Allocate RS spill slot for unaligned i64 load/storeHal Finkel2013-07-091-0/+119
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-0/+18
* PPC: Mark vector CC action for SETO and SETONE as ExpandHal Finkel2013-07-081-0/+17
* PPC: Mark vector FREM as Expand by defaultHal Finkel2013-07-081-0/+8
* [PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).Bill Schmidt2013-07-081-0/+20
* Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectorsHal Finkel2013-07-081-0/+39
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-10/+10
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-023-3/+3
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-021-0/+34
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-011-0/+34
* Fix PR16508.Cameron Zwarich2013-07-011-0/+28
* Don't form PPC CTR loops for over-sized exit countsHal Finkel2013-07-011-0/+23
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-281-0/+15
* Fix CodeGen/PowerPC/stack-protector.ll on OpenBSDHal Finkel2013-06-281-2/+3
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-281-0/+44
* [PowerPC] Disable fast-isel for existing -O0 tests for PowerPC.Bill Schmidt2013-06-1310-34/+31
* Disallow i64 div/rem in PPC32 counter loopsHal Finkel2013-06-071-0/+93
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-305-6/+6
* Prefer to duplicate PPC Altivec loads when expanding unaligned loadsHal Finkel2013-05-261-12/+13
* PPC: Combine duplicate (offset) lvsl Altivec intrinsicsHal Finkel2013-05-251-0/+6
* PPC: Initial support for permutation-based unaligned Altivec loadsHal Finkel2013-05-241-0/+45
* Check InlineAsm clobbers in PPCCTRLoopsHal Finkel2013-05-181-0/+38
* Fix cpu on test CodeGen/PowerPC/ctrloop-fp64.llHal Finkel2013-05-161-1/+1