summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAge
...
* [PowerPC] Generate logical vector VSX instructionsHal Finkel2014-03-26
* [PowerPC] Select between VSX A-type and M-type FMA instructions just before RAHal Finkel2014-03-25
* [PowerPC] Make use of VSX f64 <-> i64 conversion instructionsHal Finkel2014-03-23
* [PowerPC] Fix the VSX v2f64 return registerHal Finkel2014-03-22
* Remove redundant test.Rafael Espindola2014-03-21
* Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0.Bill Schmidt2014-03-18
* [ppc64] Avoid copy relocs in named rodata sectionsUlrich Weigand2014-03-14
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-13
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* Fixup PPC Darwin i1 argument handlingHal Finkel2014-03-06
* When using CR bit registers on PPC32, handle the i1 vaarg caseHal Finkel2014-03-06
* With PPC CR bit registers, handle int_to_fp on older coresHal Finkel2014-03-05
* Add a PPC inline asm constraint type for single CR bitsHal Finkel2014-03-02
* Remove extra truncs/exts around i32 bit operations on PPC64Hal Finkel2014-03-01
* Swap PPC isel operands to allow for 0-foldingHal Finkel2014-02-28
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-28
* Account for 128-bit integer operations in PPCCTRLoopsHal Finkel2014-02-25
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Actually call FileCheck in testsNico Rieck2014-02-16
* "foo" is not a ppc instruction, don't try to parse it.Rafael Espindola2014-02-13
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it.Rafael Espindola2014-02-07
* Convert test to FileCheck.Rafael Espindola2014-02-06
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-04
* Handle spilling the PPC GPRC_NOR0 register classHal Finkel2014-01-28
* Add a TBAA CodeGen failure test caseHal Finkel2014-01-25
* Fix pointer info on PPC byval storesHal Finkel2014-01-21
* Implement initial-exec TLS for PPC32.Roman Divacky2013-12-20
* One ppc32-darwin, a i64 inside a structure can have 32 bit alignment.Rafael Espindola2013-12-18
* Add a reduced testcase from the recent bootstrap crash.Rafael Espindola2013-12-16
* [Powerpc darwin] AsmParser Base implementation.Iain Sandoe2013-12-14
* PowerPC: add Linux triple to TLS testsTim Northover2013-12-12
* Improve instruction scheduling for the PPC POWER7Hal Finkel2013-12-12
* Fix the PPC subsumes-predicate checkHal Finkel2013-12-11
* Merge all tls tests to two files. One for normal codegen (initial and localRoman Divacky2013-12-11
* Remove test thats testing the same thing as tls.ll.Roman Divacky2013-12-11
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Correct word hyphenationsAlp Toker2013-12-05
* Convert a PPC test from grep to FileCheckHal Finkel2013-11-30
* Desensitize a couple of PPC regression testsHal Finkel2013-11-30
* Update the cpu specified on some PPC regression testsHal Finkel2013-11-30
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* PPC popcnt[dw] do not have record formsHal Finkel2013-11-20
* PPC: Optimize rldicl generation for masked shiftsHal Finkel2013-11-20
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-15