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
/
LTOModule.h
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-11
Change some functions to take const pointers.
Rafael Espindola
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-08-06
Add a way to grab the target options from the LTO command line.
Bill Wendling
2012-04-02
Hack the hack. If we have a situation where an ASM object is defined but isn't
Bill Wendling
2012-04-02
It could come about that we parse the inline ASM before we get a potential
Bill Wendling
2012-03-31
Cleanup whitespace and trim some of the #includes.
Bill Wendling
2012-03-29
Make some headway towards compiling all of LLVM.
Bill Wendling
2012-03-29
Cleanup whitespace.
Bill Wendling
2012-03-28
Cleanup some whitespaces.
Bill Wendling
2012-03-28
Reformat the LTOModule code to be more inline with LLVM's coding standards. Add
Bill Wendling
2012-03-28
Some whitespace cleanup.
Bill Wendling
2011-11-04
Move comment to the correct place.
Bill Wendling
2011-11-04
Make the Mangler an ivar so that it doesn't have to be passed around everywhere.
Bill Wendling
2011-11-04
Refactor the MCContext so that it's an ivar instead of a local which is passed
Bill Wendling
2011-09-08
lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...
Ivan Krasin
2011-03-18
Simplify the computation of undefined symbols. Instead of walking
Rafael Espindola
2011-03-17
Add support in the LTO library for loading an object from the middle
Rafael Espindola
2011-03-02
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-02-08
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2010-08-09
Make it possible to set the target triple and expose that with an option in the
Rafael Espindola
2009-12-23
Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by Clang
Douglas Gregor
2009-11-18
Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...
Viktor Kutuzov
2009-07-02
Maintain the old LTO API, by using the global context.
Owen Anderson
2009-07-01
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
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-06-01
<rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbols
Nick Kledzik
2009-05-30
Untabify.
Evan Cheng
2009-04-24
Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.
Rafael Espindola
2008-07-16
Do not forget global definitions from inline asm code block.
Devang Patel
2008-06-30
Rename new lto2 tool as lto.
Devang Patel