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
2008-11-30
Remove warning about declaration does not declare anything. This class was
Nick Lewycky
2008-11-29
Add protected visibility to libLTO.
Nick Lewycky
2008-11-13
Add Binary flag to raw_fd_ostream constructor.
Daniel Dunbar
2008-11-04
On darwin, 32-bit x86 target is i386-apple-darwin...
Devang Patel
2008-08-21
Don't silently ignore errors when opening output streams.
Dan Gohman
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-15
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...
Owen Anderson
2008-07-19
tentative definitions are default visibility
Nick Kledzik
2008-07-18
typo.
Devang Patel
2008-07-16
Name string length is end position marker - begin position marker.
Devang Patel
2008-07-16
Do not forget global definitions from inline asm code block.
Devang Patel
2008-07-15
LinkOnce definitions have default scope, like weak definitions. Otherwise, th...
Devang Patel
2008-07-08
fix dangling pointer and argv off by one errors. Add support for --disable-i...
Nick Kledzik
2008-07-07
add _lto_codegen_debug_options so that linker can use it
Nick Kledzik
2008-07-03
Provide a hook to set the code generation debug options to investigate lto f...
Devang Patel
2008-06-30
Rename new lto2 tool as lto.
Devang Patel
2008-06-30
Remove old LTO interface.
Devang Patel
2008-05-16
Add CommonLinkage to lto (treated same as weak AFAICT)
Dale Johannesen
2008-04-22
Move MemCpyOpt after GVN.
Owen Anderson
2008-04-22
Add MemCpyOpt to LTO.
Owen Anderson
2008-04-21
Use GVN in LTO instead of GCSE+LoadVN.
Owen Anderson
2008-04-02
Make EH work with unnamed functions. Reenable running
Dale Johannesen
2008-02-07
Begin setting features for target based on target triple string.
Devang Patel
2008-02-04
Do not set time out, lets assume assembler will do its job in reasonable amou...
Devang Patel
2008-02-02
Do not strip symbols when EH is ON.
Devang Patel
2008-01-30
Supply appropriate arch info to darwin assembler.
Devang Patel
2008-01-30
Enable exception handling if it is supported.
Devang Patel
2008-01-15
- Introduces versioning macro LLVM_LTO_VERSION
Devang Patel
2007-12-29
remove attributions from tools.
Chris Lattner
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-12-20
Revert my previous check-in.
Devang Patel
2007-12-20
Add lto version check mechanism.
Devang Patel
2007-10-17
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-07-18
Fix a sys::Path API error caught by a gcc 4.2 warning.
Reid Spencer
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-06
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
bitcodify
Chris Lattner
2007-03-07
Now LICM is a LoopPass.
Devang Patel
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-08
Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILURE
Bill Wendling
2007-02-08
The new version of how to add passes to emit files. We explicitly call a
Bill Wendling
2007-02-05
For PR411:
Reid Spencer
2007-02-01
Add printVersion(). Linker can use it to print LLVM version number.
Devang Patel
2007-02-01
Include Makefile.config before testing OS.
Devang Patel
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-21
default to emiting an uncompressed .bc file
Chris Lattner
2007-01-08
Modules are consumed when they are merged together by Linker.
Devang Patel
2007-01-08
Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...
Chandler Carruth
2007-01-06
Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth!
Chris Lattner
2007-01-06
fix typo
Chris Lattner
[next]