llvm-6502/lib/Transforms
Nick Lewycky 2c44a80d99 llvm.global_[cd]tor is defined to be either external, or appending with an array
of { i32, void ()* }. Teach the verifier to verify that, deleting copies of
checks strewn about.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129128 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-08 07:30:21 +00:00
..
Hello Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet. 2010-10-07 00:31:16 +00:00
InstCombine InstCombine optimizes gep(bitcast(x)) even when the bitcasts casts away address 2011-04-05 14:29:52 +00:00
Instrumentation Fix typos. Adjust some whitespace for style. No functionality change. 2011-04-05 20:39:27 +00:00
IPO llvm.global_[cd]tor is defined to be either external, or appending with an array 2011-04-08 07:30:21 +00:00
Scalar Expose more passes to the C API. 2011-04-07 18:20:46 +00:00
Utils Do not let debug info interfer with branch folding. 2011-04-07 23:11:25 +00:00
CMakeLists.txt Move library stuff out of the toplevel CMakeLists.txt file. 2011-02-18 22:06:14 +00:00
Makefile