llvm-6502/lib/Transforms
Bill Wendling aab3c0cb07 Code-gen may inject code into the IR before it emits the ASM. The linker
obviously cannot know that this code is present, let alone used. So prevent the
internalize pass from internalizing those global values which code-gen may
insert.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154645 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-13 01:06:27 +00:00
..
Hello
InstCombine
Instrumentation [tsan] two more compile-time optimizations: 2012-04-10 22:29:17 +00:00
IPO Code-gen may inject code into the IR before it emits the ASM. The linker 2012-04-13 01:06:27 +00:00
Scalar Don't move objc_autorelease calls past autorelease pool boundaries when 2012-04-13 00:59:57 +00:00
Utils Fix 12513: Loop unrolling breaks with indirect branches. 2012-04-10 05:14:42 +00:00
Vectorize
CMakeLists.txt
LLVMBuild.txt
Makefile