summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* [PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREGHal Finkel2014-03-30
* [PowerPC] Handle v2i64 comparisonsHal Finkel2014-03-29
* [PowerPC] VSX instruction latency correctionsHal Finkel2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* [PowerPC] Add subregister classes for f64 VSX valuesHal Finkel2014-03-29
* [PowerPC] Fix VSX permutation iselHal Finkel2014-03-28
* [PowerPC] v2[fi]64 need to be explicitly passed in VSX registersHal Finkel2014-03-28
* [PowerPC] Use a small cleanup pass to remove VSX self copiesHal Finkel2014-03-27
* [PowerPC] Don't remove self VSX copies in PPCInstrInfo::copyPhysRegHal Finkel2014-03-27
* [PowerPC] Fix v2f64 vector extract and related patternsHal Finkel2014-03-27
* [PowerPC] Expand v2i64 shiftsHal Finkel2014-03-27
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* [PowerPC] Generate VSX permutations for v2[fi]64 vectorsHal Finkel2014-03-26
* [PowerPC] VSX loads and stores support unaligned accessHal Finkel2014-03-26
* [PowerPC] Use v2f64 <-> v2i64 VSX conversion instructionsHal Finkel2014-03-26
* [PowerPC] Remove some dead VSX v4f32 store patternsHal Finkel2014-03-26
* [PowerPC] Use VSX vector load/stores for v2[fi]64Hal Finkel2014-03-26
* [PowerPC] Add v2i64 as a legal VSX typeHal Finkel2014-03-26
* [PowerPC] Lower VSELECT using xxsel when VSX is availableHal Finkel2014-03-26
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* [PowerPC] Generate logical vector VSX instructionsHal Finkel2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* [PowerPC] Select between VSX A-type and M-type FMA instructions just before RAHal Finkel2014-03-25
* [PowerPC] Correct commutable indices for VSX FMA instructionsHal Finkel2014-03-25
* [PowerPC] Add a TableGen relation for A-type and M-type VSX FMA instructionsHal Finkel2014-03-25
* [PowerPC] Generate little-endian object filesUlrich Weigand2014-03-24
* [PPC64LE] ELFv2 ABI updates for the .opd sectionWill Schmidt2014-03-24
* [PowerPC] Mark many instructions as commutativeHal Finkel2014-03-24
* [PowerPC] Don't schedule VSX copy legalization unless VSX is enabledHal Finkel2014-03-24
* [PowerPC] Update comment re: VSX copy-instruction selectionHal Finkel2014-03-24
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [PowerPC] Make use of VSX f64 <-> i64 conversion instructionsHal Finkel2014-03-23
* [PowerPC] Fix the VSX v2f64 return registerHal Finkel2014-03-22
* Add llvm_unreachable after fully-covered switches to appease GCCAlexey Samsonov2014-03-20
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0.Bill Schmidt2014-03-18
* [C++11] Mark the target fast isel classes as 'final' so that the compiler can...Craig Topper2014-03-18
* [ppc64] Avoid copy relocs in named rodata sectionsUlrich Weigand2014-03-14
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-13
* [TableGen] Optionally forbid overlap between named and positional operandsHal Finkel2014-03-13
* Allow exclamation and tilde to be parsed as a part of the ppc asm operand.Roman Divacky2014-03-12
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* Update the datalayout string for ppc64LE.Will Schmidt2014-03-12
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-12
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-10
* Don't avoid cfi instructions on the bg/p.Rafael Espindola2014-03-07
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07