summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAge
* 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
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* Add PPC option for full register names in asmHal Finkel2013-11-11
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-28
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-28
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-28
* Update PPC loop tests after SCEV non-unit-stride checkin r193015.Andrew Trick2013-10-19
* [PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)Bill Schmidt2013-10-18
* Replace sra with srl if a single sign bit is requiredRichard Sandiford2013-10-17
* TBAA: update tbaa format from scalar format to struct-path aware format.Manman Ren2013-09-30
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-30
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-28
* [PowerPC] Fix PR17354: Generate nop after local calls for PIC code.Bill Schmidt2013-09-26
* [PowerPC] Fix problems with large code model (PR17169).Bill Schmidt2013-09-17
* PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-15
* Revert r190764: PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-15
* PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-15
* Prevent assert in CombinerGlobalAA with null valuesHal Finkel2013-09-15
* Remove unnecessary TBAA metadata from r190636's test caseHal Finkel2013-09-12
* Fix PPC ABI for ByVal structs with vector membersHal Finkel2013-09-12
* Make the PPC fast-math sqrt expansion safe at 0Hal Finkel2013-09-12
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-12
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* [PowerPC] Call support for fast-isel.Bill Schmidt2013-08-30
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-30
* [PowerPC] Handle selection of compare instructions in fast-isel.Bill Schmidt2013-08-30
* [PowerPC] Miscellaneous fast-isel test cases.Bill Schmidt2013-08-30
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-30
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26