Some minor adjustments for the 1.5 release.
[oota-llvm.git] / tools /
2005-05-08 Chris LattnerIf loopextract breaks the program provide output so...
2005-05-07 Chris LattnerMove licm after reassociate, add some cond-propagate...
2005-05-05 Misha Brukman* Use consistent spacing for function arguments
2005-05-03 Misha BrukmanMinor clean-ups
2005-05-03 Misha BrukmanClean up and correct llvmc configurations for C and C++
2005-05-03 Misha Brukmanstd::string(NULL) does not a proper constructor make
2005-05-03 Misha BrukmanOmit periods at the end of command-line switch explanat...
2005-04-27 Reid SpencerAdd the simplify-libcalls pass.
2005-04-24 Misha Brukmanextract has been renamed to llvm-extract to avoid confl...
2005-04-24 Misha BrukmanThere are still uses for spaces in Makefiles -- to...
2005-04-24 Misha Brukmanextract has been renamed to llvm-extract to avoid confl...
2005-04-23 Reid SpencerMake the CBackend actually get included in llc by using...
2005-04-23 Chris LattnerAlways enable the C backend. This fixes a *vast* numbe...
2005-04-22 Reid SpencerDon't always build CBackend and Skeleton. Make use...
2005-04-22 Reid SpencerImplement the --enable-targets= feature of the configur...
2005-04-22 Reid SpencerTwo changes:
2005-04-22 Jeff CohenEliminate tabs and trailing spaces
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-20 Misha Brukman#include system headers after all LLVM headers
2005-04-20 Misha BrukmanEliminate trailing spaces at end-of-line
2005-04-20 Misha BrukmanConsistently eschew space between `*' or `&' and functi...
2005-04-20 Misha Brukman* Print commands as we execute them with `-v'
2005-04-11 Reid SpencerEnsure that the arguments passed to sys::Program::Execu...
2005-04-10 Chris LattnerThe first argument to ExecuteAndWait should be the...
2005-03-29 Chris Lattnerthere is no reason to run -instcombine -instcombine!
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
2005-03-17 Chris Lattnerstatically link ia64 into llc
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-15 Chris Lattnermethod renamed
2005-03-15 Chris LattnerReplace more a*'s with arg_*'s, thanks to Gabor Greif!
2005-03-15 Alkis EvlogimenosUse arg_iterator and arg_begin and arg_end functions.
2005-03-10 Andrew Lenharthyay for camel_cvs diff
2005-03-09 Chris Lattnerget bugpoint working on ia64, by building .so's with...
2005-03-07 Chris Lattnermove the reassociation pass after the LICM pass. This...
2005-02-28 Reid SpencerChanges to enable creation of native executables direct...
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif!
2005-02-27 Chris LattnerRemove some stuff I checked in accidentally
2005-02-24 Reid SpencerUse DataInstall macro instead of INSTALL.
2005-02-23 Chris LattnerFix a bugpoint crash that JeffC noticed, looking like...
2005-02-18 Reid SpencerAdjust the help output so that it will fit cleanly...
2005-02-16 Jeff CohenGet bugpoint compiling with VC++ again, not that it...
2005-02-15 Andrew Lenharthadd Alpha to llc
2005-02-13 Chris LattnerMove helper function here.
2005-02-13 Chris LattnerConform to the documented interface by null terminating...
2005-02-13 Chris LattnerMake sure to null terminate argument lists!
2005-02-13 Chris LattnerPrint the module, not the pointer.
2005-02-13 Reid SpencerFix PR506:
2005-01-29 Chris Lattnerclean up comments
2005-01-29 Chris LattnerThis has been deprecated for long enough, nuke it.
2005-01-23 Chris LattnerAdd support for fp tolerances
2005-01-23 Chris LattnerAdjust to changed interface.
2005-01-22 Jeff Cohenoops
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-22 Jeff CohenFix VC++ complaint
2005-01-17 Reid Spencersysconfdir -> PROJ_etcdir
2005-01-16 Reid SpencerRename BUILD_* to PROJ_*
2005-01-15 Chris LattnerImprove output precision.
2005-01-07 Chris LattnerX86 BE requires SelectionDAG
2005-01-06 Jeff CohenGet the #ifdef right on LinkAllPasses.h.
2005-01-06 Jeff CohenFix minor mistakes
2005-01-06 Jeff CohenAdd project opt to Visual Studio.
2005-01-05 Reid SpencerMake opt honor the quiet option when printing the bytec...
2005-01-02 Reid SpencerPrevent output of bytecode to std::cout unless the...
2005-01-01 Reid SpencerMove the code for printing out a warning about bytecode...
2005-01-01 Jeff CohenFix typo 'ompress' => 'compress'.
2004-12-31 Reid SpencerCorrect the conditional test for non-portable tools...
2004-12-30 Reid SpencerFix the help documentation to not imply multiple archiv...
2004-12-30 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-22 Brian GaekeFix the build on PowerPC/Darwin - it thought we were...
2004-12-22 Reid SpencerCorrect compilation for Cygwin. FindExecutable now...
2004-12-22 Reid SpencerSupport the gas option --traditional-format which,...
2004-12-22 Misha BrukmanFix the Win32 build
2004-12-22 Reid SpencerMake parameters to CopyFile use explicit instantiation...
2004-12-21 Reid SpencerUse explicit construction of sys::Path from std::string...
2004-12-20 Reid SpencerAllow compilers that can't distinguish between a class...
2004-12-20 Misha Brukmanllvm/Config/unistd.h has gone away, far, far away
2004-12-20 Reid SpencerIncorporate the contents of include/llvm/Config/unistd...
2004-12-20 Brian GaekeUse Config/alloca.h instead of alloca.h - pointed out...
2004-12-19 Brian GaekeMake this compile on Solaris.
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-18 Reid Spencersys::CopyFile returns void and throws an exception...
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-17 Reid SpencerReverse the logic for Win32 to ensure that bugpoint...
2004-12-17 Reid SpencerFix this file to actually work. ifneq was incorrectly...
2004-12-17 Reid SpencerMakefile.JIT doesn't exist any more so it doesn't need...
2004-12-17 Reid SpencerDisable bugpoint and llvm-db tools for Win32. They...
2004-12-16 Tanya LattnerLinking in all of ScalarOpts.
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Chris LattnerNo targets actually use this library
2004-12-15 Reid SpencerUnbreak all archive reading operations introduced by...
2004-12-15 Chris LattnerDo not fail an assertion on a broken archive
2004-12-15 Reid SpencerChange LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib
next