summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwinFangrui Song2020-01-123-37/+1
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-5/+5
* [PowerPC] Exploit the rlwinm instructions for "and" with constantQingShan Zhang2019-12-301-0/+24
* [MC][PowerPC] Fix a crash when redefining a symbol after .setFangrui Song2019-12-131-1/+2
* [XCOFF][AIX] Emit TOC entries for object file generationjasonliu2019-12-041-1/+4
* [AIX] Emit TOC entries for ASM printingDavid Tenty2019-11-272-2/+7
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* [AIX] TOC pseudo expansion for 64bit large + 64bit small + 32bit large modelsXiangling Liao2019-10-171-0/+25
* [AIX] Use .space instead of .zero in assemblyDavid Tenty2019-10-111-0/+1
* [NFC] Replace 'isDarwin' with 'IsDarwin'Xiangling Liao2019-10-062-9/+9
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-232-3/+3
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-153-3/+3
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-097-1/+87
* [PowerPC][NFC] Move comment to the relevant functionHubert Tong2019-06-221-1/+1
* 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
* [PPC64] Update LocalEntry from assigned symbolsFangrui Song2019-05-211-6/+24
* [PowerPC] Support .reloc *, R_PPC{,64}_NONE, *Fangrui Song2019-05-172-28/+49
* [MC][PowerPC] Clean up PPCAsmBackendFangrui Song2019-05-171-25/+17
* Add Triple::isPPC64()Fangrui Song2019-05-161-1/+1
* [PowerPC] Create a TargetInfo header. NFCRichard Trieu2019-05-152-4/+1
* [PowerPC] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-115-2/+622
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1915-60/+45
* [PowerPC][NFC] Macro for register set defs for the Asm ParserNemanja Ivanovic2018-12-291-0/+60
* [PowerPC][NFC] Split PPCMCCodeEmitter into header and cpp file.Stefan Pintilie2018-11-212-91/+110
* [PowerPC][NFC] Minor Code Cleaup for PPCMCCodeEmitter.Stefan Pintilie2018-11-211-30/+41
* [PowerPC] [NFC] Refactor code for printing register operandsNemanja Ivanovic2018-09-271-8/+19
* [PowerPC][MC] Support expressions in getMemRIX16Encoding.Sean Fertile2018-08-271-3/+9
* Remove trailing spaceFangrui Song2018-07-303-14/+14
* Introduce codegen for the Signal Processing EngineJustin Hibbits2018-07-181-0/+3
* [PowerPC] Add support for high and higha symbol modifiers on tls modifers.Sean Fertile2018-06-151-0/+12
* [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.Sean Fertile2018-06-153-0/+24
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-2/+4
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-214-27/+17
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-17/+17
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-11/+4
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-032-3/+6
* [Targets] Don't automatically include the scheduler class enum from *GenInstr...Craig Topper2017-12-131-0/+1
* First step towards more human-friendly PPC assembler output:Joerg Sonnenberger2017-11-291-1/+1
* PowerPC: support the separator character in the IASSaleem Abdulrasool2017-10-241-0/+1
* [MC] Add a missing <memory> include left out of r315327.Lang Hames2017-10-101-0/+1
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-104-14/+19
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* [MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriterLang Hames2017-10-091-1/+1
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-12/+0
* [PowerPC] enable optimizeCompareInstr for branch with static branch hintHiroshi Inoue2017-07-271-0/+16
OpenPOWER on IntegriCloud