summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Rename and adjust processFixupValue.Rafael Espindola2017-06-301-5/+6
* Reuse existing variable. NFC.Rafael Espindola2017-06-281-2/+2
* Don't repeat name in comment and format. NFC.Rafael Espindola2017-06-281-19/+15
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-4/+2
* Remove redundant argument.Rafael Espindola2017-06-241-1/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-1/+2
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-073-6/+6
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-065-6/+6
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-2/+2
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-1/+1
* [PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-133-26/+49
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-1/+10
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-092-4/+5
* [Power9] Part-word VSX integer scalar loads/stores and sign extend instructionsNemanja Ivanovic2016-10-041-2/+9
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-252-2/+5
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-2/+2
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-9/+3
* Delete Reloc::Default.Rafael Espindola2016-05-181-6/+0
* [PowerPC] Fix the EH_SjLj_Setup pseudo.Marcin Koscielnicki2016-04-281-0/+2
* [PowerPC] Remove incorrect use of COPY_TO_REGCLASS in fast iselUlrich Weigand2016-03-311-5/+0
* [Power9] Implement new vsx instructions: load, store instructions for vector ...Kit Barton2016-03-081-0/+16
* [MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu2016-02-101-6/+6
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* WebAssembly: fix build break introduced by ELFObjectWriter churnJF Bastien2016-01-131-1/+1
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+3
* Simplify. NFC.Rafael Espindola2015-12-171-6/+3
* [PowerPC] Add Branch Hints for Highly-Biased BranchesHal Finkel2015-12-121-0/+8
* [Assembler] Make fatal assembler errors non-fatalOliver Stannard2015-11-171-2/+2
* [PPC] Fix PR24686 by failing assembly for an invalid relocationBill Schmidt2015-10-221-0/+7
* Fix pr24486.Rafael Espindola2015-10-051-2/+2
* Untabify.NAKAMURA Takumi2015-09-221-6/+6
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-156-32/+30
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-156-30/+32
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-156-32/+30
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-156-30/+32
* Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...Daniel Sanders2015-09-151-12/+13
* 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-236-8/+8
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-196-8/+8
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-162-2/+2
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-2/+2
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-102-5/+6
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-093-5/+12
* MC: Clean up the naming for MCMachObjectWriter. NFC.Jim Grosbach2015-06-041-5/+5
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-042-2/+2
* MC: Remove obsolete MachO UseAggressiveSymbolFolding.Jim Grosbach2015-06-041-2/+1
* Replace custom fixed endian to raw_ostream emission with EndianStream.Benjamin Kramer2015-06-041-24/+6
OpenPOWER on IntegriCloud