llvm-6502/tools/lto
Chris Lattner 18c7f80b3e reapply the patches reverted in r149470 that reenable ConstantDataArray,
but with a critical fix to the SelectionDAG code that optimizes copies
from strings into immediate stores: the previous code was stopping reading
string data at the first nul.  Address this by adding a new argument to
llvm::getConstantStringInfo, preserving the behavior before the patch.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149800 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-05 02:29:43 +00:00
..
CMakeLists.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
lto.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
lto.exports Expoert c interface for disassembler. 2011-03-29 00:01:39 +00:00
LTOCodeGenerator.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
LTOCodeGenerator.h Add a lto_codegen_compile_to_file to avoid producing a file, reading it to 2011-03-22 20:57:13 +00:00
LTOModule.cpp reapply the patches reverted in r149470 that reenable ConstantDataArray, 2012-02-05 02:29:43 +00:00
LTOModule.h Move comment to the correct place. 2011-11-04 09:34:06 +00:00
Makefile Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00