index
:
llvm
embtk-support-master
embtk-support-release-3.2
embtk-support-release-3.3
embtk-support-release-3.4
master
release-3.2
release-3.4
Unofficial llvm GIT mirror used in EmbToolkit
Git daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lto
/
lto.cpp
Commit message (
Expand
)
Author
Age
*
Adding new LTO APIs to parse metadata nodes and extract linker options and
Yunzhong Gao
2014-01-21
*
[LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
2014-01-15
*
Reapply "LTO: add API to set strategy for -internalize"
Duncan P. N. Exon Smith
2014-01-14
*
Revert r199191, "LTO: add API to set strategy for -internalize"
NAKAMURA Takumi
2014-01-14
*
LTO: add API to set strategy for -internalize
Duncan P. N. Exon Smith
2014-01-14
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
*
lto.h: Use lto_bool_t instead of int to restore the ABI
Reid Kleckner
2013-10-24
*
llvm-c/lto.h: Avoid use of bool.
NAKAMURA Takumi
2013-10-23
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
*
Fix option parsing in the gold plugin.
Rafael Espindola
2013-10-02
*
Move command line options to the users of libLTO. Fixes --enable-shared build.
Rafael Espindola
2013-09-30
*
Move LTO support library to a component, allowing it to be tested
Peter Collingbourne
2013-09-24
*
Revert 189297, the original commit message is following.
Shuxin Yang
2013-08-27
*
Add new API lto_codegen_compile_parallel().
Shuxin Yang
2013-08-27
*
Revert r188188 and r188200.
Shuxin Yang
2013-08-12
*
Misc enhancements to LTO:
Shuxin Yang
2013-08-12
*
Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...
Shuxin Yang
2013-08-07
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
*
Revert r169656.
Bill Wendling
2012-12-10
*
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-08
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
*
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
Rafael Espindola
2012-04-16
*
s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...
Bill Wendling
2012-04-09
*
Add a hook to turn on the internalize pass through the LTO interface.
Bill Wendling
2012-04-09
*
Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.
Bill Wendling
2012-03-31
*
Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards.
Bill Wendling
2012-03-30
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
*
Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
Rafael Espindola
2011-03-22
*
Add support in the LTO library for loading an object from the middle
Rafael Espindola
2011-03-17
*
Switch LTO to use MC. This takes the linking of libxul.so from about 7m to
Rafael Espindola
2011-02-24
*
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-02-08
*
Do not include DataTypes.h in llvm-c/lto.h.
Devang Patel
2011-01-07
*
Fix prototypes.
Devang Patel
2010-08-26
*
Make it possible to set the cpu used for codegen.
Rafael Espindola
2010-08-11
*
Make it possible to set the flags passed to the assembler.
Rafael Espindola
2010-08-10
*
Make it possible to set the target triple and expose that with an option in the
Rafael Espindola
2010-08-09
*
Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
Nick Lewycky
2009-08-03
*
Add newline at end of file.
Duncan Sands
2009-07-03
*
Maintain the old LTO API, by using the global context.
Owen Anderson
2009-07-02
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
*
Indentation.
Evan Cheng
2009-06-26
*
<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...
Nick Kledzik
2009-06-04
*
Allow a user of libLTO to specify the full pathname of the gcc executable to
Nick Lewycky
2009-04-30
*
fix dangling pointer and argv off by one errors. Add support for --disable-i...
Nick Kledzik
2008-07-08
*
Provide a hook to set the code generation debug options to investigate lto f...
Devang Patel
2008-07-03
*
Rename new lto2 tool as lto.
Devang Patel
2008-06-30
*
Remove old LTO interface.
Devang Patel
2008-06-30
*
Add CommonLinkage to lto (treated same as weak AFAICT)
Dale Johannesen
2008-05-16
[next]