Prefix DSA specific options with dsa.
[oota-llvm.git] / tools /
2005-12-16 Chris Lattnerrename option for consistency with -mcpu -mattr etc
2005-12-16 Chris Lattnerrename option
2005-12-16 Chris Lattnerprovide an option to override the target triple in...
2005-12-16 Chris Lattnerprovide an option to override the target triple in...
2005-12-14 Chris LattnerFix printing of the instructions.
2005-12-14 Reid SpencerRemove -start-group and -end-group no-op options, accid...
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-12-06 Andrew LenharthThis solves the problem of the CBE renaming symbols...
2005-12-02 Chris LattnerRevert my previous patch which broke due to lazy stream...
2005-12-01 Chris LattnerIf a module has a main, but it is defined externally...
2005-11-17 Chris LattnerAllow users to specify -Wl,-native* multiple times...
2005-11-08 Chris LattnerAdd a new -fast option, which generates code quickly.
2005-11-03 Chris Lattneradd a hack that fixes:
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-25 Chris Lattnertransforms before analyses
2005-10-24 Chris LattnerRemove a now-unneeded library
2005-10-24 Chris Lattnerpull in the archive version of this lib to reduce exe...
2005-10-24 Chris LattnerPull in the archive versions of these libs to reduce...
2005-10-24 Chris LattnerLink in datastructure as a relinked o file
2005-10-24 Chris LattnerLink to archive versions of libraries instead of the...
2005-10-24 Chris LattnerUse the new LinkAllAnalyses.h header instead of forcing...
2005-10-24 Chris LattnerUse archive versions of these libraries, using the...
2005-10-23 Chris LattnerShrinkify to make --help output look better
2005-10-23 Chris Lattnershrinkify the option name a bit
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-10-22 Chris Lattnerdocument this as experimental
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
next