FreeBSD implementation of the TimeValue::now() method.
[oota-llvm.git] / tools / bugpoint /
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
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-14 Chris LattnerAdd a method to extract a loop
2004-03-14 Chris Lattneradd a fixme
2004-03-14 Chris LattnerRefactor all of the "splitting a module into two pieces...
2004-03-13 Chris LattnerFix the "infinite looping unless you disable adce" bug
2004-03-12 Brian GaekeRevise comment and error message for the Bug 38 situati...
2004-02-20 Chris LattnerIf bugpoint can't match the reference output, at LEAST...
2004-02-20 Chris LattnerWild and passionate uncontrolled goose chases are amusi...
2004-02-20 Chris LattnerFormat a bit more nicely
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-19 Chris LattnerBe a bit more robust. Explicitly check for a code...
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-18 Chris LattnerFix the "horribly N^2'd" problem when deleting individu...
2004-02-18 Chris Lattner* Predicate the optimizer crash debugger on a function.
2004-02-18 Chris LattnerAdd a new method for use by the code generator crash...
2004-02-18 Chris LattnerDon't crash if there are no passes in the PassesToRun...
2004-02-18 Chris LattnerAdd support for just running the code generator
2004-02-18 Chris LattnerAdd support for just compiling a program
2004-02-18 Chris LattnerMake the executeProgram method exception safe, not...
2004-02-18 Chris LattnerMake more stuff public. Make the instruction argument to
2004-02-18 Chris Lattnermake a bunch of methods public
2004-02-18 Chris LattnerA couple of minor cleanups: don't forward declare priva...
2004-02-18 Chris LattnerCleanup and simplify manipulation of the program, elimi...
2004-02-18 Chris LattnerAdd a stub for debugging code generator crashes
2004-02-18 Chris Lattnerindent correctly
2004-02-18 Chris LattnerDon't yell. BUGPOINT should yell, not the tool runner :)
2004-02-18 Chris LattnerUpdate comments, if we are running with the CBE, make...
2004-02-18 Chris LattnerByebye method
2004-02-18 Chris LattnerIf there is an error running a tool, include the error...
2004-02-18 Chris Lattnerctor arguments changed order
2004-02-18 Chris LattnerCatch exception and print message as appropriate
2004-02-18 Chris LattnerWhen an error occurs executing a tool, we now throw...
2004-02-18 Chris LattnerBugpoint will be throwing exceptions soon, perpare...
2004-02-18 Chris LattnerThis class got moved to FileUtilities.h
2004-02-17 Chris LattnerThe CBE is now in llc, not llvm-dis
2004-02-17 Chris LattnerThe C backend is no longer in llvm-dis, it's in llc
2004-02-17 Chris LattnerThe CBE is no longer in llvm-dis
2004-02-11 Brian GaekeAdd check-exit-code option, defaulting to true.
next