Make getNodeValueTypes methods public.
[oota-llvm.git] / tools / bugpoint /
2006-07-28 Patrick JenkinsUpdating the comments above SplitFunctionsOutOfModule...
2006-07-28 Patrick JenkinsThis commit improves bugpoints speed. On my G4 this...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-27 Chris LattnerPass -Xlinker flags to gcc when it builds the shared...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-13 Chris LattnerTeach bugpoint to kill optimization passes that run...
2006-06-09 Chris LattnerAfter telling GCC to type of the input file with -x...
2006-06-07 Reid SpencerMake sure this tool links in all of libVMCore.a because...
2006-06-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-06-06 Reid SpencerAdd the -Xlinker option to bugpoint which allows an...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-14 Chris Lattnerprint a nice error if bugpoint gets an error reading...
2006-05-14 Chris LattnerFix a bug found by inspection.
2006-05-12 Chris LattnerRemove dead return value.
2006-05-04 Chris Lattnerwrap long line
2006-03-16 Chris Lattneradd an assert to get a slightly better msg about this...
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2006-03-08 Chris LattnerFix a really annoying bug in bugpoint that made reducin...
2006-03-05 Andrew LenharthFor transforms the behave differently if main goes...
2006-02-04 Chris LattnerLet bugpoint work on sparc with v9 instructions enabled.
2006-01-26 Andrew LenharthPass plugins on to children when optimizing.
2006-01-23 Chris Lattnerthis doesn't work, remove it
2006-01-22 Chris Lattneradd explicit #includes of iostream
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-17 Chris LattnerRevert this, I didn't mean to commit it
2006-01-17 Chris LattnerAdd support for programs with a null argv[0]
2006-01-08 Reid SpencerFix line length of a comment.
2005-12-23 Jeff CohenGet bugpoint building with VC++ again.
2005-12-22 Reid SpencerFor PR351:
2005-12-14 Chris LattnerFix printing of the instructions.
2005-12-06 Andrew LenharthThis solves the problem of the CBE renaming symbols...
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-24 Chris LattnerRemove a now-unneeded library
2005-10-24 Chris LattnerLink to archive versions of libraries instead of the...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-08-29 Chris LattnerAllow bugpoint+PPC codegen to use fsqrt
2005-08-02 Chris LattnerIf the user interrupts bugpoint, don't extract loops
2005-08-02 Chris LattnerWhen the user hits ctrl-c, bugpoint should attempt...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-12 Chris LattnerFix PR576.
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-05-08 Chris LattnerIf loopextract breaks the program provide output so...
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-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
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-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif!
2005-02-27 Chris LattnerRemove some stuff I checked in accidentally
2005-02-23 Chris LattnerFix a bugpoint crash that JeffC noticed, looking like...
2005-02-16 Jeff CohenGet bugpoint compiling with VC++ again, not that it...
2005-02-13 Chris LattnerMove helper function here.
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-15 Chris LattnerImprove output precision.
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-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-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerLinkModules is now in the Linker class
2004-11-29 Reid SpencerShared library extension is now in LTDL_SHLIB_EXT
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-19 Chris LattnerFix a bug in the checkin where I adjusted this code...
2004-11-18 Chris LattnerRemove debugging code, unneuter this functionality
2004-11-18 Chris Lattnerremove debugging code
2004-11-16 Chris LattnerMake this code not depend on LinkModules leaving the...
2004-11-14 Reid Spencerbugpoint needs LLVMLinker.a now.
2004-11-14 Reid SpencerLinker.h has a new home.
2004-11-09 Nate BegemanAllow hbd to be bugpointable on darwin by fixing common...
2004-11-07 Reid SpencerEnable compression by default.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Nate BegemanPass -single_module option to gcc when linking dynamic...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-12 Misha BrukmanNo space allowed between \ and end-of-line
2004-10-12 Misha BrukmanWrap lines at 80 cols
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
next