Add some methods.
[oota-llvm.git] / tools / bugpoint /
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. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-08-12 Chris LattnerIf the block extractor fails, actually emit the bc...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-24 Chris LattnerFinally give bugpoint -timeout support!
2004-07-24 Chris LattnerPass timeouts into the low level "execute program with...
2004-07-24 Chris LattnerProvide timeout values to all abstract interpreters
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-19 Chris LattnerErr, fix last checkin
2004-07-19 Chris LattnerFix bugpoint miscompilation support on OS/X
2004-07-18 Reid Spencerbug 122:
2004-07-16 Misha BrukmanCorrectly build shared objects on MacOS X for debugging...
2004-07-16 Chris LattnerIA64 compat
2004-07-11 Chris LattnerAdd -load option
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-05-27 Chris LattnerHeader file moved
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-05-12 Chris LattnerTurn the block extractor on by default now that it...
2004-05-12 Chris LattnerCheck to see if all blocks are extractible first.
2004-05-12 Chris LattnerDon't leave dead bytecode.output files around if the...
2004-05-12 Chris LattnerImplement the final missing bits for block extractor...
2004-05-11 Chris LattnerImplement basic block extraction for the miscompilation...
2004-05-11 Chris LattnerA class that is meant to be a base class should have...
2004-05-06 Chris LattnerUse the new commandline flag to allow us to call bugpoi...
2004-05-06 Chris LattnerRemove a really old comment
2004-05-04 Brian GaekeApply simplification suggested by Chris: why assign...
2004-05-04 Brian GaekeAdd --tool-args flag which lets you pass arguments...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-04-23 Chris LattnerTeach bugpoint to be a little bit smarter and avoid...
2004-04-22 Misha BrukmanAdd a space before result for readability on the comman...
2004-04-21 Misha BrukmanAdd doxygenified comments to functions.
2004-04-19 Misha BrukmanAs per Chris, greatly simplify handling of external...
2004-04-19 Misha Brukman* Reorder #includes
2004-04-19 Misha BrukmanFinally implement rewriting global initializers which...
2004-04-11 Chris LattnerDisambiguate symbols after loop extraction so that...
2004-04-09 Chris LattnerFix an obvious bug in the refactoring I did a few days ago
2004-04-06 Misha BrukmanWrap at 80 cols.
2004-04-05 Chris LattnerMerge the code generator miscompilation code into the...
2004-04-05 Chris LattnerMake a method public
2004-04-05 Chris LattnerMinor cleanups, remove some old debug code
2004-04-05 Chris LattnerRefactor and genericize code
2004-04-05 Chris Lattnerlli no longer takes the -quiet option!
2004-04-05 Chris LattnerMake full use of the Mangler interface to simplify...
2004-04-05 Chris LattnerMinor change
2004-04-02 Chris LattnerMinor speedup
2004-04-02 Chris Lattnerminor formatting change
2004-04-02 Chris LattnerFix two pretty serious bugs:
2004-04-02 Chris LattnerFix a fairly nasty bug that prevented bugpoint from...
2004-04-02 Chris LattnerIf the program returns a non-zero exit value, don't...
2004-03-17 Chris LattnerWhen loop extraction succeeds, make sure to map the...
2004-03-17 Chris LattnerFix an inverted condition that causes us to think that...
2004-03-17 Chris LattnerFix an iterator invalidation problem in a "buggy" pass
2004-03-16 Chris LattnerFix thinko, and PR292
2004-03-14 Chris LattnerAfter reducing a miscompiled program down to the functi...
2004-03-14 Chris LattnerFix a minor bug in runPassesOn
2004-03-14 Chris LattnerAdd a new "AutoDebugCrashes" option
2004-03-14 Chris LattnerRefactor to use a new method
2004-03-14 Chris LattnerAdd new method
next