index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lto
Age
Commit message (
Expand
)
Author
2011-06-27
Revert r133516 "Remove some unnecessary uses of c_str()."
Chad Rosier
2011-06-21
Remove some unnecessary uses of c_str().
Jay Foad
2011-05-22
switch bugpoint and liblto to PassManagerBuilder.
Chris Lattner
2011-05-01
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-04-21
Remove unused argument.
Rafael Espindola
2011-04-21
Fix typo in comment.
Nick Lewycky
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-01
Update CMakeLists.txt
Devang Patel
2011-03-29
Expoert c interface for disassembler.
Devang Patel
2011-03-22
Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
Rafael Espindola
2011-03-22
We don't need a null terminator for the output file.
Rafael Espindola
2011-03-18
Use lazy parsing in LTO. Unfortunately this is only a 3% time saving for
Rafael Espindola
2011-03-18
Simplify the computation of undefined symbols. Instead of walking
Rafael Espindola
2011-03-18
tools/lto/LTOModule.cpp: Eliminate an unused variable.
NAKAMURA Takumi
2011-03-17
Use RequiresNullTerminator to create buffers without a null terminator
Rafael Espindola
2011-03-17
Add support in the LTO library for loading an object from the middle
Rafael Espindola
2011-03-12
Build LTO as a static library too.
Oscar Fuentes
2011-03-12
Build LTO as a static library too.
Oscar Fuentes
2011-03-12
Update link components for llvm-dis and LTO.
Oscar Fuentes
2011-03-11
Add LTO and gold plugin to the CMake build. Linux-only, support for
Oscar Fuentes
2011-03-02
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-02-24
Switch LTO to use MC. This takes the linking of libxul.so from about 7m to
Rafael Espindola
2011-02-20
Fix some memory leaks and avoid looking in the hash tables twice.
Rafael Espindola
2011-02-12
Preserve aliases if needed.
Rafael Espindola
2011-02-12
Fix a silly bug I introduced when dropping std::string.
Rafael Espindola
2011-02-11
Remove std::string version of getNameWithPrefix.
Rafael Espindola
2011-02-08
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-02-01
Don't tell the linker about available_externally definitions. If we do, it will
Rafael Espindola
2011-01-07
Do not include DataTypes.h in llvm-c/lto.h.
Devang Patel
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
More code not compiled by CMake. :(.
Michael J. Spencer
2010-12-06
Do not try luck by using given name to create temporary file. In parallel bui...
Devang Patel
2010-12-03
Do not try luck by using given name to create temporary file. In parallel bui...
Devang Patel
2010-11-29
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-10-20
Record sysbols created by aliases. Fixes PR8414.
Rafael Espindola
2010-10-15
lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with
Daniel Dunbar
2010-10-07
This file needs ToolOutputFile.h too.
Dan Gohman
2010-10-06
Provide a fast "get me the target triple from the module" API. This can
Bill Wendling
2010-09-27
Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the
Bill Wendling
2010-09-27
The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAK
Bill Wendling
2010-09-01
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-08-26
Fix prototypes.
Devang Patel
2010-08-25
lto_codegen_set_gcc_path was removed.
Dan Gohman
2010-08-25
Fix a few missing entries in lto.exports.
Dan Gohman
2010-08-20
Convert tools to use tool_output_file, and introduce error
Dan Gohman
2010-08-11
Make it possible to set the cpu used for codegen.
Rafael Espindola
2010-08-11
lto: Fix an inverted conditional which prevented the addition of symbols scraped
Daniel Dunbar
[next]