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-24 14:33:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
tools
/
lto
History
Bill Wendling
87e70b8a2a
Explicitly erase the file from disk if something bad happened. <rdar://problem/12184899>
...
llvm-svn: 163349
2012-09-06 21:07:57 +00:00
..
CMakeLists.txt
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
lto.cpp
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
2012-04-16 10:58:38 +00:00
lto.exports
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
2012-04-16 10:58:38 +00:00
LTOCodeGenerator.cpp
Explicitly erase the file from disk if something bad happened. <rdar://problem/12184899>
2012-09-06 21:07:57 +00:00
LTOCodeGenerator.h
Remove unused private fields found by clang's new -Wunused-private-field.
2012-06-06 18:25:08 +00:00
LTOModule.cpp
Stop casting away const qualifier needlessly.
2012-09-05 22:26:57 +00:00
LTOModule.h
Add a way to grab the target options from the LTO command line.
2012-08-06 21:34:54 +00:00
Makefile
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00