aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-3/+3
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+45
* PPC: Allow partial fills in writeNopData()David Majnemer2013-09-261-4/+7
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-251-0/+2
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-3/+0
* [PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.Bill Schmidt2013-09-161-1/+8
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-5/+5
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-012-43/+47
* 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