summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
...
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-11
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* [PowerPC] Fast-isel cleanup patch.Bill Schmidt2013-08-31
* [PowerPC] Add integer truncation support to fast-isel.Bill Schmidt2013-08-30
* Correct partially defined variableBill Schmidt2013-08-30
* [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
* Remove bogus debug statement. Sheesh.Bill Schmidt2013-08-30
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-30
* Fix use of uninitialized value added in r189400 (found by MemorySanitizer)Alexey Samsonov2013-08-28
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-27
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Dummy code to silence warning from 4189266Bill Schmidt2013-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
* [PowerPC] More refactoring prior to real PPC emitPrologue/Epilogue changes.Bill Schmidt2013-08-20
* Add a llvm.copysign intrinsicHal Finkel2013-08-19
* Don't form PPC CTR-based loops around a copysignl callHal Finkel2013-08-19
* Add the PPC fcpsgn instructionHal Finkel2013-08-19
* [PowerPC] Preparatory refactoring for making prologue and epilogueBill Schmidt2013-08-16
* 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
* cast fix to appease buildbotDavid Fang2013-08-08
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-08
* PPC: Map frin to round() not nearbyint() and rint()Hal Finkel2013-08-08
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* Add PPC64 mulli patternHal Finkel2013-08-06
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* PPCAsmParser: Stop leaking names.Benjamin Kramer2013-08-03
* Fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-03
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.Bill Schmidt2013-07-30
* [PowerPC] Add comment explaining preprocessor directive.Bill Schmidt2013-07-28
* Revert 187318Bill Schmidt2013-07-28
* [PowerPC] Remove unnecessary preprocessor checking.Bill Schmidt2013-07-28
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-25
* allow tests to run on powerpc-darwin8 again, checking for __ppc__David Fang2013-07-24
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-24
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-18
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-17
* PPC: Add CTR-register clobber to builtin setjmpHal Finkel2013-07-17
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-17
* PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linu...NAKAMURA Takumi2013-07-16
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-15