This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-10 22:43:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
tools
/
lto
History
Rafael Espindola
b0fe115914
Use lazy parsing in LTO. Unfortunately this is only a 3% time saving for
...
'ar'. Have to figure out how to make libLTO even lazier. llvm-svn: 127901
2011-03-18 19:51:00 +00:00
..
CMakeLists.txt
Build LTO as a static library too.
2011-03-12 22:01:36 +00:00
lto.cpp
Add support in the LTO library for loading an object from the middle
2011-03-17 00:36:11 +00:00
lto.exports
Add support in the LTO library for loading an object from the middle
2011-03-17 00:36:11 +00:00
LTOCodeGenerator.cpp
Use lazy parsing in LTO. Unfortunately this is only a 3% time saving for
2011-03-18 19:51:00 +00:00
LTOCodeGenerator.h
…
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
…