summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CrashDebugger.cpp
AgeCommit message (Expand)Author
2017-10-04[SimplifyCFG] put the optional assumption cache pointer in the options struct...Sanjay Patel
2017-09-27[SimplifyCFG] add a struct to house optional folds (PR34603)Sanjay Patel
2017-04-14[Bugpoint] Use boolean AND instead of bitwise AND (PR32660)Simon Pilgrim
2017-03-07Fix bugpoint to work with swifterror valuesArnold Schwaighofer
2016-10-25Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman
2016-10-18Disable fatal errors in the Verifier instantiated by bugpoint's crashAdrian Prantl
2016-10-06Revert "Add -strip-nonlinetable-debuginfo capability"Michael Ilseman
2016-10-06Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman
2016-09-17Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini
2016-09-06bugpoint: Return Errors instead of passing around stringsJustin Bogner
2016-09-06Revert "bugpoint: Stop threading errors through APIs that never fail"Justin Bogner
2016-09-06bugpoint: Stop threading errors through APIs that never failJustin Bogner
2016-09-02bugpoint: clang-format all of bugpoint. NFCJustin Bogner
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer
2016-07-28Rework CFG simplification in bugpointDaniel Berlin
2016-07-27Make bugpoint transform conditional jumps into unconditional jumps.Daniel Berlin
2016-07-15bugpoint: add flag -verbose-errorsSebastian Pop
2016-06-29[bugpoint] Unwrap one level of wrapper functions [NFC]Philip Reames
2016-06-29[bugpoint] Extract helper functions for readability [NFCI]Philip Reames
2016-06-29[bugpoint] Treat token type the same as ehpad w.r.t deletionPhilip Reames
2016-06-29[bugpoint] Disabling one transform shouldn't prevent reporting the progress o...Philip Reames
2016-06-15[Bugpoint] Erase comdat annotations after removing a global's initializer.Justin Lebar
2016-05-04[GlobalDCE, Misc] Don't remove functions referenced by ifuncsDavid Majnemer
2016-04-02ValueMapper: Add support for seeding metadata with nullptrDuncan P. N. Exon Smith
2016-03-28Add an IR Verifier check for orphaned DICompileUnits.Adrian Prantl
2016-01-30Avoid overly large SmallPtrSet/SmallSetMatthias Braun
2015-12-08Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola
2015-11-26[bugpoint] Fix "Alias must point to a definition" problemsHal Finkel
2015-11-08Make bugpoint ehpad/token friendlyDavid Majnemer
2015-11-06Fix bugpoint breakage on libcxx introduced by r252247Keno Fischer
2015-11-06[bugpoint] Add a named metadata (+their operands) reducerKeno Fischer
2015-10-20bugpoint: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-08-19Replace some calls to isa<LandingPadInst> with isEHPad()David Majnemer
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer
2015-04-20bugpoint Enhancement.JF Bastien
2015-03-19Verifier: Remove the separate -verify-di passDuncan P. N. Exon Smith
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth
2014-08-26Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola
2014-08-24Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2013-09-02Added std:: qualifier to find() invocationDmitri Gribenko
2013-06-17Don't use PathV1.h in CrashDebugger.cpp.Rafael Espindola
2013-06-17Don't use PathV1.h in ToolRunner.h.Rafael Espindola
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth