llvm/lib/Target/PowerPC/InstPrinter
Joerg Sonnenberger 4ee291ace8 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319381 91177308-0d34-0410-b5e6-96231b3b80d8
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