summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAge
* Merging r181450:Bill Wendling2013-05-14
* PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand2013-04-26
* Move PPC getSwappedPredicate for reuseHal Finkel2013-04-20
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-26
* Remove default case from fully covered switch.Benjamin Kramer2013-03-26
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-26
* PowerPC: Simplify BLR pattern.Ulrich Weigand2013-03-26
* PPC ZERO register needs a register number of 0.Hal Finkel2013-03-23
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-22
* To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.Sylvestre Ledru2013-03-17
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-25
* Relocation enablement for PPC DAG postprocessing passBill Schmidt2013-02-21
* Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky2013-01-23
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-04
* Undefine PPC harder.Rafael Espindola2012-12-20
* This patch removes some nondeterminism from direct object file outputBill Schmidt2012-12-14
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-14
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-28
* This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt2012-11-27
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer2012-11-24
* PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-24
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-13
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-25
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval Zanella2012-10-08
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky2012-09-12
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-16
* Define and handle additional fixup kinds. By Adhemerval Zanella.Roman Divacky2012-08-16
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-24
* Tidy up. 80 columns.Jim Grosbach2012-01-18
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-22