summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwinFangrui Song2020-01-121-3/+1
* [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-271-2/+6
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-091-0/+25
* [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] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [PowerPC] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* First step towards more human-friendly PPC assembler output:Joerg Sonnenberger2017-11-291-1/+1
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-12/+0
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-131-5/+29
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+2
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-9/+3
* Delete Reloc::Default.Rafael Espindola2016-05-181-6/+0
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-17/+16
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-16/+17
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-17/+16
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-16/+17
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-10/+7
* Where Triple has a suitable predicate, use it rather than the enum values. NFC.Daniel Sanders2015-07-061-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-2/+2
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+8
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-2/+2
* Bring back r239006 with a fix.Rafael Espindola2015-06-041-11/+5
* Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags."Rafael Espindola2015-06-041-5/+11
* Pack the MCSymbolELF bit fields into MCSymbol's Flags.Rafael Espindola2015-06-041-11/+5
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-13/+13
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-291-8/+5
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-5/+4
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-18/+11
* two or more, use a for.Rafael Espindola2015-03-181-58/+30
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-2/+2
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+3
* There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola2015-03-161-13/+11
* [PowerPC] Fix PR22711 - Misaligned .toc sectionBill Schmidt2015-02-271-0/+1
OpenPOWER on IntegriCloud