]> Zhao Yanbai Git Server - minix.git/commit
Import magic pass from llvm-apps 42/3142/1
authorDavid van Moolenbroek <david@minix3.org>
Mon, 29 Jun 2015 23:25:43 +0000 (01:25 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 17 Sep 2015 13:57:53 +0000 (13:57 +0000)
commit3e457fe321c6af238c180a2b4a0f010f8b4f8c31
tree641f5dae8861e5f8c286cb4c5de1e25d2c1aaf90
parentb5e2faaaaf60a8b9a02f8d72f64caa56a87eb312
Import magic pass from llvm-apps

Change-Id: I19535b913b50f2ff24aeb80ddefc92e305c31fe8
33 files changed:
minix/llvm/include/common/util/stdlib.h [new file with mode: 0644]
minix/llvm/include/common/util/util_def.h [new file with mode: 0644]
minix/llvm/include/magic_common.h [new file with mode: 0644]
minix/llvm/passes/hello/hello.cpp
minix/llvm/passes/hello/pass_hello.h [deleted file]
minix/llvm/passes/include/common/pass_common.h [new file with mode: 0644]
minix/llvm/passes/include/common/qprof_common.h [new file with mode: 0644]
minix/llvm/passes/include/magic/MagicCTLazyCheckpointPass.h [new file with mode: 0644]
minix/llvm/passes/include/magic/MagicCheckpointPass.h [new file with mode: 0644]
minix/llvm/passes/include/magic/MagicLTLazyCheckpointPass.h [new file with mode: 0644]
minix/llvm/passes/include/magic/MagicPass.h [new file with mode: 0644]
minix/llvm/passes/include/magic/magic.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/Backports.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/BitFieldAggregation.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/EDIType.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/MagicDebugFunction.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/MagicMemFunction.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/MagicMmapCtlFunction.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/MagicUtil.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/SmartType.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/TypeInfo.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/TypeUtil.h [new file with mode: 0644]
minix/llvm/passes/include/magic/support/VariableRefs.h [new file with mode: 0644]
minix/llvm/passes/include/pass.h [moved from minix/llvm/passes/hello/pass.h with 95% similarity]
minix/llvm/passes/magic/MagicPass.cpp [new file with mode: 0644]
minix/llvm/passes/magic/Makefile [new file with mode: 0644]
minix/llvm/passes/magic/support/Backports.cpp [new file with mode: 0644]
minix/llvm/passes/magic/support/BitFieldAggregation.cpp [new file with mode: 0644]
minix/llvm/passes/magic/support/EDIType.cpp [new file with mode: 0644]
minix/llvm/passes/magic/support/MagicUtil.cpp [new file with mode: 0644]
minix/llvm/passes/magic/support/SmartType.cpp [new file with mode: 0644]
minix/llvm/passes/magic/support/TypeUtil.cpp [new file with mode: 0644]
minix/llvm/passes/magic/support/VariableRefs.cpp [new file with mode: 0644]