aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-152-0/+3
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-1/+2
* Prune some includes and forward declarations.Craig Topper2012-03-261-0/+1
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-184-4/+4
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-4/+3
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-0/+1
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-241-1/+1
* Tidy up. 80 columns.Jim Grosbach2012-01-181-13/+13
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-7/+7
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-222-15/+3
* Fix cmake.Rafael Espindola2011-12-221-0/+1
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-222-1/+112
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-7/+8