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
/
Transforms
/
Utils
/
Linker.cpp
Age
Commit message (
Expand
)
Author
2004-06-23
Moved to lib/VMCore
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
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-16
Add support for 'weak' linkage.
Chris Lattner
2003-10-10
Fix spelling.
Misha Brukman
2003-08-28
Fix bug where we considered function types equivalent even if they had differ...
Chris Lattner
2003-08-24
Fix bug: Linker/2003-08-23-GlobalVarLinking.ll
Chris Lattner
2003-08-24
Implement: Linker/2003-08-24-InheritPtrSize.ll
Chris Lattner
2003-08-23
Do not consider any types that exist in the global symbol table!
Chris Lattner
2003-08-23
Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
Chris Lattner
2003-08-23
Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc
Chris Lattner
2003-08-22
Fix typeo
Chris Lattner
2003-08-22
The process of linking types can cause their addresses to become invalid. Fo...
Chris Lattner
2003-08-22
Implement Linker/2003-08-20-OpaqueTypeResolve.ll
Chris Lattner
2003-05-15
Fix Bug: Linker/2003-05-15-TypeProblem.ll
Chris Lattner
2003-05-14
Fix major problem with appending linkage changes
Chris Lattner
2003-05-13
Implement linkage of appending global variables!
Chris Lattner
2003-04-23
Fix Bug: Linker/2003-04-23-LinkOnceLost.ll
Chris Lattner
2003-04-22
Add warning when linking modules with disagreeing target properties
Chris Lattner
2003-04-21
Fix bug: 2003-01-30-LinkerRename.ll
Chris Lattner
2003-04-21
Fix linking a function with qualifiers to a external function declaration:
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-01-30
* Fix linking of opaque types and their non-opaque versions
Chris Lattner
2003-01-30
Eliminate using decls
Chris Lattner
2002-12-03
Fix big bug introduced with symbol table changes
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-10-13
- Change Function's so that their argument list is populated when they are
Chris Lattner
2002-09-23
Insert resolved constants into the global map so they are reused correctly.
Chris Lattner
2002-08-20
fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll
Chris Lattner
2002-08-14
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-07-30
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
Remove FIXME's that aren't really needed after all.
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-18
* Rewrite loop to be slightly more efficient (arguably)
Chris Lattner
2002-07-18
Implement linking of ConstExprs
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-07
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
[next]