summaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)AuthorFilesLines
2015-05-05[bugpoint] Increase default memory limit to 400MB to fix bugpoint tests.Daniel Sanders1-2/+2
2015-04-20bugpoint Enhancement.JF Bastien1-7/+79
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith2-8/+7
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith1-2/+3
2015-04-14IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith1-0/+5
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-04-02[opaque pointer type] API migration for GEP constant factoriesDavid Blaikie1-1/+2
2015-03-31tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith1-1/+1
2015-03-26bugpoint: Verify input filesDuncan P. N. Exon Smith1-0/+6
2015-03-26bugpoint: Return early after error, NFCDuncan P. N. Exon Smith1-10/+10
2015-03-19Verifier: Remove the separate -verify-di passDuncan P. N. Exon Smith1-1/+0
2015-03-18CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner1-1/+1
2015-03-10Teach raw_ostream to accept SmallString.Yaron Keren1-7/+7
2015-02-26Replace a few instances of NULL with nullptr.David Majnemer1-2/+2
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth4-6/+6
2014-11-07Fix style.Michael J. Spencer1-8/+6
2014-11-04Use findProgramByName.Michael J. Spencer2-17/+41
2014-10-28Remove the PreserveSource linker mode.Rafael Espindola2-7/+5
2014-10-25Update the error handling of lib/Linker.Rafael Espindola2-29/+8
2014-10-16Delete -std-compile-opts.Rafael Espindola1-10/+0
2014-10-07[Bugpoint] Close error log in ProcessFailure. Bugpoint had been failing to closeLang Hames1-9/+1
2014-08-26Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola1-1/+1
2014-08-26Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola6-110/+89
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-5/+5
2014-08-24Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper1-7/+5
2014-08-21Handle inlining in populateLTOPassManager like in populateModulePassManager.Rafael Espindola1-1/+2
2014-08-21Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder.Rafael Espindola1-1/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer3-6/+6
2014-08-05Don't internalize all but main by default.Rafael Espindola1-2/+1
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-2/+2
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-2/+2
2014-07-13bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorFD immediately, or it c...NAKAMURA Takumi1-0/+8
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola5-18/+13
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola5-0/+5
2014-04-28[C++] Use 'nullptr'.Craig Topper3-11/+13
2014-04-25BugPoint: Fix some memory leaks.David Blaikie1-0/+4
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper9-52/+52
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2-0/+4
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith1-0/+1
2014-03-14Fix a bug introduced during the transition to PathV2.Rafael Espindola1-1/+1
2014-03-14static link polly into toolsSebastian Pop2-0/+19
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper5-89/+89
2014-03-08[bugpoint] Don't ignore arg in -compile-commad="tool arg"Adam Nemet1-1/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2-4/+5
2014-03-06[Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2-2/+2
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-2/+2
2014-03-04[Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth1-1/+1
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2014-03-04[Modules] Move ValueMap to the IR library. While this class does notChandler Carruth1-1/+1