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
/
LinkModules.cpp
Age
Commit message (
Expand
)
Author
2005-07-07
For PR495:
Reid Spencer
2005-05-09
Preserve CC's when linking modules
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-02-19
Eliminate silly warnings from the linker of the form:
Chris Lattner
2005-02-12
Allow globals to be of different const'nesses when we link.
Chris Lattner
2004-12-13
Make LinkModules a static member function
Reid Spencer
2004-12-10
Make sure to link the target-triple as well, so it ends up in the .llvm.bc file
Chris Lattner
2004-12-08
Revert this disgusting hack, John has a much nicer solution
Chris Lattner
2004-12-08
Add a disgusting hack to work around a libstdc++ issue. This code should
Chris Lattner
2004-12-04
Fix linkage of mismatched weak globals. This unbreaks 300.twolf
Chris Lattner
2004-12-03
Significantly rework linker support for global variables, allowing it to
Chris Lattner
2004-11-25
Remove blank comment lines for uniformity.
Reid Spencer
2004-11-16
Don't increment a dead iterator
Chris Lattner
2004-11-16
Simplify the remapper by only needing one map, since the body of the functions
Chris Lattner
2004-11-16
Take advantage of the fact that we are allowed to clobber the input module
Chris Lattner
2004-11-16
The second arg may be clobbered by this function
Chris Lattner
2004-11-14
Linker.h moved to include/llvm from include/llvm/Support.
Reid Spencer
2004-11-12
This file originated in lib/VMCore/Linker.cpp but now lives in
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-10-16
Add support for undef and unreachable
Chris Lattner
2004-10-05
Make sure the const bit gets inherited correctly when linking declarations
Chris Lattner
2004-09-11
Implement support for dependent libraries. The "source" module's dependent
Reid Spencer
2004-08-21
Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB
Chris Lattner
2004-08-04
Fix another minor problem that exists if you ahve multiple functions with
Chris Lattner
2004-08-04
Fix a typeo
Chris Lattner
2004-08-04
Fix a major regression in my previous checkin
Chris Lattner
2004-08-04
Stop using getValues().
Alkis Evlogimenos
2004-08-04
FindGlobalNamed used to take 2.92s out of 8.39s running a profile build of
Chris Lattner
2004-08-04
I swear I compiled this, really I did.
Chris Lattner
2004-08-04
Factor some code out, no substantial change.
Chris Lattner
2004-08-04
Concisify some code
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-17
bug 122:
Reid Spencer
2004-07-04
- #include <iostream> since its not in Value.h any more.
Reid Spencer
2004-06-23
Linker.h moved to include/llvm/Support
Misha Brukman
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-05-25
Convert to SymbolTable's new lookup and iteration interfaces.
Reid Spencer
2004-03-31
Fix linking of constant expr casts due to type resolution changes. With
Chris Lattner
2004-02-17
Fix PR245: Linking weak and strong global variables is dependent on link order
Chris Lattner
2004-02-15
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-01-12
Remove use of ConstantExpr::getShift
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-11-20
Spew symbolic types!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-05
Further fixes for PR93
Chris Lattner
2003-11-04
Checking in Chris's suggestions:
John Criswell
2003-10-27
Fix test: Linker/2003-10-27-LinkOncePromote.ll
Chris Lattner
2003-10-21
Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll
Chris Lattner
2003-10-21
Fix message to make more sense and confuse Chris less
Chris Lattner
[next]