2013-06-17 |
Rafael Espindola | Don't use PathV1.h in CrashDebugger.cpp. |
blob | commitdiff | raw |
2013-06-17 |
Rafael Espindola | Don't use PathV1.h in ToolRunner.h. |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Chandler Carruth | Sort the #include lines for tools/... |
blob | commitdiff | raw | diff to current |
2012-11-29 |
Pedro Artigas | One more step towards making doInitialization and doFin... |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Owen Anderson | Revert r168635 "Step towards implementation of pass... |
blob | commitdiff | raw | diff to current |
2012-11-26 |
Owen Anderson | Step towards implementation of pass manager with doInit... |
blob | commitdiff | raw | diff to current |
2012-11-15 |
Owen Anderson | Add doInitialization and doFinalization methods to... |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Sylvestre Ledru | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviatio... |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Sylvestre Ledru | Fix a typo 'iff' => 'if' |
blob | commitdiff | raw | diff to current |
2011-12-25 |
Bill Wendling | Add braces to remove silly warning. |
blob | commitdiff | raw | diff to current |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
Eli Friedman | A couple misc fixes so that bugpoint doesn't explode... |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Rafael Espindola | Be more consistent in using ValueToValueMapTy. |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Rafael Espindola | Use RunPassesOn as in the rest of bugpoint. |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Rafael Espindola | Most of bugpoint now only needs to know the pass names. |
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-08-05 |
Rafael Espindola | Add a Module argument to the remaining runPasses method... |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Rafael Espindola | Make EmitProgressBitcode const and add a Module argumen... |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Rafael Espindola | Instead of abusing swapProgramIn, just add a Module... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Speculatively revert r108813, in an attempt to get... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Reapply r108794, a fix for the failing test from last... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Daniel Dunbar | Revert r108794, "Separate PassInfo into two classes... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Separate PassInfo into two classes: a constructor-free... |
blob | commitdiff | raw | diff to current |
2010-06-24 |
Devang Patel | Use ValueMap instead of DenseMap. |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Dan Gohman | Use ->isVoidTy(). |
blob | commitdiff | raw | diff to current |
2010-06-05 |
Dan Gohman | No need to special-case structs here; structs are first... |
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-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
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-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Owen Anderson | Move a few more APIs back to 2.5 forms. The only remai... |
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-13 |
Owen Anderson | Begin the painful process of tearing apart the rat... |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Nick Lewycky | Fix the crash debugger to actually bisect globals once... |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Nick Lewycky | Add a bisection step on the list of instructions before... |
blob | commitdiff | raw | diff to current |
2009-05-24 |
Torok Edwin | Make bugpoint emit a bugpoint-reduced-blocks.bc, becaus... |
blob | commitdiff | raw | diff to current |
2009-05-24 |
Torok Edwin | Add -disable-global-remove option to bugpoint. |
blob | commitdiff | raw | diff to current |
2009-04-04 |
Nick Lewycky | CloneModule stores the BasicBlock mapping in ValueMap... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Dan Gohman | Use CloneModule's ValueMap to avoid needing to look up |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Dan Gohman | Fix a bugpoint bug on anonymous functions. Instead... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Matthijs Kooijman | Improve bugpoint output a bit by outputting the actual... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Chris Lattner | several multiple-retval fixes for bugpoint. |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Bill Wendling | Remove tabs. Patch by Mike Stump! |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
blob | commitdiff | raw | diff to current |
2008-03-24 |
Andrew Lenharth | With debug info, there are nameless constant global... |
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-05-06 |
Chris Lattner | add bitcode support |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2007-01-30 |
Reid Spencer | For PR1136: Rename GlobalVariable::isExternal as isDecl... |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Reid Spencer | For PR786: |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Bill Wendling | Forgot a } |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Bill Wendling | Re-added the part where it tries to remove all global... |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Bill Wendling | Fix for PR960. Improves bugpoint so that it removes... |
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-06 |
Chris Lattner | Move ToolRunner.(cpp|h) into the bugpoint directory |
blob | commitdiff | raw | diff to current |
2006-03-16 |
Chris Lattner | add an assert to get a slightly better msg about this... |
blob | commitdiff | raw | diff to current |
2006-03-05 |
Andrew Lenharth | For transforms the behave differently if main goes... |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Chris Lattner | When the user hits ctrl-c, bugpoint should attempt... |
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-03-15 |
Chris Lattner | Replace more a*'s with arg_*'s, thanks to Gabor Greif! |
blob | commitdiff | raw | diff to current |
2005-01-22 |
Jeff Cohen | Fix VC++ complaint |
blob | commitdiff | raw | diff to current |
2004-12-16 |
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-29 |
Misha Brukman | Fix #includes of i*.h => Instructions.h as per PR403. |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Misha Brukman | * Convert "\n" -> '\n' |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Reid Spencer | Convert to SymbolTable's new iteration interface. |
blob | commitdiff | raw | diff to current |
2004-03-14 |
Chris Lattner | Refactor and clean up a bunch more code. No major... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Chris Lattner | Fix the "infinite looping unless you disable adce" bug |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Chris Lattner | Fix the "horribly N^2'd" problem when deleting individu... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Chris Lattner | * Predicate the optimizer crash debugger on a function. |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Chris Lattner | A couple of minor cleanups: don't forward declare priva... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Chris Lattner | Cleanup and simplify manipulation of the program, elimi... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Chris Lattner | Add a stub for debugging code generator crashes |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Chris Lattner | finegrainify namespacification |
blob | commitdiff | raw | diff to current |
2003-11-22 |
Chris Lattner | Do not crash when dealing with invoke and unwind instru... |
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-11-05 |
Chris Lattner | I hate it when bugpoint is all ready to give me a bytec... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Chris Lattner | Simplify the performFinalCleanups interface |
blob | commitdiff | raw | diff to current |
2003-10-27 |
Chris Lattner | Do not print out lists with thousands of elements in... |
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-10 |
Misha Brukman | Fix spelling. |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Misha Brukman | Spell `necessary' correctly. |
blob | commitdiff | raw | diff to current |
2003-08-07 |
Misha Brukman | File-related functions moved to FileUtilities.h . |
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-05 |
Chris Lattner | If we're debugging the SimplifyCFG pass, we _REALLY_... |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Misha Brukman | Only test the vector of functions if it is non-empty. |
blob | commitdiff | raw | diff to current |
2003-08-04 |
John Criswell | Added code that ensures that we don't try to reduce... |
blob | commitdiff | raw | diff to current |
2003-06-25 |
Chris Lattner | Try to run cleanups even if nothing was modified in... |
blob | commitdiff | raw | diff to current |
2003-06-02 |
Chris Lattner | Remove stupid thinko that was preventing bugpoint from... |
blob | commitdiff | raw | diff to current |
2003-04-25 |
Chris Lattner | Big programs have tons of global variable initializers... |
blob | commitdiff | raw | diff to current |
next |