For PR411:
[oota-llvm.git] / tools / gccld / GenerateCode.cpp
2007-02-05 Reid SpencerFor PR411:
2007-02-03 Chris Lattneradd an instcombine pass to clean up after heavy-lifting...
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-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-08-23 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-01 Chris LattnerUse Path::getFileStatus to get status-related info.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-14 Chris LattnerFree memory allocated by copy_env.
2005-12-22 Reid SpencerImplement PR679:
2005-11-03 Chris Lattneradd a hack that fixes:
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-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-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!
2004-12-19 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
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-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-16 Chris LattnerEven with -disable-opt we should still internalize...
2004-11-14 Reid SpencerLinker.h has a new home.
2004-10-11 Chris LattnerDon't miss global optimizations because we run before...
2004-10-07 Chris LattnerRename pass
2004-09-01 Reid SpencerChanges For Bug 352
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 LattnerMove some functions out of gccld.cpp to GenerateCode...
2004-04-12 Chris LattnerAdd a couple more IPO's
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-01-26 John CriswellFixed PR#197. The libcrtend library is removed from...
2004-01-14 Chris LattnerMake sure to verify the result before writing out the...
2003-11-28 Chris LattnerThe function resolving pass must be run, even if -disab...
2003-11-20 Misha BrukmanFor consistency, removed space between function name...
2003-11-16 Brian GaekeAdd a -verify option to verify the results of gccld...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerGive gccld more guts
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-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
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 Chris LattnerUpdate file headers for renamed files.
2003-09-19 John CriswellRemoved linking functionality from gccld.cpp and moved...
2003-09-18 John CriswellRefactored gccld into three C++ source files.