llvm-6502/lib/Transforms
Nick Lewycky 918035f802 Add a function for profiling to run at shutdown. Unlike the existing API, this
can be used even when main() isn't present in the Module, but it means that you
don't get to read argv[].


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129163 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-08 22:19:52 +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 Add a function for profiling to run at shutdown. Unlike the existing API, this 2011-04-08 22:19:52 +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