Hold the LLVMContext by reference rather than by pointer.
[oota-llvm.git] / tools / llvm-ld / llvm-ld.cpp
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-01-05 Chris Lattnermake llvm-ld smart enough to link against native librar...
2008-11-19 Andrew Lenharthignore the -m elf_i386 directive used in the linux...
2008-06-27 Argyrios KyrtzidisSince we are using GCC to assemble the program, make...
2008-06-15 Argyrios KyrtzidisAdd an "exe" suffix only if the output file has no...
2008-06-15 Argyrios KyrtzidisMake sure all produced executable files have "exe"...
2008-06-15 Argyrios KyrtzidisAppend "exe" suffix to executable files.
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-01-27 Chris LattnerAdd support for frameworks. Patch by Shantonu Sen!
2008-01-09 Chris LattnerFix llvm-ld -Xlinker, patch by Daniel Teske!
2007-12-29 Chris Lattnerremove attributions from tools.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-23 Reid SpencerRemove dead option.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-19 Chris LattnerFix pr1448
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattneradd bitcode support.
2007-04-29 Reid SpencerAugment the verbose output to print out the sub-command...
2007-04-04 Reid SpencerFor PR1302:
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-09 Reid SpencerClean up error handling.
2007-02-08 Reid SpencerFor PR1153:
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-11 Reid SpencerMinor style fixes from review.
2006-11-11 Reid SpencerFor PR998:
2006-11-05 Reid SpencerFix a problem in the the last patch that subverts error...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-06-27 Devang PatelFix cut-n-pasto in comments.
2006-06-07 Reid SpencerFor PR780:
2006-05-14 Chris LattnerDelete memory allocated by CopyEnv
2006-03-06 Reid SpencerMake sure command line options are parsed before we...
2006-01-10 Reid SpencerFor PR521:
2005-12-21 Reid SpencerImplement PR512:
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-10 Chris LattnerThe first argument to ExecuteAndWait should be the...
2005-02-13 Chris LattnerConform to the documented interface by null terminating...
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-30 Reid SpencerFor PR351:
2004-12-22 Reid SpencerCorrect compilation for Cygwin. FindExecutable now...
2004-12-22 Misha BrukmanFix the Win32 build
2004-12-22 Reid SpencerMake parameters to CopyFile use explicit instantiation...
2004-12-19 Reid SpencerFor PR351:
2004-12-18 Reid Spencersys::CopyFile returns void and throws an exception...
2004-12-18 Reid SpencerThe CopyFile function got moved into the sys namespace.
2004-12-16 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerMake the loop termination condition clear when building...
2004-12-13 Reid SpencerConvert to use new Linker class interface
2004-12-08 Reid SpencerWhen -link-as-library, add -l options to Module's deplibs
2004-12-05 Reid SpencerFix PR139:\
2004-11-20 Reid SpencerIncorporate GenerateCode.cpp. Make static things static.
2004-11-14 Reid SpencerLinker.h has a new home.
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-09-25 Reid SpencerAdd some missing #includes
2004-09-13 Reid SpencerInitial implementation of llvm-ld: stolen from gccld.