Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
[oota-llvm.git] / tools / llvm-ld / llvm-ld.cpp
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2011-02-09 NAKAMURA Takumitools/llvm-ld: Cygwin can handle #!shbang.
2011-01-14 Ted KremenekFix memory leak found by clang static analyzer.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-02 Mikhail GlushenkovGetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.
2010-11-02 Mikhail GlushenkovTrailing whitespace.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanConvert tools to use tool_output_file, and introduce...
2010-08-20 Dan GohmanPrint chatty verbose messages to errs() instead of...
2010-05-07 Chris Lattnerdon't pass -f to llc, it doesn't have it anymore. ...
2010-04-17 Dan GohmanFix more -Wcast-qual warnings.
2010-03-30 Dan GohmanFix llvm-ld to clean up its output files in case of...
2010-03-27 Chris Lattnerrevert r99719 which is breaking the botz.
2010-03-27 Dan GohmanMake llvm-ld remove its output files in the event of...
2010-03-27 Dan GohmanNo need to check the same condition twice.
2010-03-24 Dan GohmanTrim #includes.
2010-03-24 Dan GohmanIt's not necessary to call raw_ostream::close explicitl...
2010-03-23 Chris Lattnermake sure to delete the llvm module before calling...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2009-10-22 Chris Lattnerllvm-ld doesn't throw.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-05 Dan GohmanUse (void *)(intptr_t) to cast function addresses to...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-07-22 Sanjiv GuptaAdded -b option to override the default bitcode output...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-16 Daniel DunbarKill off last uses of TargetMachineRegistry class.
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
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
next