summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
...
* Pass a module reference to CloneModule.Rafael Espindola2018-02-143-25/+25
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-3/+3
* [bugpoint] Report non-existent opt binaryVedant Kumar2018-02-091-0/+4
* [bugpoint] Simplify reducers which can fail verification, NFCVedant Kumar2018-02-092-47/+41
* [bugpoint] Delete a dead cl::opt (-child-output)Vedant Kumar2018-02-091-3/+0
* [bugpoint] Simplify the global initializer reducer, NFCVedant Kumar2018-02-081-61/+59
* Simplify function prototypes in bugpoint, NFCVedant Kumar2018-02-081-31/+21
* [llvm-extract] Support extracting basic blocksVolkan Keles2018-01-231-3/+9
* Remove redundant includes from tools.Michael Zolotukhin2017-12-132-8/+0
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-2/+2
* Remove unnecessary code.Rafael Espindola2017-11-221-3/+0
* Convert the last use of sys::fs::createUniqueFile in bugpoint.Rafael Espindola2017-11-161-14/+8
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-164-12/+25
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-164-22/+22
* Convert a use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-19/+20
* [SimplifyCFG] put the optional assumption cache pointer in the options struct...Sanjay Patel2017-10-041-1/+1
* [SimplifyCFG] add a struct to house optional folds (PR34603)Sanjay Patel2017-09-271-1/+1
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-232-5/+5
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-132-7/+9
* Fix check-llvm on kernel 4.9+ with asan or msanVitaly Buka2017-09-011-4/+10
* [NFC] Remove multiple semicolonsMandeep Singh Grang2017-06-281-1/+1
* [bugpoint] Do not initialize disassembler passesTobias Grosser2017-06-261-1/+0
* Ensure backends available in 'opt' are also available in 'bugpoint'Tobias Grosser2017-06-243-0/+11
* bugpoint: disabling symbolication of bugpoint-executed programsDavid Blaikie2017-06-091-2/+3
* Prefer static namespace-scoped variables over anon namespacing per style guideDavid Blaikie2017-06-011-6/+5
* Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton2017-05-091-2/+1
* [Bugpoint] Use boolean AND instead of bitwise AND (PR32660)Simon Pilgrim2017-04-141-1/+1
* Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton2017-04-111-1/+1
* [bugpoint] Also remove comdat's from externalized GVsHal Finkel2017-04-111-0/+1
* [Bugpoint] Use `unique_ptr` correctly.Bryant Wong2017-04-051-11/+12
* Do not inline hot callsites for samplepgo in thinlto compile phase.Dehao Chen2017-03-211-1/+2
* Fix bugpoint to work with swifterror valuesArnold Schwaighofer2017-03-071-2/+4
* Allow use of spaces in Bugpoint ‘--compile-command’ argumentDavid Bozier2017-03-021-21/+46
* Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...Marshall Clow2017-02-162-5/+6
* Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim2016-11-201-2/+2
* [CMake] bugpoint depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* [Polly] Remove the unused POLLY_LINK_LIBS for linking polly intoHongbin Zheng2016-10-301-5/+0
* Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman2016-10-251-0/+23
* Disable fatal errors in the Verifier instantiated by bugpoint's crashAdrian Prantl2016-10-181-3/+3
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-4/+2
* Revert "Add -strip-nonlinetable-debuginfo capability"Michael Ilseman2016-10-061-31/+0
* Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman2016-10-061-0/+31
* Retire bugpoint's -R. hack.Joerg Sonnenberger2016-10-012-9/+2
* HAVE_LINK_R is not the only reason why this needs config.h.Joerg Sonnenberger2016-09-301-1/+1
* Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini2016-09-171-6/+3
* Ensure Polly linking works without BUILD_SHARED_LIBSTobias Grosser2016-09-141-0/+2
* bugpoint: Return Errors instead of passing around stringsJustin Bogner2016-09-0610-543/+558
* Revert "bugpoint: Stop threading errors through APIs that never fail"Justin Bogner2016-09-067-90/+112
* bugpoint: Stop threading errors through APIs that never failJustin Bogner2016-09-067-112/+90
OpenPOWER on IntegriCloud