summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for SPE load/store from memory.Joerg Sonnenberger2014-08-081-0/+57
* [PowerPC] Fix emitting instruction pairs on LEUlrich Weigand2014-06-181-9/+37
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [PowerPC] Generate little-endian object filesUlrich Weigand2014-03-241-11/+21
* Replace PPC instruction-size code with MCInstrDesc getSizeHal Finkel2014-02-021-7/+5
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-281-6/+3
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-281-35/+58
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-1/+2
* Use r2 when encoding tls on ppc32. Fixes PR18305.Roman Divacky2013-12-221-1/+2
* [PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.Bill Schmidt2013-09-161-1/+8
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-051-1/+1
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-3/+3
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-4/+4
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-021-12/+14
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-261-3/+3
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-241-0/+28
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-3/+3
* [PowerPC] Fix hi/lo encoding in old-style code emitterUlrich Weigand2013-05-171-16/+3
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-171-4/+4
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-1/+1
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-151-4/+4
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-261-5/+6
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-261-21/+5
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-221-6/+5
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-141-13/+0
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-7/+9
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-111-1/+11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-0/+29
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+4
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-251-3/+11
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-5/+27
* PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval Zanella2012-10-081-1/+3
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-3/+3
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-0/+1
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-241-1/+1
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-251-0/+193
OpenPOWER on IntegriCloud