summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Wrap some long lines in LLVMBuild files. NFCDouglas Katzman2015-06-121-1/+11
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-292-10/+5
* [bugpoint] Increase default memory limit to 400MB to fix bugpoint tests.Daniel Sanders2015-05-051-2/+2
* bugpoint Enhancement.JF Bastien2015-04-201-7/+79
* uselistorder: Remove the global bitsDuncan P. N. Exon Smith2015-04-152-8/+7
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-151-2/+3
* IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith2015-04-141-0/+5
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-1/+2
* tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith2015-03-311-1/+1
* bugpoint: Verify input filesDuncan P. N. Exon Smith2015-03-261-0/+6
* bugpoint: Return early after error, NFCDuncan P. N. Exon Smith2015-03-261-10/+10
* Verifier: Remove the separate -verify-di passDuncan P. N. Exon Smith2015-03-191-1/+0
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-1/+1
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-101-7/+7
* Replace a few instances of NULL with nullptr.David Majnemer2015-02-261-2/+2
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-134-6/+6
* Fix style.Michael J. Spencer2014-11-071-8/+6
* Use findProgramByName.Michael J. Spencer2014-11-042-17/+41
* Remove the PreserveSource linker mode.Rafael Espindola2014-10-282-7/+5
* Update the error handling of lib/Linker.Rafael Espindola2014-10-252-29/+8
* Delete -std-compile-opts.Rafael Espindola2014-10-161-10/+0
* [Bugpoint] Close error log in ProcessFailure. Bugpoint had been failing to closeLang Hames2014-10-071-9/+1
* Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola2014-08-261-1/+1
* Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola2014-08-266-110/+89
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-5/+5
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-241-7/+5
* Handle inlining in populateLTOPassManager like in populateModulePassManager.Rafael Espindola2014-08-211-1/+2
* Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder.Rafael Espindola2014-08-211-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-133-6/+6
* Don't internalize all but main by default.Rafael Espindola2014-08-051-2/+1
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-2/+2
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-2/+2
* bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorFD immediately, or it c...NAKAMURA Takumi2014-07-131-0/+8
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-135-18/+13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-125-0/+5
* [C++] Use 'nullptr'.Craig Topper2014-04-283-11/+13
* BugPoint: Fix some memory leaks.David Blaikie2014-04-251-0/+4
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-259-52/+52
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-212-0/+4
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-151-0/+1
* Fix a bug introduced during the transition to PathV2.Rafael Espindola2014-03-141-1/+1
* static link polly into toolsSebastian Pop2014-03-142-0/+19
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-085-89/+89
* [bugpoint] Don't ignore arg in -compile-commad="tool arg"Adam Nemet2014-03-081-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-062-4/+5
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-062-2/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-041-1/+1
OpenPOWER on IntegriCloud