Fix a problem exposed by my previous commit and noticed by a release-asserts
[oota-llvm.git] / tools / llvm-ld /
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...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
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-15 Dan GohmanUse errs() instead of std::cerr.
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-06-03 Daniel DunbarChange LTO to run the global opt pass twice.
2009-06-03 Daniel DunbarAdd createStandardLTOPasses to StandardPasses.h, and...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-26 Nick LewyckyAdd the function attributes pass during LTO time.
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-09-22 Oscar FuentesInitial support for the CMake build system.
2008-08-15 Owen AndersonRemove GCSE, ValueNumbering, and LoadValueNumbering...
2008-07-02 Owen AndersonUse ADCE instead of just DCE. ADCE will better clean...
2008-06-27 Argyrios KyrtzidisSince we are using GCC to assemble the program, make...
2008-06-25 Chris Lattnerrun mem2reg after the second jump threading pass in...
2008-06-25 Chris Lattnerremove some dead options.
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-04-22 Owen AndersonMove MemCpyOpt after GVN.
2008-04-21 Chris Lattnerrun the jump threading pass in llvm-ld also
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-03-19 Andrew Lenharthstyle and spelling
2008-03-19 Andrew Lenharthllvm-ld deserves disable-verify too. opt shouldn't...
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-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-09-08 Owen AndersonTurn GVN on by default.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-07-23 Reid SpencerRemove dead option.
2007-07-17 Owen AndersonTurn on FastDSE by default.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-19 Chris LattnerFix pr1448
2007-06-06 Chris Lattnerif internalize is disabled, don't run the pass at all!
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-05 Chris Lattnerrun a late dce pass to clean up extra cruft.
2007-04-04 Reid SpencerFor PR1302:
2007-03-07 Devang PatelNow LICM is a LoopPass.
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-02-08 Reid SpencerFor PR1153:
2007-02-05 Reid SpencerFor PR411:
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-12-01 Chris Lattnertarget constructors are never used
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-17 Bill WendlingNeed <iostream> for the time being.
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-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-27 Chris Lattnereliminate only use of FilteredPassNameParser
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-08-20 Reid SpencerMake sure the verify pass gets run after the user's...
2006-08-20 Reid SpencerRename the -verify option to be -verify-each so that...
2006-08-20 Reid SpencerConvert llvm-ld to use the PluginLoader like opt instea...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-27 Devang PatelFix cut-n-pasto in comments.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-07 Reid SpencerShorten a value description so --help out isn't so...
2006-06-07 Reid SpencerFor PR780:
2006-06-02 Chris LattnerFix a -pedantic warning
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
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...
next