Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / tools / gccld / gccld.cpp
2007-02-09 Reid SpencerEnd of life for gccld. Remove its source code and enabl...
2007-01-31 Chris Lattnershutdown the app when done.
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-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-22 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
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-08-02 Chris LattnerPass -export-dynamic to gcc when compiling with -native...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-20 Misha BrukmanEliminate trailing spaces at end-of-line
2005-04-20 Misha Brukman* Print commands as we execute them with `-v'
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-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-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-17 Chris Lattner-disable-opt is not -O0, it's okay for it to disable...
2004-11-14 Reid SpencerLinker.h has a new home.
2004-11-14 Reid SpencerProvide exception handling
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
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-06 Chris LattnerAdd a new gccld -native-cbe option which causes gccld...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-12-09 John CriswellAdded the -h option for compatibility with other linkers.
2003-11-29 Chris LattnerFix compatibility with gcc 3.4
2003-11-24 Misha BrukmanI'm gonna be picky and say we don't really need that...
2003-11-24 Misha BrukmanMake sure we ONLY add a `-load' switch to the JIT comma...
2003-11-20 Misha BrukmanWhen writing out the runner script, add -load=<lib...
2003-11-20 Misha Brukman* Doxygenified comments, simplifying them and shortenin...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Brian GaekeDo not assume the first file is a bytecode file. Instea...
2003-11-05 Chris LattnerMake -r work, fixing PR 91
2003-11-03 Chris LattnerIf linking a library, do not link other libraries,...
2003-10-24 Brian Gaekelli -q is history. Rebuild your gccld shell scripts...
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix spelling.
2003-09-30 Misha Brukman* Ordered includes according to LLVM style
2003-09-30 Brian Gaeke1. Use better error messages in LinkFiles().
2003-09-22 Chris LattnerMinor cleanups:
2003-09-19 John CriswellRemoved linking functionality from gccld.cpp and moved...
2003-09-18 John CriswellRefactored gccld into three C++ source files.
2003-09-17 John CriswellReplaced the call to strdup() with a new operator follo...
2003-09-17 John CriswellAdded the use of the const keyword.
2003-09-17 John CriswellRemoved the use of the environ variable and instead...
2003-09-16 John CriswellAdded the -native option.
2003-09-05 Brian Gaeke-abort-on-exception is gone. Rebuild your gccld shell...
2003-09-02 John CriswellAdded code that makes the bytecode file readable (neede...
2003-09-02 John CriswellModified the code so that it uses the MakeFileExecutabl...
2003-08-29 John Criswell"Help keep our secrets secret."
2003-08-22 Chris Lattneradd preliminary support for -export-dynamic
2003-08-20 Misha BrukmanMake the bytecode file executable as well for LLEE...
2003-08-15 Chris LattnerRevert my last (accidental) checkin, but keep the typeo fix
2003-08-15 Chris Lattnerrename selection library to selectiondag
2003-06-26 Chris LattnerRun the simplify CFG pass after instcombine which has...
2003-06-26 Chris LattnerMove the instcombine pass before globaldce, so that...
2003-06-19 Chris LattnerFuncresolve no longer performs nicification of resolved...
2003-06-18 Chris LattnerAdd new DAE pass to gccld. It does not add cause any...
2003-05-29 Chris LattnerFix formatting in file
2003-05-27 Chris LattnerAdd compatibility option
2003-05-23 Brian Gaekegccld.cpp:
2003-05-13 Chris LattnerSearch LLVM_LIB_SEARCH_PATH for objects to allow it...
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
2003-04-21 Chris LattnerAdd support for allowing the user to extend the GCCLD...
2003-04-19 Chris LattnerEliminate useless duplicate libraries
2003-04-19 Chris LattnerAdd first support for linking in .a files correctly...
2003-04-18 Chris LattnerAdd crufty compatibility stuff for ld
2003-04-18 Chris LattnerUse anonymous namespace instead of "static"
2003-04-16 Chris LattnerAllow the user to disable the internalize pass
2002-12-14 Chris LattnerMake stuff compiled with gccld not dump into the debugg...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
next