Add LLVM support for PPC cryptography builtins
[oota-llvm.git] / lib / Target / PowerPC / InstPrinter / PPCInstPrinter.h
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-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-29 Joerg SonnenbergerSupport move to/from segment register.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2013-07-08 Ulrich Weigand[PowerPC] Always use "assembler dialect" 1
2013-07-02 Ulrich Weigand[PowerPC] Rework TLS call operand processing
2013-06-24 Ulrich Weigand[PowerPC] Support absolute branches
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...
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-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
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...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2010-11-15 Chris Lattnereliminate a now-unneeded operand printer.
2010-11-15 Chris Lattnerremove asmstrings (which can never be printed) from...
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 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.