Use std::bitset for SubtargetFeatures
[oota-llvm.git] / lib / Target / PowerPC / InstPrinter / PPCInstPrinter.cpp
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-04-23 Hal Finkel[PowerPC] Add asm/disasm support for dcbt with hint
2015-04-23 Hal Finkel[PowerPC] Enable printing instructions using aliases
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2014-09-02 Alexey SamsonovFix signed integer overflow in PPCInstPrinter.
2014-07-29 Joerg SonnenbergerSupport move to/from segment register.
2014-07-25 Hal Finkel[PowerPC] Support TLS on PPC32/ELF
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2013-11-11 Hal FinkelAdd PPC option for full register names in asm
2013-08-30 Bill Schmidt[PowerPC] Add handling for conversions to fast-isel.
2013-07-02 Ulrich Weigand[PowerPC] Rework TLS call operand processing
2013-06-26 Ulrich Weigand[PowerPC] Support symbolic u16imm operands
2013-06-24 Benjamin KramerPPC: Remove default case from fully covered switch.
2013-06-24 Ulrich Weigand[PowerPC] Add predicted forms of branches
2013-06-24 Ulrich Weigand[PowerPC] Support absolute branches
2013-06-12 David BlaikieRevert r183854 (PPC: Fix switch warnings from r183841)
2013-06-12 Bill Schmidt[PowerPC] Fix switch warnings from r183841.
2013-05-23 Ulrich Weigand[PowerPC] Clean up generation of ha16() / lo16() markers
2013-05-16 Ulrich Weigand[PowerPC] Use true offset value in "memrix" machine...
2013-05-03 Ulrich Weigand[PowerPC] Avoid using '$' in generated assembler code
2013-03-26 Hal FinkelPPC: Use HWEncoding and TRI->getEncodingValue
2013-03-26 Ulrich WeigandPowerPC: Use CCBITRC operand for ISEL patterns.
2013-03-26 Ulrich WeigandPowerPC: Simplify BLR pattern.
2012-10-08 Adhemerval ZanellaPR12716: PPC crashes on vector compare
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-06-23 Craig TopperSilence an unused variable warning on release builds.
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2010-11-25 Benjamin KramerNamespacify.
2010-11-15 Chris Lattnerdissolve some more hacks.
2010-11-15 Chris Lattnerfix some fixme's, removing dead code.
2010-11-15 Chris Lattnerremove asmstrings (which can never be printed) from...
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-14 Chris Lattnermake the stubbed-out printer methods abort instead of
2010-11-14 Chris Lattnerwire up a few more things, down to 4 test failures...
2010-11-14 Chris Lattnerimplement pretty printing support for the various pseudo
2010-11-14 Chris LattnerWire up symbol hi/lo printing. We don't print hi(...
2010-11-14 Chris Lattnerimplement basic support for symbol operand lowering,
2010-11-14 Chris Lattnerimplement basic support for memory operands and crbit...
2010-11-14 Chris Lattnerimplement several trivial operand printers, reducing
2010-11-14 Chris LattnerImplement support for printing register and immediate...
2010-11-14 Chris Lattnerstub out a powerpc MCInstPrinter implementation.