summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAge
* Merging r204155:Tom Stellard2014-04-09
* Merging r202192:Tom Stellard2014-04-09
* Merging r200288:Tom Stellard2014-04-09
* Merging r199763:Tom Stellard2014-04-09
* Merging r197572:Tom Stellard2014-04-08
* Merging r197089:Bill Wendling2013-12-12
* Merging r195504:Manman Ren2013-12-09
* Merging r195272:Bill Wendling2013-11-21
* 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
* [PowerPC] More fast-isel chunks (returns and integer extends)Bill Schmidt2013-08-26
* [PowerPC] Add fast-isel branch and compare selection.Bill Schmidt2013-08-25
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-22
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-21
* Don't form PPC CTR-based loops around a copysignl callHal Finkel2013-08-19
* Add ExpandFloatOp_FCOPYSIGN to handle ppcf128-related expansionsHal Finkel2013-08-19
* Add the PPC fcpsgn instructionHal Finkel2013-08-19
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* 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