summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PPCAsmPrinter] support 'L' output template for memory operandsNick Desaulniers2020-06-251-2/+5
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnddiggerlin2020-01-141-2/+1
* [PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwinFangrui Song2020-01-121-164/+0
* [PowerPC] The VK_PLT symbolref modifier is only used on 32-bit ELF. [NFC]Sean Fertile2020-01-091-2/+2
* [AIX][XCOFF]Implement mergeable constdiggerlin2020-01-071-2/+1
* [AIX] Use csect reference for function address constantsdiggerlin2020-01-061-1/+1
* [AIX] Use csect reference for function address constantsdiggerlin2020-01-061-0/+22
* [StackMaps] Be explicit about label formation [NFC] (try 2)Philip Reames2019-12-191-2/+10
* [AIX] Avoid unset csect assert for functions defined after their use in TOCDavid Tenty2019-12-171-16/+17
* [AIX] Make sure to use QualNames for external global objectsDavid Tenty2019-12-051-12/+14
* [XCOFF][AIX] Emit TOC entries for object file generationjasonliu2019-12-041-0/+2
* [AIX] Emit TOC entries for ASM printingDavid Tenty2019-11-271-20/+110
* [PowerPC] Add new Future CPU for PowerPC in LLVMStefan Pintilie2019-11-271-1/+2
* [PowerPC] Rename DarwinDirective to CPUDirective (NFC)Kit Barton2019-11-251-2/+2
* [AIX][XCOFF] Add support for generating assembly code for one-byte mergable s...Xing Xue2019-11-201-1/+2
* Add read-only data assembly writing for aixdiggerlin2019-11-151-1/+3
* PowerPC - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-131-1/+1
* [PowerPC][XCOFF] Add support for zero initialized global values.Sean Fertile2019-11-111-1/+1
* [XCOFF][AIX] Differentiate usage of label symbol and csect symbolJason Liu2019-11-081-7/+6
* [NFC] Cleanup with variable name IsPPC64 & IsDarwinXiangling Liao2019-10-211-20/+18
* NFC: Fix variable only used in asserts by propagating the value.Sterling Augustine2019-10-171-3/+4
* [AIX] TOC pseudo expansion for 64bit large + 64bit small + 32bit large modelsXiangling Liao2019-10-171-11/+81
* NFC: clang-format rL374420 and adjust comment wordingHubert Tong2019-10-121-9/+11
* [NFC][PowerPC]Clean up PPCAsmPrinter for TOC related pseudo opcodeXiangling Liao2019-10-101-93/+70
* [NFC] Replace 'isDarwin' with 'IsDarwin'Xiangling Liao2019-10-061-10/+10
* [PowerPC] Fix conditions of assert in PPCAsmPrinterJinsong Ji2019-09-291-1/+1
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [AIX]Emit function descriptor csect in assemblyXiangling Liao2019-09-261-0/+57
* Updated comments in LWZtoc pseudo expansion.Sean Fertile2019-09-261-4/+5
* Extends the expansion of the LWZtoc pseduo op for AIX.Sean Fertile2019-09-241-15/+38
* [NFC][PowerPC] Refactor classifyGlobalReferenceJinsong Ji2019-09-201-6/+3
* [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet2019-09-111-5/+2
* [PowerPC][NFC] Use inline Subtarget->isPPC64()Jinsong Ji2019-08-301-7/+6
* [PPC32] Emit R_PPC_GOT_TPREL16 instead R_PPC_GOT_TPREL16_LOFangrui Song2019-08-301-2/+4
* [PowerPC][AIX] Adds support for writing the .data section in assembly filesXing Xue2019-08-251-11/+26
* [PowerPC][XCOFF][MC] Explicitly set containing csect on symbols. [NFC]Sean Fertile2019-08-221-0/+2
* Adds support for writing the .bss section for XCOFF object files.Sean Fertile2019-08-201-1/+3
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-3/+3
* Enable assembly output of local commons for AIXDavid Tenty2019-08-081-2/+6
* Address post commit review comments on revision 366727.Sean Fertile2019-07-301-5/+5
* [NFC][PowerPC]Change ADDIStocHA to ADDIStocHA8 to follow 64-bit naming conven...Jason Liu2019-07-221-4/+4
* Stubs out TLOF for AIX and add support for common vars in assembly output.Sean Fertile2019-07-221-0/+33
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-091-0/+11
* [PPC32] Support PLT calls for -msecure-plt -fpicFangrui Song2019-06-251-24/+21
* [NFC] Fix indentation in PPCAsmPrinter.cppHubert Tong2019-06-221-54/+54
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [PowerPC] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [PowerPC] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
OpenPOWER on IntegriCloud