2015-10-14 |
Davide Italiano | [Bugpoint] Use 'CC' instead of 'GCC' for variable naming. |
blob | commitdiff | raw |
2015-10-14 |
Davide Italiano | [Bugpoint] Use clang by default. |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Rafael Espindola | Remove 'using std::error_code' from tools. |
blob | commitdiff | raw | diff to current |
2014-06-12 |
Rafael Espindola | Don't use 'using std::error_code' in include/llvm. |
blob | commitdiff | raw | diff to current |
2014-04-25 |
Craig Topper | [C++] Use 'nullptr'. Tools edition. |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Rafael Espindola | Fix a bug introduced during the transition to PathV2. |
blob | commitdiff | raw | diff to current |
2013-10-01 |
Rafael Espindola | Remove several unused variables. |
blob | commitdiff | raw | diff to current |
2013-07-05 |
Rafael Espindola | Add a createUniqueFile function and switch llvm's users... |
blob | commitdiff | raw | diff to current |
2013-06-28 |
Hal Finkel | Fix bugpoint execution/reference output file name |
blob | commitdiff | raw | diff to current |
2013-06-18 |
Rafael Espindola | Add a version of unique_file that return just the file... |
blob | commitdiff | raw | diff to current |
2013-06-18 |
Rafael Espindola | Remove use of PathV1.h from ExecutionDriver.cpp. |
blob | commitdiff | raw | diff to current |
2013-06-17 |
Rafael Espindola | Don't use PathV1.h in ToolRunner.h. |
blob | commitdiff | raw | diff to current |
2013-06-13 |
Rafael Espindola | Don't use PathV1.h in FileUtilities.h. |
blob | commitdiff | raw | diff to current |
2013-01-24 |
Saleem Abdulrasool | [bugpoint] make tool selection messages unique |
blob | commitdiff | raw | diff to current |
2012-03-23 |
Eric Christopher | Remove the C backend. |
blob | commitdiff | raw | diff to current |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Andrew Trick | Bugpoint support for miscompilations that result in... |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Michael J. Spencer | Switch FileRemover from PathV1 to V2. |
blob | commitdiff | raw | diff to current |
2011-02-08 |
Andrew Trick | Added bugpoint options: -compile-custom and -compile... |
blob | commitdiff | raw | diff to current |
2011-02-08 |
Andrew Trick | whitespace |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Rafael Espindola | Add const to compileProgram and to the various test... |
blob | commitdiff | raw | diff to current |
2010-07-31 |
Rafael Espindola | Add const to some methods and change TestMergedProgram... |
blob | commitdiff | raw | diff to current |
2010-07-30 |
Rafael Espindola | Add a Program argument to diffProgram to avoid a use... |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Duncan Sands | Apply timeouts and memory limits in more places. In... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Kalle Raiskila | Add command line option --gcc to bugpoint. |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Nick Lewycky | Remove use of exceptions from bugpoint. No deliberate... |
blob | commitdiff | raw | diff to current |
2010-04-10 |
Nick Lewycky | Remove dead argument and clean whitespace. No functiona... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Chris Lattner | add support for bugpointing the integrated assembler... |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Daniel Dunbar | Add -output-prefix option to bugpoint (to change the... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Dan Gohman | Fix FindExecutable to use sys::Path::GetMainExecutable... |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Anton Korobeynikov | Add save-temps option to bugpoint to keep temporary... |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Evan Cheng | 80 col violation. |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr. |
blob | commitdiff | raw | diff to current |
2009-07-10 |
David Goodwin | Support remote execute for ARM. |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Bill Wendling | Add a "-gcc-tool-args" option. This option acts like... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Dan Gohman | Generalize bugpoint's concept of a "safe" backend,... |
blob | commitdiff | raw | diff to current |
2008-10-26 |
Nick Lewycky | Remove -check-exit-code from bugpoint. This is subsumed... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Matthijs Kooijman | Let bugpoint display generated messages on stderr only... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Anton Korobeynikov | Add possibility of using arbitrary to to execute stuff... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
blob | commitdiff | raw | diff to current |
2007-07-04 |
Gabor Greif | Pretty straightforward replacement of "bytecode" by... |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Lauro Ramos Venancio | Fix bugpoint to run -llc-safe with -Xlinker. |
blob | commitdiff | raw | diff to current |
2007-02-16 |
Anton Korobeynikov | Add possibility to set memory limit for binaries run... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Reid Spencer | Add an -append-exit-code option to bugpoint. This will... |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Chris Lattner | add a new bugpoint mode -llc-safe. This uses LLC for... |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Jeff Cohen | Unbreak VC++ build. |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Chris Lattner | Add a new -cbe-bug mode, which works just like -run... |
blob | commitdiff | raw | diff to current |
2006-08-23 |
Reid Spencer | For PR797: |
blob | commitdiff | raw | diff to current |
2006-08-15 |
Patrick Jenkins | This commit adds a new feature called find-bugs. The... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Chris Lattner | Pass -Xlinker flags to gcc when it builds the shared... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Chris Lattner | Teach bugpoint to kill optimization passes that run... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Chris Lattner | Move ToolRunner.(cpp|h) into the bugpoint directory |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Reid Spencer | Add the -Xlinker option to bugpoint which allows an... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Chris Lattner | add explicit #includes of iostream |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Jeff Cohen | Eliminate all remaining tabs and trailing spaces. |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Reid Spencer | Final Changes For PR495: |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Reid Spencer | For PR495: |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-01-23 |
Chris Lattner | Add support for fp tolerances |
blob | commitdiff | raw | diff to current |
2005-01-23 |
Chris Lattner | Adjust to changed interface. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Brian Gaeke | Fix the build on PowerPC/Darwin - it thought we were... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Reid Spencer | For PR351: |
blob | commitdiff | raw | diff to current |
2004-12-15 |
Reid Spencer | For PR351: |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-07-24 |
Chris Lattner | Finally give bugpoint -timeout support! |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Misha Brukman | * Convert "\n" -> '\n' |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Brian Gaeke | These files don't need to include <iostream> since... |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Chris Lattner | IA64 compat |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Chris Lattner | Use the new commandline flag to allow us to call bugpoi... |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Chris Lattner | Remove a really old comment |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Brian Gaeke | Add --tool-args flag which lets you pass arguments... |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Misha Brukman | * Reorder #includes |
blob | commitdiff | raw | diff to current |
2004-04-02 |
Chris Lattner | If the program returns a non-zero exit value, don't... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Chris Lattner | Add a new method for use by the code generator crash... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Chris Lattner | Make the executeProgram method exception safe, not... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Chris Lattner | Update comments, if we are running with the CBE, make... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Brian Gaeke | Add check-exit-code option, defaulting to true. |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Chris Lattner | finegrainify namespacification |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-21 |
Brian Gaeke | Fix the first FIXME in this file: automatically pick... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
Chris Lattner | fix file headers |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added copyright header to all C++ source files. |
blob | commitdiff | raw | diff to current |
2003-10-19 |
Chris Lattner | Ok, return an explicit path to the shared object, unbre... |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Chris Lattner | Don't leave a trail of bugpoint-execution-output-*... |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Chris Lattner | Change run-lli -> run-int |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Chris Lattner | Default to using the CBE instead of the Interpreter... |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Chris Lattner | add support forloading additional .so files on the... |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Chris Lattner | Change the execute methods to take the shared object... |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Chris Lattner | The return value of compileSharedObject was never used... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Chris Lattner | This header file moved. Thanks to Bill and Nightly... |
blob | commitdiff | raw | diff to current |
2003-09-29 |
Misha Brukman | Use the newly abstracted interface for running our... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Misha Brukman | Renaming `dis' -> `llvm-dis'. |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Chris Lattner | no-strict-aliasing redux |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Chris Lattner | The CBE generates code which violates the TBAA rules... |
blob | commitdiff | raw | diff to current |
2003-08-07 |
Misha Brukman | Re-grouped and alphabetized headers for easier reading... |
blob | commitdiff | raw | diff to current |
2003-08-07 |
Misha Brukman | Moved SystemUtils.h to include/Support and SystemUtils... |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Chris Lattner | Make sure to flush the output stream so that we get... |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Chris Lattner | DEBUG got moved to Debug.h |
blob | commitdiff | raw | diff to current |
next |