summaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint/Miscompilation.cpp
AgeCommit message (Expand)Author
2025-11-20Revert "[NFC][bugpoint] Namespace cleanup in `bugpoint`" (#168961)Rahul Joshi
2025-11-20[NFC][bugpoint] Namespace cleanup in `bugpoint` (#168921)Rahul Joshi
2025-10-13[NFC][LLVM] Code cleanup in bugpoint (#162909)Rahul Joshi
2025-01-23[IR] Replace of PointerType::getUnqual(Type) with opaque version (NFC) (#123909)Mats Jun Larsen
2024-03-04[RemoveDIs] Reapply 3fda50d3915, insert instructions using iteratorsJeremy Morse
2024-02-29Revert "[NFC][RemoveDIs] Bulk update utilities to insert with iterators"Jeremy Morse
2024-02-29[NFC][RemoveDIs] Bulk update utilities to insert with iteratorsJeremy Morse
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-29Try harder to fix bugpoint with GCC5Benjamin Kramer
2020-01-29Make bugpoint work with gcc5 again.Benjamin Kramer
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-05-31[Bugpoint] fix another use-after-move. NFCNick Desaulniers
2019-05-21[Bugpoint] fix use-after-move. NFCNick Desaulniers
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight
2019-02-01[opaque pointer types] Pass function types to CallInst creation.James Y Knight
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-24[bugpoint] Fix crash when testing for miscompilation.Rafael Espindola
2018-02-14Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola
2018-02-14Use std::uniue_ptr. NFC.Rafael Espindola
2018-02-14Use std::unique_ptr. NFC.Rafael Espindola
2018-02-14Use std::unique_ptr. NFC.Rafael Espindola
2018-02-14Use std::unique_ptr. NFC.Rafael Espindola
2018-02-14Pass a module reference to CloneModule.Rafael Espindola
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton
2017-04-05[Bugpoint] Use `unique_ptr` correctly.Bryant Wong
2016-10-01Retire bugpoint's -R. hack.Joerg Sonnenberger
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-06-29[bugpoint] Simplify code by moving exception to only callerPhilip Reames
2016-02-02Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola
2015-12-09Simplify testMergedProgram.Rafael Espindola
2015-12-09Simplify memory management. NFC.Rafael Espindola
2015-12-09Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.Rafael Espindola
2015-12-09Simplify memory management. NFC.Rafael Espindola
2015-12-09Simplify memory management a bit. NFC.Rafael Espindola
2015-12-08Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola
2015-12-04Always pass a diagnostic handler to the linker.Rafael Espindola
2015-12-01Use references now that it is natural to do so.Rafael Espindola
2015-10-20bugpoint: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith