aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Add artificial PRED_BAD to PPC::Predicate enumeration.Bill Schmidt2013-06-121-1/+2
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-121-0/+1
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-234-6/+190
* [PowerPC] Fix hi/lo encoding in old-style code emitterUlrich Weigand2013-05-171-16/+3
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-174-28/+17
* [PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand2013-05-172-7/+1
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-1/+1
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-151-44/+0
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-153-24/+10
* [PowerPC] Correctly handle fixups of other than 4 byte sizeUlrich Weigand2013-05-151-3/+27
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+5
* Remove unused argument.Rafael Espindola2013-05-101-1/+1
* [PowerPC] Fix regression in generating @ha/@l relocsUlrich Weigand2013-05-081-1/+10
* PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand2013-04-261-0/+3
* Move PPC getSwappedPredicate for reuseHal Finkel2013-04-202-0/+19
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-262-76/+6
* Remove default case from fully covered switch.Benjamin Kramer2013-03-261-1/+1
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-264-70/+17
* PowerPC: Simplify BLR pattern.Ulrich Weigand2013-03-261-1/+0
* PPC ZERO register needs a register number of 0.Hal Finkel2013-03-231-0/+1
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-221-6/+5
* To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.Sylvestre Ledru2013-03-173-0/+10
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-251-0/+3
* Relocation enablement for PPC DAG postprocessing passBill Schmidt2013-02-211-1/+15
* Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky2013-01-231-2/+3
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-2/+3
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-041-0/+5
* Undefine PPC harder.Rafael Espindola2012-12-202-0/+6
* This patch removes some nondeterminism from direct object file outputBill Schmidt2012-12-141-0/+45
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-142-15/+5
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-124-14/+36
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-114-2/+27
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-044-1/+41
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-034-8/+9
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-281-1/+1
* This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt2012-11-271-0/+5
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-271-1/+15
* PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer2012-11-241-1/+3
* PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-241-18/+14
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-131-2/+18
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-252-3/+13
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-254-13/+112
* PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval Zanella2012-10-081-1/+3
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-182-2/+2
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-3/+3
* Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky2012-09-121-2/+1
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-1/+0
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-162-20/+1
* Define and handle additional fixup kinds. By Adhemerval Zanella.Roman Divacky2012-08-162-1/+20