summaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
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
2016-06-29[bugpoint] Delete a stale comment.Philip Reames
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] Simplify code by moving exception to only callerPhilip 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-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer
2016-05-04[GlobalDCE, Misc] Don't remove functions referenced by ifuncsDavid Majnemer
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini