llvm-project/llvm/lib/Target/PowerPC/InstPrinter
Joerg Sonnenberger 4b1acff9b3 First step towards more human-friendly PPC assembler output:
- add -ppc-reg-with-percent-prefix option to use %r3 etc as register
  names
- split off logic for Darwinish verbose conditional codes into a helper
  function
- be explicit about Darwin vs AIX vs GNUish assembler flavors

Based on the patch from Alexandre Yukio Yamashita

Differential Revision: https://reviews.llvm.org/D39016

llvm-svn: 319381
2017-11-29 23:05:56 +00:00
..
CMakeLists.txt
LLVMBuild.txt
PPCInstPrinter.cpp First step towards more human-friendly PPC assembler output: 2017-11-29 23:05:56 +00:00
PPCInstPrinter.h First step towards more human-friendly PPC assembler output: 2017-11-29 23:05:56 +00:00