s/isReturnStruct()/hasStructRetAttr()/g
[oota-llvm.git] / lib / Linker /
2008-02-27 Lauro Ramos VenancioEmit an error when a library is not found. It is the...
2008-02-20 Anton KorobeynikovAnd final pack of warnings silencing
2008-02-19 Chris Lattnerrandom cleanups.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-27 Anton KorobeynikovIgnore functions with internal linkages during linking...
2007-12-25 Gordon HenriksenFixing several transforms which would drop the collecto...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-10-08 Dan GohmanUse correct parentheses with the '&& "..."' idiom in...
2007-08-19 Chris LattnerFix PR1611 - Visibility should be ignored for a declaration
2007-08-16 Reid SpencerImprove error handling in the linker by:
2007-08-16 Reid SpencerEnsure that error messages a propagated from calls...
2007-08-08 Reid SpencerAllow the filename "-" to be a place holder for stdin...
2007-07-22 Reid SpencerReport an error if one occurs in releaseModule.
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-28 Lauro Ramos VenancioFix a bug in my previous patch.
2007-06-28 Lauro Ramos VenancioWhen linking two modules, we should copy the alias.
2007-06-06 Lauro Ramos VenancioPropagate alignment, section name and visibility when...
2007-05-06 Chris Lattnerswitch this to bitcode instead of bytecode
2007-05-06 Chris Lattneradd bitcode support
2007-04-30 Reid SpencerIf an archive is not recognized as an LLVM bytecode...
2007-04-30 Reid SpencerDependent libraries could be native too.
2007-04-29 Anton KorobeynikovImplement visibility checking during linking. Also...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-11 Reid SpencerFor PR1146:
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Reid SpencerFor PR1302:
2007-02-15 Reid SpencerFor PR1195:
2007-02-11 Chris Lattnersimplify this code by using value::takename
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-04 Reid SpencerFix some comments and other minor sundry things.
2007-02-04 Reid SpencerEnsure that visibility and section are properly propagated.
2007-02-04 Reid SpencerBack out last revision which was committed by accident.
2007-02-04 Reid SpencerMake sure that section and visibility are properly...
2007-02-01 Andrew Lenharthpreserve sections of globals
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Chris LattnerRead from the right place.
2007-01-29 Chris LattnerFix PR1139
2007-01-26 Reid SpencerFor PR761:
2007-01-12 Reid SpencerFor PR1064:
2007-01-06 Reid SpencerFor PR411:
2006-12-15 Andrew Lenharthextern_weak linkage. fixes PR1038
2006-12-12 Reid SpencerChange inferred getCast into specific getCast. Passes...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-11-27 Bill WendlingRemoved #include <iostream> and replaced with llvm_...
2006-11-11 Reid SpencerRemvoe a do-nothing else block.
2006-11-11 Reid SpencerFor PR998:
2006-11-09 Chris Lattnersilence warnings
2006-11-02 Reid SpencerFor PR786:
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-07-28 Chris LattnerRemove a redundant syscall.
2006-07-14 Chris Lattnereliminate some ugly code, using ConstantExpr::getWithOp...
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-06-16 Chris LattnerFix Regression/Linker/2006-06-15-GlobalVarAnment.ll
2006-06-01 Chris LattnerFix linking of inline asm objects.
2006-04-08 Chris LattnerAdd shufflevector support
2006-04-07 Evan ChengAdd code to RemapOperand() to handle Instruction::Extra...
2006-01-24 Chris LattnerRename method
2006-01-23 Chris LattnerAdd support for linking inline asm
2006-01-19 Chris Lattneradd support for ConstantPacked to the linker
2006-01-17 John CriswellFixed style of curly brace. No functionality changes.
2006-01-10 Reid SpencerFor PR521:
2006-01-10 Reid SpencerBe a little more explanatory in a comment.
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-12-06 Chris LattnerFix test/Regression/Linker/2005-12-06-AppendingZeroLeng...
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-09 Chris LattnerPreserve CC's when linking modules
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris Lattnerfix some 80 column violations
2005-03-15 Chris Lattnerconsolidate LinkFiles into LinkItems, use lib_* iterators.
2005-03-15 Chris Lattnerconsolidate LinkLibraries into LinkItems
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-19 Chris LattnerAdd support for ".so" files compiled with LLVM which...
2005-02-19 Chris LattnerEliminate silly warnings from the linker of the form:
2005-02-13 Chris LattnerMinor cleanup. No need to explicitly tell the compiler...
2005-02-13 Chris LattnerPrint something useful for gccld -v with an archive.
2005-02-12 Chris LattnerAllow globals to be of different const'nesses when...
2004-12-20 Reid SpencerRemove un-needed #includes.
2004-12-16 Reid SpencerFix a compile error. config.h is now needed because...
2004-12-13 Reid Spencer* Fix header block.
2004-12-13 Reid SpencerAdd missing space in a comment.
2004-12-13 Reid SpencerFix header and function comments.
2004-12-13 Reid SpencerThis file contains basic Linker facilities needed by...
2004-12-13 Reid SpencerMake LinkModules a static member function
2004-12-13 Reid SpencerThis file contains only the Linker's library linking...
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerThis file contains only the Linker's file linking support
2004-12-13 Reid SpencerFor PR351: \
2004-12-10 Chris LattnerMake sure to link the target-triple as well, so it...
2004-12-08 Chris LattnerTurn this error back into a warning, fixing the povray...
2004-12-08 Chris LattnerRevert this disgusting hack, John has a much nicer...
2004-12-08 Chris LattnerAdd a disgusting hack to work around a libstdc++ issue...
2004-12-05 Reid SpencerFix PR139: \
next