llvm-6502/tools/lto
Rafael Espindola 6421a8815e Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
memory and writing it back to disk.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128108 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-22 20:57:13 +00:00
..
CMakeLists.txt Build LTO as a static library too. 2011-03-12 22:01:36 +00:00
lto.cpp Add a lto_codegen_compile_to_file to avoid producing a file, reading it to 2011-03-22 20:57:13 +00:00
lto.exports Add a lto_codegen_compile_to_file to avoid producing a file, reading it to 2011-03-22 20:57:13 +00:00
LTOCodeGenerator.cpp Add a lto_codegen_compile_to_file to avoid producing a file, reading it to 2011-03-22 20:57:13 +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 Use lazy parsing in LTO. Unfortunately this is only a 3% time saving for 2011-03-18 19:51:00 +00:00
LTOModule.h Simplify the computation of undefined symbols. Instead of walking 2011-03-18 05:12:38 +00:00
Makefile lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with 2010-10-15 22:46:15 +00:00