aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint/Miscompilation.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata1-10/+7
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos1-2/+2
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata1-1/+1
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-22/+22
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-22/+22
2020-01-29Try harder to fix bugpoint with GCC5Benjamin Kramer1-1/+2
2020-01-29Make bugpoint work with gcc5 again.Benjamin Kramer1-2/+4
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-8/+13
2019-05-31[Bugpoint] fix another use-after-move. NFCNick Desaulniers1-1/+1
2019-05-21[Bugpoint] fix use-after-move. NFCNick Desaulniers1-3/+3
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight1-1/+2
2019-02-01[opaque pointer types] Pass function types to CallInst creation.James Y Knight1-2/+2
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-2/+3
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-3/+2
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-2/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-24[bugpoint] Fix crash when testing for miscompilation.Rafael Espindola1-7/+10
2018-02-14Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola1-45/+43
2018-02-14Use std::uniue_ptr. NFC.Rafael Espindola1-4/+4
2018-02-14Use std::unique_ptr. NFC.Rafael Espindola1-12/+6
2018-02-14Use std::unique_ptr. NFC.Rafael Espindola1-6/+5
2018-02-14Use std::unique_ptr. NFC.Rafael Espindola1-9/+5
2018-02-14Pass a module reference to CloneModule.Rafael Espindola1-12/+12
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton1-1/+1
2017-04-05[Bugpoint] Use `unique_ptr` correctly.Bryant Wong1-11/+12
2016-10-01Retire bugpoint's -R. hack.Joerg Sonnenberger1-6/+2
2016-09-06bugpoint: Return Errors instead of passing around stringsJustin Bogner1-175/+195
2016-09-06Revert "bugpoint: Stop threading errors through APIs that never fail"Justin Bogner1-34/+33
2016-09-06bugpoint: Stop threading errors through APIs that never failJustin Bogner1-33/+34
2016-09-02bugpoint: clang-format all of bugpoint. NFCJustin Bogner1-207/+204
2016-06-29[bugpoint] Simplify code by moving exception to only callerPhilip Reames1-2/+8
2016-02-02Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko1-8/+5
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola1-4/+5
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola1-15/+4
2015-12-09Simplify testMergedProgram.Rafael Espindola1-26/+19
2015-12-09Simplify memory management. NFC.Rafael Espindola1-79/+72
2015-12-09Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.Rafael Espindola1-14/+14
2015-12-09Simplify memory management. NFC.Rafael Espindola1-11/+10
2015-12-09Simplify memory management a bit. NFC.Rafael Espindola1-9/+8
2015-12-08Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola1-12/+12
2015-12-04Always pass a diagnostic handler to the linker.Rafael Espindola1-4/+15
2015-12-01Use references now that it is natural to do so.Rafael Espindola1-4/+4
2015-10-20bugpoint: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-10/+8
2015-10-14[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.Davide Italiano1-2/+2
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer1-8/+4
2015-04-02[opaque pointer type] API migration for GEP constant factoriesDavid Blaikie1-1/+2
2015-03-10Teach raw_ostream to accept SmallString.Yaron Keren1-7/+7
2014-10-28Remove the PreserveSource linker mode.Rafael Espindola1-6/+4
2014-10-25Update the error handling of lib/Linker.Rafael Espindola1-23/+7
2014-08-26Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola1-15/+16