Update generated files.
[oota-llvm.git] / tools / gccld /
2007-02-10 Reid SpencerAlign make log output with the rest of llvm.
2007-02-09 Reid SpencerEnd of life for gccld. Remove its source code and enabl...
2007-02-09 Reid SpencerWrite the deprecation message to stderr instead of...
2007-02-09 Reid SpencerPut in a disabled template for when gccld is replaced...
2007-02-09 Reid SpencerGet the right warning message.
2007-02-09 Reid SpencerNew shell script to replace gccld, eventually.
2007-02-05 Reid SpencerFor PR411:
2007-02-03 Chris Lattneradd an instcombine pass to clean up after heavy-lifting...
2007-01-31 Chris Lattnershutdown the app when done.
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 Nick LewyckyRemove extra header.
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-22 Nick LewyckyUpdate to new predicate simplifier VRP design. Fixes...
2006-11-21 John CriswellAdded the --disable-compression option which controls...
2006-09-24 Nick LewyckyEnable 'predsimplify' optimization.
2006-09-09 Chris LattnerMove ipsccp pass earlier to clean up obvious bogosities
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-01 Chris LattnerUse Path::getFileStatus to get status-related info.
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-14 Chris LattnerFree memory allocated by copy_env.
2006-01-10 Reid SpencerFor PR521:
2005-12-22 Reid SpencerImplement PR679:
2005-12-14 Reid SpencerRemove -start-group and -end-group no-op options, accid...
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-11-17 Chris LattnerAllow users to specify -Wl,-native* multiple times...
2005-11-03 Chris Lattneradd a hack that fixes:
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-18 Chris LattnerFix PR637
2005-09-23 Chris LattnerSpeed up isBytecodeLPath from 20s to .01s in common...
2005-09-23 Chris Lattner1. Do not use .c_str() to keep a persistent handle...
2005-08-02 Chris LattnerPass -export-dynamic to gcc when compiling with -native...
2005-07-08 Reid SpencerMake sure we don't error out if an invalid path is...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-24 Misha BrukmanThere are still uses for spaces in Makefiles -- to...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-20 Misha BrukmanEliminate trailing spaces at end-of-line
2005-04-20 Misha BrukmanConsistently eschew space between `*' or `&' and functi...
2005-04-20 Misha Brukman* Print commands as we execute them with `-v'
2005-04-10 Chris LattnerThe first argument to ExecuteAndWait should be the...
2005-02-28 Reid SpencerChanges to enable creation of native executables direct...
2005-02-13 Chris LattnerMake sure to null terminate argument lists!
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-21 Reid SpencerUse explicit construction of sys::Path from std::string...
2004-12-19 Reid SpencerFor PR351:
2004-12-18 Reid Spencersys::CopyString throws an exception on error which...
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-12 Chris LattnerDo not internalize a module if -link-as-library is...
2004-12-10 Chris LattnerThis pass is no longer needed.
2004-12-10 Chris LattnerTurn on ipsccp by default instead of simple IPCP
2004-12-08 Reid SpencerWhen -link-as-library, add -l options to Module's deplibs
2004-12-05 Reid SpencerFix PR139:\
2004-12-02 Chris LattnerRecognize --strip-all as a synonym for -s.
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-17 Chris Lattner-disable-opt is not -O0, it's okay for it to disable...
2004-11-16 Chris LattnerEven with -disable-opt we should still internalize...
2004-11-14 Reid SpencerLinker.h has a new home.
2004-11-14 Reid SpencerThis tool needs the libLLVMArchive library now.
2004-11-14 Reid SpencerRemove linking declarations (in Linker.h now)
2004-11-14 Reid SpencerProvide exception handling
2004-11-14 Reid SpencerMoved to lib/Linker
2004-11-09 Misha BrukmanOutput the program name (in this case, gccld) with...
2004-11-08 Misha BrukmanDon't silently ignore invalid files: tell the user!
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-11 Chris LattnerDon't miss global optimizations because we run before...
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-07 Chris LattnerRename pass
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-08-02 Chris LattnerThis pass has proven its metal, remove -disable option.
2004-07-27 Chris LattnerRun DSE at link-time, and turn on an IP alias analysis...
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-06-02 Chris LattnerMake gccld copy the llvm-stub program to be the executi...
2004-06-02 Chris LattnerMove some functions out of gccld.cpp to GenerateCode...
2004-06-02 Chris LattnerRefactor a bit of code into a function, no functionalit...
2004-05-27 Chris LattnerHeader file moved
2004-05-07 Brian GaekeAllow the user to set the LLVMINTERP environment variab...
2004-04-15 Misha BrukmanDon't use invalid HTML in a doxygen comment.
2004-04-12 Chris LattnerAdd a couple more IPO's
2004-04-08 Chris LattnerDisable strict alias analysis in the backend c compiler...
next