summaryrefslogtreecommitdiff
path: root/lib/Linker
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-09
* Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov2008-09-09
* Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixesChris Lattner2008-07-14
* don't do any linkage, not even type resolution, of symbols that have Chris Lattner2008-07-14
* implement linking of globals to functions, in one directionChris Lattner2008-07-14
* wrap long lines, remove some code from a non-assert build.Chris Lattner2008-07-14
* The source and dest of an alias are *not* required to have the same type,Chris Lattner2008-07-10
* Make DenseMap's insert return a pair, to more closely resemble std::map.Dan Gohman2008-07-07
* Add convenient helper for checking whether global is weak in linker senseAnton Korobeynikov2008-07-05
* Override weak stuff during linking of aliases. This fixes PR2463.Anton Korobeynikov2008-07-05
* Properly link alias and function decls. This fixes PR2146Anton Korobeynikov2008-07-05
* when linking globals, make sure to preserve the address space of the global.Chris Lattner2008-06-27
* Fix an error handling redefinition of linkonce functions where theChris Lattner2008-06-20
* Add a missing ~ (dtor became ctor) which caused crashes on a bunch of stuff.Chris Lattner2008-06-16
* stop making PATypeHolder's so crazily.Chris Lattner2008-06-16
* use a real associative container for type association instead of usingChris Lattner2008-06-16
* bail out sooner if we have two concrete but different types.Chris Lattner2008-06-16
* simplify some code.Chris Lattner2008-06-16
* Apply a patch from Nathan Keynes, which speeds up llvm-link onChris Lattner2008-06-16
* handle vectors. Any integers that got here would necessarily be different al...Chris Lattner2008-06-16
* Simplify ResolveTypes by pulling the null case out into the one Chris Lattner2008-06-16
* simplify RecursiveResolveTypes and ResolveTypes by pulling the naming out ofChris Lattner2008-06-16
* use 'continue' to make the function linker simpler. When linking a strongChris Lattner2008-06-09
* minor changes to short circuit the 'no linkage' case earlier forChris Lattner2008-06-09
* simplify function visibility handling.Chris Lattner2008-06-09
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Fix linking of internal aliasesAnton Korobeynikov2008-05-10
* Turn StripPointerCast() into a methodAnton Korobeynikov2008-05-07
* If weak GlobalVariable was bitcast'ed to different type during linkingAnton Korobeynikov2008-05-06
* Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson2008-04-14
* Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson2008-04-13
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Ultimately resolve aliases during linking, if possibleAnton Korobeynikov2008-03-11
* Fix thinko: alias always defines new symbol. Even is aliasee itself is undefi...Anton Korobeynikov2008-03-11
* Add sanity checksAnton Korobeynikov2008-03-10
* Typo: 'function' => 'alias'Anton Korobeynikov2008-03-10
* Syntactic sugar'ify stuff :)Anton Korobeynikov2008-03-10
* Always run 'make check' :) Fix fallout from prev. commit: query for possibleAnton Korobeynikov2008-03-10
* Make error messages to have common styleAnton Korobeynikov2008-03-10
* Properly link globals with aliasesAnton Korobeynikov2008-03-10
* Remove the LinkGlobal weirderness in common linking phase.Anton Korobeynikov2008-03-10
* TypoAnton Korobeynikov2008-03-10
* Fix some compilation errors on msvc:Ted Kremenek2008-03-09
* Clarify some important bitsAnton Korobeynikov2008-03-07
* Small cleanup: propagate thread-localness via generic routine.Anton Korobeynikov2008-03-07
* Missed patch from my last commitAnton Korobeynikov2008-03-05