summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Exploit the rlwinm instructions for "and" with constantQingShan Zhang2019-12-301-0/+24
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-091-0/+3
* [PowerPC] Create a TargetInfo header. NFCRichard Trieu2019-05-151-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PowerPC][NFC] Macro for register set defs for the Asm ParserNemanja Ivanovic2018-12-291-0/+60
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-9/+5
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-2/+3
* [Targets] Don't automatically include the scheduler class enum from *GenInstr...Craig Topper2017-12-131-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-101-5/+8
* [PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-131-5/+4
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-1/+3
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-2/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+2
* 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
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-1/+2
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-5/+4
* Don't repeat name in comment. NFC.Rafael Espindola2015-04-091-6/+6
* [PowerPC] Add asm parser support for bitmask forms of rotate-and-mask instruc...Hal Finkel2015-03-281-0/+30
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-2/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [PowerPC] Generate little-endian object filesUlrich Weigand2014-03-241-0/+1
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-1/+2
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-081-0/+4
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+1
* To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.Sylvestre Ledru2013-03-171-0/+4
* Undefine PPC harder.Rafael Espindola2012-12-201-0/+3
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-1/+1
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-0/+2
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-221-1/+9
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-4/+2
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-251-0/+12
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-0/+41
OpenPOWER on IntegriCloud