summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Revert r183854 (PPC: Fix switch warnings from r183841)David Blaikie2013-06-12
* [PowerPC] Remove PRED_BAD from PPC::Predicate enumeration.Bill Schmidt2013-06-12
* [PowerPC] Fix switch warnings from r183841.Bill Schmidt2013-06-12
* [PowerPC] Expose some calling convention functions in PPCISelLowering.h.Bill Schmidt2013-06-12
* Add artificial PRED_BAD to PPC::Predicate enumeration.Bill Schmidt2013-06-12
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12
* [PowerPC] Support extended sc mnemonicUlrich Weigand2013-06-10
* [PowerPC] Support branch mnemonics with implied CR0Ulrich Weigand2013-06-10
* [PowerPC] Use multiclass to generate extended branch mnemonicsUlrich Weigand2013-06-10
* Disallow i64 div/rem in PPC32 counter loopsHal Finkel2013-06-07
* Fold variable that's only used in assert into the assert.Benjamin Kramer2013-06-07
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* 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
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* [PowerPC] Remove symbolLo/symbolHi instruction operand typesUlrich Weigand2013-05-23
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-23
* Change some PowerPC PatLeaf definitions to ImmLeaf for fast-isel.Bill Schmidt2013-05-22
* Fix PPC branch selection for counter-based branchesHal Finkel2013-05-21
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-20
* Remove copied preheader insertion logic from PPCCTRLoopsHal Finkel2013-05-20
* Rename PPC MTCTRse to MTCTRloopHal Finkel2013-05-20
* Add a PPCCTRLoops verification passHal Finkel2013-05-20
* Check InlineAsm clobbers in PPCCTRLoopsHal Finkel2013-05-18
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* [PowerPC] Fix hi/lo encoding in old-style code emitterUlrich Weigand2013-05-17
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-17
* [PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand2013-05-17
* Remove addFrameMove.Rafael Espindola2013-05-16
* Create an new preheader in PPCCTRLoops to avoid counter register clobbersHal Finkel2013-05-16
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* PPC32 cannot form counter loops around i64 FP conversionsHal Finkel2013-05-16
* [PowerPC] Report true displacement value from getPreIndexedAddressPartsUlrich Weigand2013-05-16
* Removed dead code.Rafael Espindola2013-05-16
* undef setjmp in PPCCTRLoopsHal Finkel2013-05-15
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-15
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-15
* PPCISelLowering.h: Escape \@ in comments. [-Wdocumentation]NAKAMURA Takumi2013-05-15
* Whitespace.NAKAMURA Takumi2013-05-15
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-15
* [PowerPC] Correctly handle fixups of other than 4 byte sizeUlrich Weigand2013-05-15
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-14
* PPC32: Fix stack collision between FP and CR save areas.Bill Schmidt2013-05-14
* Fix goofy commentary in PPCTargetObjectFile.cpp.Bill Schmidt2013-05-13