summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-20/+26
* [AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFCNick Desaulniers2019-04-171-2/+0
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-7/+3
* [PowerPC] Remove UseVSXRegStefan Pintilie2019-03-261-4/+1
* [NFC][PowerPC] Add comment for PPCAsmPrinter::printOperandJinsong Ji2019-03-111-2/+6
* [PowerPC] Add secure plt support for TLS symbolsStrahinja Petrovic2019-03-061-1/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeGen] Support custom format of stack mapsThan McIntosh2018-11-261-1/+1
* [PowerPC] [NFC] Refactor code for printing register operandsNemanja Ivanovic2018-09-271-35/+6
* [PowerPC] Support operand modifier 'x' in inline asmZaara Syeda2018-09-241-0/+15
* Introduce codegen for the Signal Processing EngineJustin Hibbits2018-07-181-0/+26
* Add PowerPC e500(v2) core scheduler and directives.Justin Hibbits2018-07-181-0/+1
* [PowerPC] fix trivial typos in comment, NFCHiroshi Inoue2018-06-131-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-10/+8
* [PowerPC] Secure PLT supportStrahinja Petrovic2018-03-271-25/+55
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* [CodeGen] Print global addresses as @foo in both MIR and debug outputFrancis Visoiu Mistrih2017-12-141-21/+21
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-42/+42
* [XRay] support conditional return on PPC.Tim Shen2017-09-221-17/+63
* [XRay][CodeGen][PowerPC] Fix tail exit codegen for XRay in PPCDean Michael Berris2017-09-081-0/+2
OpenPOWER on IntegriCloud