summaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-06-04Move Analysis/Utils/Local.h back to TransformsDavid Blaikie
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber
2018-04-24[bugpoint] Fix crash when testing for miscompilation.Rafael Espindola
2018-04-24Link to AggressiveInstCombine in a few places. Unbreaks build for me.Roman Lebedev
2018-04-24[AggressiveInstCombine] Add library initializer routine for AggressiveInstCom...Craig Topper
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-03-21Fix a couple of layering violations in TransformsDavid Blaikie
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-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-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
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola
2018-02-09[bugpoint] Report non-existent opt binaryVedant Kumar
2018-02-09[bugpoint] Simplify reducers which can fail verification, NFCVedant Kumar
2018-02-09[bugpoint] Delete a dead cl::opt (-child-output)Vedant Kumar
2018-02-08[bugpoint] Simplify the global initializer reducer, NFCVedant Kumar
2018-02-08Simplify function prototypes in bugpoint, NFCVedant Kumar
2018-01-23[llvm-extract] Support extracting basic blocksVolkan Keles
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-11-22Remove unnecessary code.Rafael Espindola
2017-11-16Convert the last use of sys::fs::createUniqueFile in bugpoint.Rafael Espindola
2017-11-16Convert another use of createUniqueFile to TempFile::create.Rafael Espindola
2017-11-16Convert another use of createUniqueFile to TempFile::create.Rafael Espindola
2017-11-16Convert a use of createUniqueFile to TempFile::create.Rafael Espindola
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-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko
2017-09-01Fix check-llvm on kernel 4.9+ with asan or msanVitaly Buka
2017-06-28[NFC] Remove multiple semicolonsMandeep Singh Grang
2017-06-26[bugpoint] Do not initialize disassembler passesTobias Grosser
2017-06-24Ensure backends available in 'opt' are also available in 'bugpoint'Tobias Grosser
2017-06-09bugpoint: disabling symbolication of bugpoint-executed programsDavid Blaikie
2017-06-01Prefer static namespace-scoped variables over anon namespacing per style guideDavid Blaikie
2017-05-09Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton
2017-04-14[Bugpoint] Use boolean AND instead of bitwise AND (PR32660)Simon Pilgrim
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton
2017-04-11[bugpoint] Also remove comdat's from externalized GVsHal Finkel