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-14 09:25:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
tools
/
lto
History
Michael J. Spencer
86f6a9ac6e
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm.
...
llvm-svn: 121958
2010-12-16 03:29:14 +00:00
..
lto.cpp
Fix prototypes.
2010-08-26 17:47:45 +00:00
lto.exports
lto_codegen_set_gcc_path was removed.
2010-08-25 18:37:04 +00:00
LTOCodeGenerator.cpp
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm.
2010-12-16 03:29:14 +00:00
LTOCodeGenerator.h
Make tool_output_file's raw_ostream instance a member variable instead
2010-09-01 14:20:41 +00:00
LTOModule.cpp
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm.
2010-12-16 03:29:14 +00:00
LTOModule.h
Make it possible to set the target triple and expose that with an option in the
2010-08-09 21:09:46 +00:00
Makefile
lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with
2010-10-15 22:46:15 +00:00