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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a missing ~ (dtor became ctor) which caused crashes on a bunch of stuff.
Chris Lattner
2008-06-16
1
-2
/
+5
*
stop making PATypeHolder's so crazily.
Chris Lattner
2008-06-16
1
-33
/
+33
*
use a real associative container for type association instead of using
Chris Lattner
2008-06-16
1
-8
/
+94
*
bail out sooner if we have two concrete but different types.
Chris Lattner
2008-06-16
1
-0
/
+4
*
simplify some code.
Chris Lattner
2008-06-16
1
-24
/
+21
*
Apply a patch from Nathan Keynes, which speeds up llvm-link on
Chris Lattner
2008-06-16
1
-1
/
+0
*
handle vectors. Any integers that got here would necessarily be different al...
Chris Lattner
2008-06-16
1
-8
/
+11
*
Simplify ResolveTypes by pulling the null case out into the one
Chris Lattner
2008-06-16
1
-42
/
+30
*
simplify RecursiveResolveTypes and ResolveTypes by pulling the naming out of
Chris Lattner
2008-06-16
1
-23
/
+20
*
use 'continue' to make the function linker simpler. When linking a strong
Chris Lattner
2008-06-09
1
-21
/
+37
*
minor changes to short circuit the 'no linkage' case earlier for
Chris Lattner
2008-06-09
1
-27
/
+40
*
simplify function visibility handling.
Chris Lattner
2008-06-09
1
-7
/
+8
*
Factor code to copy global value attributes like
Duncan Sands
2008-05-26
1
-14
/
+4
*
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-15
1
-2
/
+4
*
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
1
-10
/
+18
*
Fix linking of internal aliases
Anton Korobeynikov
2008-05-10
1
-28
/
+55
*
Turn StripPointerCast() into a method
Anton Korobeynikov
2008-05-07
1
-1
/
+2
*
If weak GlobalVariable was bitcast'ed to different type during linking
Anton Korobeynikov
2008-05-06
1
-1
/
+1
*
Revert r49614. As Dan pointed out, some of these aren't correct.
Owen Anderson
2008-04-14
1
-1
/
+1
*
Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2),
Owen Anderson
2008-04-13
1
-1
/
+1
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-4
/
+4
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-3
/
+3
*
Ultimately resolve aliases during linking, if possible
Anton Korobeynikov
2008-03-11
1
-5
/
+4
*
Fix thinko: alias always defines new symbol. Even is aliasee itself is undefi...
Anton Korobeynikov
2008-03-11
1
-7
/
+2
*
Add sanity checks
Anton Korobeynikov
2008-03-10
1
-0
/
+10
*
Typo: 'function' => 'alias'
Anton Korobeynikov
2008-03-10
1
-3
/
+2
*
Syntactic sugar'ify stuff :)
Anton Korobeynikov
2008-03-10
1
-15
/
+15
*
Always run 'make check' :) Fix fallout from prev. commit: query for possible
Anton Korobeynikov
2008-03-10
1
-1
/
+1
*
Make error messages to have common style
Anton Korobeynikov
2008-03-10
1
-18
/
+12
*
Properly link globals with aliases
Anton Korobeynikov
2008-03-10
1
-20
/
+41
*
Remove the LinkGlobal weirderness in common linking phase.
Anton Korobeynikov
2008-03-10
1
-33
/
+44
*
Typo
Anton Korobeynikov
2008-03-10
1
-1
/
+1
*
Fix some compilation errors on msvc:
Ted Kremenek
2008-03-09
1
-3
/
+3
*
Clarify some important bits
Anton Korobeynikov
2008-03-07
1
-1
/
+2
*
Small cleanup: propagate thread-localness via generic routine.
Anton Korobeynikov
2008-03-07
1
-7
/
+10
*
Missed patch from my last commit
Anton Korobeynikov
2008-03-05
1
-0
/
+10
*
Resolve aliases to aliasees, where possible
Anton Korobeynikov
2008-03-05
1
-0
/
+3
*
Handle functions as targets during linking of aliases as well
Anton Korobeynikov
2008-03-05
1
-1
/
+25
*
Try hard to link aliases. Checks can be too strict by now.
Anton Korobeynikov
2008-03-05
1
-20
/
+101
*
Remember the source->dest mapping when copying aliases. This fixes PR2054
Anton Korobeynikov
2008-03-05
1
-4
/
+10
*
Clarify the state-of-the-art
Anton Korobeynikov
2008-03-05
1
-9
/
+12
*
Properly populate lists of defined/undefined symbols in presence of aliases
Anton Korobeynikov
2008-03-04
1
-1
/
+11
*
Emit an error when a library is not found. It is the GNU ld behavior and it i...
Lauro Ramos Venancio
2008-02-27
1
-1
/
+1
*
And final pack of warnings silencing
Anton Korobeynikov
2008-02-20
1
-2
/
+5
*
random cleanups.
Chris Lattner
2008-02-19
1
-7
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
4
-8
/
+8
*
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Ignore functions with internal linkages during linking. This snipped mimics the
Anton Korobeynikov
2007-12-27
1
-0
/
+3
*
Fixing several transforms which would drop the collector attribute
Gordon Henriksen
2007-12-25
1
-0
/
+2
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-0
/
+1
[next]