Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related...
[oota-llvm.git] / lib / Target / PowerPC / MCTargetDesc / PPCMCCodeEmitter.cpp
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-04 Benjamin KramerReplace custom fixed endian to raw_ostream emission...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-08-08 Joerg SonnenbergerAdd support for SPE load/store from memory.
2014-06-18 Ulrich Weigand[PowerPC] Fix emitting instruction pairs on LE
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-24 Ulrich Weigand[PowerPC] Generate little-endian object files
2014-02-02 Hal FinkelReplace PPC instruction-size code with MCInstrDesc...
2014-01-28 David WoodhouseDelete MCSubtargetInfo data members from target MCCodeE...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2013-12-22 Roman DivackyUse r2 when encoding tls on ppc32. Fixes PR18305.
2013-09-16 Bill Schmidt[PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during...
2013-07-05 Ulrich Weigand[PowerPC] Support @tls in the asm parser
2013-07-03 Ulrich Weigand[PowerPC] Use mtocrf when available
2013-07-03 Ulrich Weigand[PowerPC] Always use mfocrf if available
2013-07-02 Ulrich Weigand[PowerPC] Rework TLS call operand processing
2013-06-26 Ulrich Weigand[PowerPC] Support symbolic u16imm operands
2013-06-24 Ulrich Weigand[PowerPC] Support absolute branches
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-17 Ulrich Weigand[PowerPC] Fix hi/lo encoding in old-style code emitter
2013-05-17 Ulrich Weigand[PowerPC] Merge/rename PPC fixup types
2013-05-16 Ulrich Weigand[PowerPC] Use true offset value in "memrix" machine...
2013-05-15 Ulrich Weigand[PowerPC] Remove need for adjustFixupOffst hack
2013-03-26 Hal FinkelPPC: Use HWEncoding and TRI->getEncodingValue
2013-03-26 Ulrich WeigandPowerPC: Simplify handling of fixups.
2013-03-22 Ulrich WeigandRemove ABI-duplicated call instruction patterns.
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-25 Adhemerval ZanellaThis patch fixes the MC object emission of 'nop' for...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-08 Adhemerval ZanellaPowerPC: Fix object creation with PPC::MTCRF8 instruction
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...