test commit redux
[oota-llvm.git] / tools / llvm-ld /
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
2011-05-22 Chris Lattnerfix a file system case sensitivity issue.
2011-05-22 Chris Lattnerswitch llvm-ld. It has a terrible mechanism that peopl...
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2011-02-09 NAKAMURA Takumitools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm...
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-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
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...
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:
next