aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Fix use of uninitialized value added in r189400 (found by MemorySanitizer)Alexey Samsonov2013-08-281-4/+3
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-271-3/+4
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-272-50/+46
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-272-46/+50
* cast fix to appease buildbotDavid Fang2013-08-081-1/+1
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-084-19/+395
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-263-4/+22
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-2/+2
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-084-16/+19
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-051-0/+20
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-054-11/+6
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-041-4/+8
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-3/+3
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-4/+4
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-021-12/+14
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-021-2/+2
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-0/+9
* [PowerPC] Fix @got references to local symbolsUlrich Weigand2013-07-011-0/+34
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-261-3/+3
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+18
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-242-8/+56
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-244-2/+46
* [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-213-2/+46
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+3
* [PowerPC] Support @h modifierUlrich Weigand2013-06-213-0/+16
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-213-36/+36
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-201-3/+3
* [PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInnerUlrich Weigand2013-06-201-24/+24
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-202-11/+29
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-3/+3
* Revert r183854 (PPC: Fix switch warnings from r183841)David Blaikie2013-06-121-2/+2
* [PowerPC] Remove PRED_BAD from PPC::Predicate enumeration.Bill Schmidt2013-06-121-2/+1
* [PowerPC] Fix switch warnings from r183841.Bill Schmidt2013-06-121-2/+2
* 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] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-234-6/+190
* [PowerPC] Fix hi/lo encoding in old-style code emitterUlrich Weigand2013-05-171-16/+3
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-174-28/+17
* [PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand2013-05-172-7/+1
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-1/+1
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-151-44/+0
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-153-24/+10
* [PowerPC] Correctly handle fixups of other than 4 byte sizeUlrich Weigand2013-05-151-3/+27
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+5
* Remove unused argument.Rafael Espindola2013-05-101-1/+1
* [PowerPC] Fix regression in generating @ha/@l relocsUlrich Weigand2013-05-081-1/+10
* PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand2013-04-261-0/+3
* Move PPC getSwappedPredicate for reuseHal Finkel2013-04-202-0/+19