summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
Commit message (Expand)AuthorAge
* [PowerPC] Fix emitting instruction pairs on LEUlrich Weigand2014-06-18
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [PowerPC] Generate little-endian object filesUlrich Weigand2014-03-24
* Replace PPC instruction-size code with MCInstrDesc getSizeHal Finkel2014-02-02
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-28
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Use r2 when encoding tls on ppc32. Fixes PR18305.Roman Divacky2013-12-22
* [PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.Bill Schmidt2013-09-16
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-05
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-03
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-03
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-02
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-26
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-24
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* [PowerPC] Fix hi/lo encoding in old-style code emitterUlrich Weigand2013-05-17
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-17
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-16
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-15
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-26
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-26
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-22
* 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
* 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
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-24
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-25