aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-186-19/+45
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-095-93/+57
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-236-17/+30
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0212-75/+261
* Update LLVM for rebase to r212749.Stephen Hines2014-07-213-39/+41
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-299-41/+45
* Update to LLVM 3.5a.Stephen Hines2014-04-2412-172/+240
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+3
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+3
* 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