[PATCH] D35667: [DragonEgg] Initial migration to GCC v6.3 and LLVM v3.9

Leslie Zhai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 02:34:23 PDT 2017


xiangzhai created this revision.
Herald added a subscriber: fedor.sergeev.

Dear LLVM developers,

I am migrating DragonEgg to GCC v6.3  and LLVM v3.9 just for fun and learn.

GCC API had been changed a lot, for example no PLUGIN_REGISTER_GGC_CACHES any more <https://gcc.gnu.org/ml/gcc/2017-07/msg00076.html> so I need to be familiar with GCC v4.x (because DragonEgg works better with GCC v4.6 <http://dragonegg.llvm.org/>), v5.x and v6.x for learning how to migrate from GCC v4.x to GCC v6.x and even v8.x git master.

LLVM changed a lot too, for example: no getGlobalContext any more after https://reviews.llvm.org/rL266379 and I can git log to compare with release_33 branch.

Here is the migration's issues <https://github.com/xiangzhai/dragonegg/issues> I hope fix all  of them :) please review my patch, and give me some hints about migration or something else, thanks a lot!

Regards,
Leslie Zhai


Repository:
  rL LLVM

https://reviews.llvm.org/D35667

Files:
  Makefile
  include/dragonegg/ABI.h
  include/dragonegg/Debug.h
  include/dragonegg/Internals.h
  include/dragonegg/Trees.h
  include/dragonegg/gt-cache-6.3.inc
  include/mips/dragonegg/Target.h
  src/Aliasing.cpp
  src/Backend.cpp
  src/Cache.cpp
  src/ConstantConversion.cpp
  src/Convert.cpp
  src/Debug.cpp
  src/DefaultABI.cpp
  src/Trees.cpp
  src/TypeConversion.cpp
  src/mips/ABIHack.inc
  src/mips/Target.cpp
  src/mips/mips_builtins
  src/x86/ABIHack6.inc
  src/x86/Target.cpp
  utils/TargetInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35667.107463.patch
Type: text/x-patch
Size: 2331800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170720/781b6658/attachment-0001.bin>


More information about the llvm-commits mailing list