summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* Get the TOC save offset off of PPCFrameLowering rather than a separate copy o...Eric Christopher2017-04-101-1/+1
* [PPC] Silence warning in Release builds.Benjamin Kramer2017-02-101-2/+1
* Fix a silly syntax error.Tim Shen2017-02-101-2/+2
* [XRay] Implement powerpc64le xray.Tim Shen2017-02-101-1/+96
* [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...Eugene Zelenko2016-12-121-17/+28
* Sink all of the code relying on the MachO MachineModuleInfo to liveChandler Carruth2016-11-031-47/+51
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+6
* [Power9] Part-word VSX integer scalar loads/stores and sign extend instructionsNemanja Ivanovic2016-10-041-1/+17
* [PowerPC] Account for the ELFv2 function prologue during branch selectionHal Finkel2016-10-031-0/+3
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-10/+8
* [PowerPC] For larger offsets, when possible, fold offset into addis toc@haHal Finkel2016-09-021-0/+7
OpenPOWER on IntegriCloud