summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/MCTargetDesc
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2018-07-18Introduce codegen for the Signal Processing EngineJustin Hibbits
2018-06-15[PowerPC] Add support for high and higha symbol modifiers on tls modifers.Sean Fertile
2018-06-15[PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.Sean Fertile
2018-06-06[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith
2018-05-21MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne
2018-05-21MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne
2018-05-18Support: Simplify endian stream interface. NFCI.Peter Collingbourne
2018-01-03Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury
2017-12-13[Targets] Don't automatically include the scheduler class enum from *GenInstr...Craig Topper
2017-11-29First step towards more human-friendly PPC assembler output:Joerg Sonnenberger
2017-10-24PowerPC: support the separator character in the IASSaleem Abdulrasool
2017-10-10[MC] Add a missing <memory> include left out of r315327.Lang Hames
2017-10-10[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames
2017-10-09[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames
2017-10-09[MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriterLang Hames
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-07-27[PowerPC] enable optimizeCompareInstr for branch with static branch hintHiroshi Inoue
2017-07-13[PowerPC] Ensure displacements for DQ-Form instructions are multiples of 16Nemanja Ivanovic
2017-07-11Fully fix the movw/movt addend.Rafael Espindola
2017-06-30Rename and adjust processFixupValue.Rafael Espindola
2017-06-28Reuse existing variable. NFC.Rafael Espindola
2017-06-28Don't repeat name in comment and format. NFC.Rafael Espindola
2017-06-24Simplify the processFixupValue interface. NFC.Rafael Espindola
2017-06-24Remove redundant argument.Rafael Espindola
2017-06-23ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola
2017-06-21Use a MutableArrayRef. NFC.Rafael Espindola
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-17Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov
2017-04-05Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury
2017-01-13[PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-11-19Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-10-04[Power9] Part-word VSX integer scalar loads/stores and sign extend instructionsNemanja Ivanovic
2016-07-25MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones
2016-07-11Fix branch relaxation in 16-bit mode.Nirav Dave
2016-06-30Delete MCCodeGenInfo.Rafael Espindola
2016-05-18Delete Reloc::Default.Rafael Espindola
2016-04-28[PowerPC] Fix the EH_SjLj_Setup pseudo.Marcin Koscielnicki
2016-03-31[PowerPC] Remove incorrect use of COPY_TO_REGCLASS in fast iselUlrich Weigand
2016-03-08[Power9] Implement new vsx instructions: load, store instructions for vector ...Kit Barton
2016-02-10[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu
2016-01-26Remove autoconf supportChris Bieneman
2016-01-13WebAssembly: fix build break introduced by ELFObjectWriter churnJF Bastien
2016-01-13Convert a few assert failures into proper errors.Rafael Espindola
2015-12-17Simplify. NFC.Rafael Espindola
2015-12-12[PowerPC] Add Branch Hints for Highly-Biased BranchesHal Finkel
2015-11-17[Assembler] Make fatal assembler errors non-fatalOliver Stannard
2015-10-22[PPC] Fix PR24686 by failing assembly for an invalid relocationBill Schmidt