aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Add extended subtract mnemonicsUlrich Weigand2013-06-252-0/+54
* PPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocumentation]NAKAMURA Takumi2013-06-251-2/+2
* [PowerPC] Support some miscellaneous mnemonics in the asm parserUlrich Weigand2013-06-242-0/+17
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-241-4/+2
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-246-68/+259
* [PowerPC] Add t/f branch mnemonics to asm parserUlrich Weigand2013-06-241-0/+20
* [PowerPC] Support generic conditional branches in asm parserUlrich Weigand2013-06-242-0/+55
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-2410-22/+147
* [PowerPC] Support bd(n)zl and bd(n)zlrlUlrich Weigand2013-06-241-0/+12
* [PowerPC] Support b(cond)l in the asm parserUlrich Weigand2013-06-241-0/+9
* [PowerPC] Support blrl and variants in the asm parserUlrich Weigand2013-06-241-0/+13
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-222-2/+2
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-211-0/+17
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+78
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-214-2/+58
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+3
* [PowerPC] Support @h modifierUlrich Weigand2013-06-214-1/+20
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-2110-88/+88
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-202-5/+5
* [PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInnerUlrich Weigand2013-06-201-24/+24
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-203-14/+14
* [PowerPC] Add missing build dependencyUlrich Weigand2013-06-201-1/+1
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-204-46/+144
* [PowerPC] Support compare mnemonics with implied CR0Ulrich Weigand2013-06-201-0/+9
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+1
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-182-9/+9
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-164-53/+5
* Revert r183854 (PPC: Fix switch warnings from r183841)David Blaikie2013-06-122-3/+2
* [PowerPC] Remove PRED_BAD from PPC::Predicate enumeration.Bill Schmidt2013-06-121-2/+1
* [PowerPC] Fix switch warnings from r183841.Bill Schmidt2013-06-122-2/+3
* [PowerPC] Expose some calling convention functions in PPCISelLowering.h.Bill Schmidt2013-06-122-29/+32
* Add artificial PRED_BAD to PPC::Predicate enumeration.Bill Schmidt2013-06-121-1/+2
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-121-0/+1
* [PowerPC] Support extended sc mnemonicUlrich Weigand2013-06-101-0/+2
* [PowerPC] Support branch mnemonics with implied CR0Ulrich Weigand2013-06-101-0/+11
* [PowerPC] Use multiclass to generate extended branch mnemonicsUlrich Weigand2013-06-101-51/+22
* Disallow i64 div/rem in PPC32 counter loopsHal Finkel2013-06-071-0/+7
* Fold variable that's only used in assert into the assert.Benjamin Kramer2013-06-071-2/+1
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-077-20/+27
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-311-5/+5
* 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-253-82/+81
* PPC: Initial support for permutation-based unaligned Altivec loadsHal Finkel2013-05-241-0/+129
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-242-6/+6
* [PowerPC] Remove symbolLo/symbolHi instruction operand typesUlrich Weigand2013-05-232-37/+19
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-2310-90/+250
* Change some PowerPC PatLeaf definitions to ImmLeaf for fast-isel.Bill Schmidt2013-05-222-17/+19