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
/
lib
/
Linker
Age
Commit message (
Expand
)
Author
2014-03-06
Improve linker messages when modules differ in triple or data layout.
Dan Gohman
2013-07-16
Make it compile
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-04
Fix a performance bug in the Linker.
Rafael Espindola
2013-05-04
Implement Linker::LinkModules with Linker::linkInModule.
Rafael Espindola
2013-05-04
Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.
Rafael Espindola
2013-05-04
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
Don't store the context in the Linker.
Rafael Espindola
2013-05-04
Remove unused members and constructor arguments.
Rafael Espindola
2013-05-04
Delete dead code from the linker.
Rafael Espindola
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-04-26
Remove a localmod that was a variation of a fix for debug metadata.
Jan Voung
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-03-27
Specutively revert r178130.
Bill Wendling
2013-03-27
Improve performance of LinkModules when linking with modules with large numbe...
James Molloy
2013-03-20
Apply after-merge fixes to return to working state.
Eli Bendersky
2013-03-19
The Linker interface has some dead code after the cleanup in r172749
Eli Bendersky
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-08
Clean up out-of-date comments and some stray whitespace
Eli Bendersky
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-18
[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...
Daniel Dunbar
2013-01-18
The IR linker still depends on the bitcode reader.
Benjamin Kramer
2013-01-17
[Linker] Drop some now-dead component dependencies.
Daniel Dunbar
2013-01-17
[Linker] Drop support for IR-level extended linking support (archives, etc.).
Daniel Dunbar
2013-01-16
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
[Linker] Change module flag linking to be more extensible.
Daniel Dunbar
2013-01-15
[Linker] Drop asserts that are embedded in cast<> and now checked by the veri...
Daniel Dunbar
2013-01-11
Replace DepLibs bitcode record with metadata
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-10
Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...
Joey Gouly
2013-01-07
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-03
Move the "findUsedStructTypes" functionality outside of the Module class.
Bill Wendling
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-05-09
Supply a C interface to the "LinkModules" method.
Bill Wendling
2012-04-21
Add a flag to the struct type finder to collect only those types which have
Bill Wendling
2012-03-23
It's possible for two types, which are isomorphic, to be added to the
Bill Wendling
2012-03-23
Ignore the last message.
Bill Wendling
2012-03-23
Revert patch. It broke the build.
Bill Wendling
2012-03-23
Dematerialize the source functions after we're done with them. This saves a bit
Bill Wendling
2012-03-22
Some whitespace and comment cleanup.
Bill Wendling
2012-03-22
Remove unneeded #ifdefs.
Bill Wendling
[next]