Initial checkin
[oota-llvm.git] / tools / gccld /
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...
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-05-07 Chris LattnerStraighten out makefiles after moving code to new Trans...
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 LattnerRemove asmwriter library from link line, because 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