index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm-c
/
lto.h
Age
Commit message (
Expand
)
Author
2009-07-15
llvm-c/Core.h is no longer needed in lto.h, and it brings in
Dan Gohman
2009-07-02
Maintain the old LTO API, by using the global context.
Owen Anderson
2009-07-01
Fix the LTO header for LLVMContext changes.
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-06-04
<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...
Nick Kledzik
2009-04-30
Oops! Missed a file in my last commit.
Nick Lewycky
2009-04-24
Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.
Rafael Espindola
2009-02-06
Correct strange whitespace.
Nick Lewycky
2008-11-29
Add protected visibility to libLTO.
Nick Lewycky
2008-07-03
Provide a hook to set the code generation debug options to investigate lto f...
Devang Patel
2008-05-04
Use (void) instead of () in C code.
Gordon Henriksen
2008-02-27
fixes from review of first commit
Nick Kledzik
2008-02-26
first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...
Nick Kledzik