Changes For Bug 352
[oota-llvm.git] / tools / gccld / gccld.cpp
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 ***
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...
2002-05-07 Chris LattnerOops, somehow lost a slash. Fixed
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-04-28 Chris LattnerRun the internalize pass to mark all functions except...
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-10 Chris Lattner* The cleangcc pass is broken into two parts, we only...
2002-04-08 Chris LattnerAdd support for the gnu ld -s (strip) option
2002-04-08 Chris LattnerGCCLD actually does transformations to simplify the...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-12 Chris LattnerEcho the right tool name on error
2002-03-11 Chris Lattner* Implement linking to libraries
2002-01-24 Chris LattnerInitial Checkin of gccld