aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Add a FIXME.Bill Schmidt2013-09-171-0/+4
* [PowerPC] Fix problems with large code model (PR17169).Bill Schmidt2013-09-172-8/+22
* [PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.Bill Schmidt2013-09-161-1/+8
* 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
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-124-0/+112
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-126-25/+56
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-2/+3
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-123-11/+3
* Greatly simplify the PPC A2 scheduling itineraryHal Finkel2013-09-113-726/+118
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-113-2/+52
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-111-0/+9
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-5/+5
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-012-43/+47
* [PowerPC] Fast-isel cleanup patch.Bill Schmidt2013-08-311-20/+37
* [PowerPC] Add integer truncation support to fast-isel.Bill Schmidt2013-08-301-0/+31
* Correct partially defined variableBill Schmidt2013-08-301-1/+2
* [PowerPC] Call support for fast-isel.Bill Schmidt2013-08-303-3/+338
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-304-0/+288
* [PowerPC] Handle selection of compare instructions in fast-isel.Bill Schmidt2013-08-301-0/+18
* Remove bogus debug statement. Sheesh.Bill Schmidt2013-08-301-4/+2
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-303-7/+776
* Fix use of uninitialized value added in r189400 (found by MemorySanitizer)Alexey Samsonov2013-08-281-4/+3
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-272-3/+31
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-272-50/+46
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-272-46/+50
* Dummy code to silence warning from 4189266Bill Schmidt2013-08-262-0/+11
* [PowerPC] More fast-isel chunks (returns and integer extends)Bill Schmidt2013-08-263-3/+255
* [PowerPC] Add fast-isel branch and compare selection.Bill Schmidt2013-08-251-9/+272
* [PowerPC] More refactoring prior to real PPC emitPrologue/Epilogue changes.Bill Schmidt2013-08-201-271/+194
* Add a llvm.copysign intrinsicHal Finkel2013-08-191-0/+6
* Don't form PPC CTR-based loops around a copysignl callHal Finkel2013-08-191-1/+2
* Add the PPC fcpsgn instructionHal Finkel2013-08-195-7/+45
* [PowerPC] Preparatory refactoring for making prologue and epilogueBill Schmidt2013-08-161-85/+102
* 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
* cast fix to appease buildbotDavid Fang2013-08-081-1/+1
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-084-19/+395
* PPC: Map frin to round() not nearbyint() and rint()Hal Finkel2013-08-082-68/+4
* Add ISD::FROUND for libm round()Hal Finkel2013-08-071-0/+5
* Add PPC64 mulli patternHal Finkel2013-08-061-0/+3
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-061-1/+1
* PPCAsmParser: Stop leaking names.Benjamin Kramer2013-08-031-10/+31
* Fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-031-1/+18
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-1/+1