summaryrefslogtreecommitdiff
path: root/lib/Linker
Commit message (Expand)AuthorAge
* Use correct parentheses with the '&& "..."' idiom in an assert.Dan Gohman2007-10-08
* Fix PR1611 - Visibility should be ignored for a declarationChris Lattner2007-08-19
* Improve error handling in the linker by:Reid Spencer2007-08-16
* Ensure that error messages a propagated from calls to LinkInModule so they getReid Spencer2007-08-16
* Allow the filename "-" to be a place holder for stdin. This allows directingReid Spencer2007-08-08
* Report an error if one occurs in releaseModule.Reid Spencer2007-07-22
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Fix a bug in my previous patch.Lauro Ramos Venancio2007-06-28
* When linking two modules, we should copy the alias.Lauro Ramos Venancio2007-06-28
* Propagate alignment, section name and visibility when linking "appendingLauro Ramos Venancio2007-06-06
* switch this to bitcode instead of bytecodeChris Lattner2007-05-06
* add bitcode supportChris Lattner2007-05-06
* If an archive is not recognized as an LLVM bytecode archive then declareReid Spencer2007-04-30
* Dependent libraries could be native too.Reid Spencer2007-04-30
* Implement visibility checking during linking. Also implement protectedAnton Korobeynikov2007-04-29
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* For PR1146:Reid Spencer2007-04-11
* For PR1302:Reid Spencer2007-04-04
* For PR1302:Reid Spencer2007-04-04
* For PR1195:Reid Spencer2007-02-15
* simplify this code by using value::takenameChris Lattner2007-02-11
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* Fix some comments and other minor sundry things.Reid Spencer2007-02-04
* Ensure that visibility and section are properly propagated.Reid Spencer2007-02-04
* Back out last revision which was committed by accident.Reid Spencer2007-02-04
* Make sure that section and visibility are properly propagated.Reid Spencer2007-02-04
* preserve sections of globalsAndrew Lenharth2007-02-01
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Read from the right place.Chris Lattner2007-01-29
* Fix PR1139Chris Lattner2007-01-29
* For PR761:Reid Spencer2007-01-26
* For PR1064:Reid Spencer2007-01-12
* For PR411:Reid Spencer2007-01-06
* extern_weak linkage. fixes PR1038Andrew Lenharth2006-12-15
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-12
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-07
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-01
* Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling2006-11-27
* Remvoe a do-nothing else block.Reid Spencer2006-11-11
* For PR998:Reid Spencer2006-11-11
* silence warningsChris Lattner2006-11-09
* For PR786:Reid Spencer2006-11-02
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* Remove a redundant syscall.Chris Lattner2006-07-28
* eliminate some ugly code, using ConstantExpr::getWithOperands instead.Chris Lattner2006-07-14
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-07