aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-50/+100
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-86/+211
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-550/+2313
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-579/+887
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-459/+543
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-128/+180
* Update to LLVM 3.5a.Stephen Hines2014-04-241-67/+998
* [PowerPC] Fix PR17354: Generate nop after local calls for PIC code.Bill Schmidt2013-09-261-1/+3
* [PowerPC] Add a FIXME.Bill Schmidt2013-09-171-0/+4
* PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-151-1/+2
* Revert r190764: PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-151-0/+1
* PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-151-1/+0
* Add missing break statement in PPCISelLoweringHal Finkel2013-09-131-0/+2
* Remove an unused variable, fixing -Werror build with latest Clang.Chandler Carruth2013-09-121-1/+0
* Fix PPC ABI for ByVal structs with vector membersHal Finkel2013-09-121-9/+49
* Make the PPC fast-math sqrt expansion safe at 0Hal Finkel2013-09-121-1/+21
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-111-2/+5
* [PowerPC] Call support for fast-isel.Bill Schmidt2013-08-301-2/+1
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-301-4/+2
* Dummy code to silence warning from 4189266Bill Schmidt2013-08-261-0/+9
* Add the PPC fcpsgn instructionHal Finkel2013-08-191-2/+7
* Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove o...Craig Topper2013-08-151-4/+4
* Actually fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-141-1/+1
* PPC: Map frin to round() not nearbyint() and rint()Hal Finkel2013-08-081-56/+2
* Fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-031-1/+18
* [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.Bill Schmidt2013-07-301-0/+6
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-251-1/+21
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-171-3/+30
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-12/+12
* PPC: Add a better comment about the i64 FI fixupHal Finkel2013-07-101-2/+13
* [PowerPC] Better fix for PR16556.Bill Schmidt2013-07-091-9/+3
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-091-6/+3
* PPC: Allocate RS spill slot for unaligned i64 load/storeHal Finkel2013-07-091-2/+33
* PPC: Mark vector CC action for SETO and SETONE as ExpandHal Finkel2013-07-081-0/+3
* PPC: Mark vector FREM as Expand by defaultHal Finkel2013-07-081-0/+1
* [PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).Bill Schmidt2013-07-081-0/+9
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-051-1/+3
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-041-5/+0
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-0/+5
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-031-5/+0
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-6/+6
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-4/+4
* [PowerPC] Expose some calling convention functions in PPCISelLowering.h.Bill Schmidt2013-06-121-29/+14
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-5/+7
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-7/+12
* PPC: Add a isConsecutiveLS utility functionHal Finkel2013-05-271-2/+42
* Prefer to duplicate PPC Altivec loads when expanding unaligned loadsHal Finkel2013-05-261-3/+79
* PPC: Combine duplicate (offset) lvsl Altivec intrinsicsHal Finkel2013-05-251-1/+28
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-62/+61