This is a generic test for all code generators. It originally came from
[oota-llvm.git] / tools /
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-09-02 Jim LaskeyAdd help support for -mcpu and -mattr.
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-29 Chris LattnerAllow bugpoint+PPC codegen to use fsqrt
2005-08-27 Reid SpencerImplement PR614:
2005-08-02 Chris LattnerIf the user interrupts bugpoint, don't extract loops
2005-08-02 Chris LattnerPass -export-dynamic to gcc when compiling with -native...
2005-08-02 Chris LattnerWhen the user hits ctrl-c, bugpoint should attempt...
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-28 Reid SpencerRun the verifier pass after all the other passes rather...
2005-07-28 Reid SpencerMake the verifier pass run (in debug mode) in llc....
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-12 Chris LattnerFix PR576.
2005-07-08 Reid SpencerMake sure we don't error out if an invalid path is...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Nate BegemanAdd support for assembling .s files on mac os x for...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-06-25 Chris Lattneradd a new -filetype argument to llc.
2005-06-25 Chris Lattnerminor cleanups, use copy ctor instead of manually doing it.
2005-06-25 Chris Lattnerrefactor this interface
2005-06-08 Andrew Lenharthmake SparcV8 and V9 seperately configurable
2005-05-19 Reid SpencerMake sure that tool names don't have any leading or...
2005-05-19 Reid SpencerMake sure that tool names don't have any leading or...
2005-05-19 Reid SpencerFor PR514:
2005-05-19 Reid SpencerFor PR514:
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:
next