summaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
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
2017-04-05[Bugpoint] Use `unique_ptr` correctly.Bryant Wong
2017-03-21Do not inline hot callsites for samplepgo in thinlto compile phase.Dehao Chen
2017-03-07Fix bugpoint to work with swifterror valuesArnold Schwaighofer
2017-03-02Allow use of spaces in Bugpoint ‘--compile-command’ argumentDavid Bozier
2017-02-16Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...Marshall Clow
2016-11-20Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim
2016-11-18[CMake] bugpoint depends on intrinsics_genChris Bieneman
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-10-30 [Polly] Remove the unused POLLY_LINK_LIBS for linking polly intoHongbin Zheng
2016-10-25Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman
2016-10-18Disable fatal errors in the Verifier instantiated by bugpoint's crashAdrian Prantl
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-10-06Revert "Add -strip-nonlinetable-debuginfo capability"Michael Ilseman
2016-10-06Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman
2016-10-01Retire bugpoint's -R. hack.Joerg Sonnenberger
2016-09-30HAVE_LINK_R is not the only reason why this needs config.h.Joerg Sonnenberger
2016-09-17Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini
2016-09-14Ensure Polly linking works without BUILD_SHARED_LIBSTobias Grosser
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-09-01bugpoint: clang-format and modernize comments in ListReducer. NFCJustin Bogner
2016-08-17[PM] Port the always inliner to the new pass manager in a much moreChandler Carruth
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer
2016-07-31[bugpoint] Add a -Os optionDavid 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