summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
Commit message (Expand)AuthorAge
* Merging r199763:Tom Stellard2014-04-09
* [PowerPC] Fix PR17354: Generate nop after local calls for PIC code.Bill Schmidt2013-09-26
* [PowerPC] Add a FIXME.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
* Add missing break statement in PPCISelLoweringHal Finkel2013-09-13
* Remove an unused variable, fixing -Werror build with latest Clang.Chandler Carruth2013-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
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-11
* [PowerPC] Call support for fast-isel.Bill Schmidt2013-08-30
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-30
* Dummy code to silence warning from 4189266Bill Schmidt2013-08-26
* Add the PPC fcpsgn instructionHal Finkel2013-08-19
* Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove o...Craig Topper2013-08-15
* Actually fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-14
* PPC: Map frin to round() not nearbyint() and rint()Hal Finkel2013-08-08
* Fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-03
* [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.Bill Schmidt2013-07-30
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-25
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-17
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* PPC: Add a better comment about the i64 FI fixupHal Finkel2013-07-10
* [PowerPC] Better fix for PR16556.Bill Schmidt2013-07-09
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* PPC: Allocate RS spill slot for unaligned i64 load/storeHal Finkel2013-07-09
* PPC: Mark vector CC action for SETO and SETONE as ExpandHal Finkel2013-07-08
* PPC: Mark vector FREM as Expand by defaultHal Finkel2013-07-08
* [PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).Bill Schmidt2013-07-08
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-05
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-04
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-03
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-03
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-21
* [PowerPC] Expose some calling convention functions in PPCISelLowering.h.Bill Schmidt2013-06-12
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* PPC: Add a isConsecutiveLS utility functionHal Finkel2013-05-27
* Prefer to duplicate PPC Altivec loads when expanding unaligned loadsHal Finkel2013-05-26
* PPC: Combine duplicate (offset) lvsl Altivec intrinsicsHal Finkel2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* PPC: Initial support for permutation-based unaligned Altivec loadsHal Finkel2013-05-24
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* [PowerPC] Report true displacement value from getPreIndexedAddressPartsUlrich Weigand2013-05-16
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-15
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-14