aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-051-0/+20
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-059-22/+70
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-041-4/+8
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-041-0/+31
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-042-5/+84
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-041-5/+0
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-0/+5
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-031-5/+0
* [PowerPC] FreeBSD does not require f128 in its data layout string.Bill Schmidt2013-07-031-1/+1
* [PowerPC] Support lmw/stmw in the asm parserUlrich Weigand2013-07-031-0/+8
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-037-11/+38
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-039-65/+42
* [PowerPC] Remove dead code from PPCDAGToDAGISel::SelectSETCCUlrich Weigand2013-07-031-23/+5
* [PowerPC] Make specialized AltiVec patterns isCodeGenOnlyUlrich Weigand2013-07-031-2/+3
* [PowerPC] Support mtspr/mfspr in the asm parserUlrich Weigand2013-07-032-11/+20
* [PowerPC] PR16512 - Support TLS call sequences in the asm parserUlrich Weigand2013-07-022-2/+26
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-026-23/+40
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-022-6/+4
* [PowerPC] Support TLS variables in debug infoUlrich Weigand2013-07-022-0/+13
* Remove address spaces from MC.Rafael Espindola2013-07-021-1/+1
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-024-35/+62
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-0/+9
* [PowerPC] Support all condition register logical instructionsUlrich Weigand2013-07-011-5/+32
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-012-0/+27
* [PowerPC] Also add "msync" aliasUlrich Weigand2013-07-011-0/+1
* Don't form PPC CTR loops for over-sized exit countsHal Finkel2013-07-011-0/+3
* [PowerPC] Fix @got references to local symbolsUlrich Weigand2013-07-011-0/+34
* [PowerPC] Add "wait" instructionUlrich Weigand2013-07-011-0/+7
* [PowerPC] Support "eieio" instructionUlrich Weigand2013-07-012-0/+9
* [PowerPC] Add variants of "sync" instructionUlrich Weigand2013-07-012-5/+12
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-281-0/+12
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-281-2/+2
* [PowerPC] Accept 17-bit signed immediates for addisUlrich Weigand2013-06-263-4/+26
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-265-9/+14
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+18
* [PowerPC] Add extended rotate/shift mnemonicsUlrich Weigand2013-06-252-9/+264
* [PowerPC] Add rldcr/rldic instructionsUlrich Weigand2013-06-251-0/+8
* [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