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