Fix an obvious bug in the refactoring I did a few days ago
[oota-llvm.git] / tools / gccld /
2004-04-08 Chris LattnerDisable strict alias analysis in the backend c compiler...
2004-04-08 Chris LattnerRevert previous patch, I'm a moron :)
2004-04-08 Chris LattnerRight, we break strict aliasing requirements. Make...
2004-04-06 Chris LattnerMinor cleanups
2004-04-06 Chris LattnerAdd a new gccld -native-cbe option which causes gccld...
2004-03-07 Chris LattnerRun the new pass in gccld now that it passes all tests
2004-02-26 Chris LattnerWe have this snazzy link-time optimizer. How about...
2004-02-25 Chris LattnerAdd a new pass, run internalize first
2004-02-23 Alkis EvlogimenosInclude Config/config.h for SHLIBEXT.
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-01-26 John CriswellFixed PR#197. The libcrtend library is removed from...
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2004-01-14 Chris LattnerMake sure to verify the result before writing out the...
2003-12-23 John CriswellModified the logic so that library objects with main...
2003-12-23 John CriswellModified the linker so that it always links in an objec...
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-28 Chris LattnerThe function resolving pass must be run, even if -disab...
2003-11-28 Chris Lattner* The return value of LinkLibraries is ignored, so...
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 BrukmanAdd ability to search only for native shared object...
2003-11-20 Misha BrukmanFor consistency, removed space between function name...
2003-11-20 Misha Brukman* Doxygenified comments, simplifying them and shortenin...
2003-11-16 Brian GaekeAdd a -verify option to verify the results of gccld...
2003-11-16 Brian GaekeWhen we find a module we want, in an archive, in verbos...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeMove IsArchive, IsBytecode to FileUtilities. Fix up...
2003-11-11 Brian GaekeThis version of Linker.cpp works a lot better, but...
2003-11-09 Chris LattnerGive gccld more guts
2003-11-05 Brian GaekeGive this header file an Emacs mode-line.
2003-11-05 Brian GaekeDo not assume the first file is a bytecode file. Instea...
2003-11-05 Brian GaekeShorten and correct some function-header comments.
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-24 Chris LattnerTurn on the inliner by default at link-time
2003-10-23 Chris LattnerTurn on the IPCP pass by default. It has passed all...
2003-10-21 Brian GaekeFix off-by-one error in processing of libraries named...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Brian GaekeDon't include "Config/stdlib.h".
2003-10-10 Misha BrukmanFix spelling.
2003-10-08 Brian GaekeMake more error messages have gccld's name in them.
2003-09-30 Misha BrukmanDoxygen-ified comments.
2003-09-30 Misha Brukman* Ordered includes according to LLVM style
2003-09-30 Misha BrukmanMade code more terse:
2003-09-30 Misha BrukmanDoxygen-ified function comments.
2003-09-30 Misha BrukmanRemoved extra space in comments.
2003-09-30 Chris LattnerRemove initials from source file
2003-09-30 Misha BrukmanMake code more terse:
2003-09-30 Brian Gaeke1. Use better error messages in LinkFiles().
2003-09-30 Chris LattnerUpdate file headers for renamed files.
2003-09-29 Misha BrukmanTersified code:
2003-09-29 Misha Brukman* Ordered includes according to LLVM programmers' guide
2003-09-22 Chris LattnerMinor cleanups:
2003-09-19 John CriswellNew header file for gccld.
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 ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerYEs, we really do want to sort.
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-20 Chris LattnerUse literal newline instead of endl
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
next