summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [PowerPC] Force entry alignment in .got2Hal Finkel2016-08-301-2/+4
* [stackmaps] More extraction of common code [NFCI]Philip Reames2016-08-231-4/+3
* Drop support for creating $stubs.Rafael Espindola2016-06-291-162/+1
* Move isPositionIndependent up to AsmPrinter.Rafael Espindola2016-06-271-3/+3
* Use existing predicate. NFC.Rafael Espindola2016-06-241-5/+1
* Merge two identical if branches. NFC.Rafael Espindola2016-06-241-14/+11
* Merge two identical if branches. NFC.Rafael Espindola2016-06-241-11/+3
* clang-format a region. NFC.Rafael Espindola2016-06-241-4/+4
* [Codegen] Change PICLevel.Davide Italiano2016-06-171-3/+3
* Simplify handling of hidden stubs on PowerPC.Rafael Espindola2016-05-201-20/+1
* [Power9] Add support for -mcpu=pwr9 in the back endNemanja Ivanovic2016-05-091-1/+3
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* Fix for PR 26378Nemanja Ivanovic2016-03-121-0/+6
* [PowerPC] Fix large code model with the ELFv2 ABIUlrich Weigand2016-01-131-24/+76
* [PowerPC] OutStreamer cleanup in PPCAsmPrinterHal Finkel2015-12-121-23/+19
* Weak non-function symbols were being accessed directly, which isEric Christopher2015-11-201-31/+23
* Prune trailing whitespaces.NAKAMURA Takumi2015-09-221-3/+3
OpenPOWER on IntegriCloud