1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/tools/lto
Peter Collingbourne 42ebc937cb Now that the linker supports lazily materialising globals, don't
materialise them in LTO.

I observed a ~0.5-1% speedup for an LTO link of opt.

llvm-svn: 143784
2011-11-05 04:17:25 +00:00
..
CMakeLists.txt Update CMakeLists.txt 2011-04-01 18:03:58 +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 Now that the linker supports lazily materialising globals, don't 2011-11-05 04:17:25 +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 Reformatting changes to get rid of blank lines, put code on one line, and to 2011-11-04 18:48:00 +00:00
LTOModule.h Move comment to the correct place. 2011-11-04 09:34:06 +00:00
Makefile build: Tidy up a bunch of tool Makefiles, and simplify where possible using the 2011-10-18 19:27:24 +00:00