summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* 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
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Reduce large list of macros to the primary platform macros. DistingiushJoerg Sonnenberger2013-07-13
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-11
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-11
* 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
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-09
* [PowerPC] Support ".machine any"Ulrich Weigand2013-07-09
* [PowerPC] Support .llong and fix .wordUlrich Weigand2013-07-09
* PPC: Allocate RS spill slot for unaligned i64 load/storeHal Finkel2013-07-09
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-08
* 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] Support time base instructionsUlrich Weigand2013-07-08
* [PowerPC] Support basic compare mnemonicsUlrich Weigand2013-07-08
* [PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).Bill Schmidt2013-07-08
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-05
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-05
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-04
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-04
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-04