summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* BugPoint: Fix some memory leaks.David Blaikie2014-04-25
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* Fix a bug introduced during the transition to PathV2.Rafael Espindola2014-03-14
* static link polly into toolsSebastian Pop2014-03-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [bugpoint] Don't ignore arg in -compile-commad="tool arg"Adam Nemet2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-04
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* Fix typoTobias Grosser2014-02-19
* Do not reference llvm-gcc from bugpointTobias Grosser2014-01-27
* Whitespace.NAKAMURA Takumi2014-01-15
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-30
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-27
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Use startswith_lower() where possible.Jakub Staszak2013-11-04
* [bugpoint] Increase the default memory limit for subprocesses to 300MB.Daniel Sanders2013-10-25
* Remove several unused variables.Rafael Espindola2013-10-01
* Added std:: qualifier to find() invocationDmitri Gribenko2013-09-02
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-05
* Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel2013-08-02
* Add a wrapper for open.Rafael Espindola2013-07-16
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Fix bugpoint execution/reference output file nameHal Finkel2013-06-28
* Remove unused includes.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-25
* Convert most uses of PathV1.h in ToolRunner.cpp.Rafael Espindola2013-06-18
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Return a std::string from PrependMainExecutablePath.Rafael Espindola2013-06-18
* Remove PathV1.h use from BugDriver.cpp.Rafael Espindola2013-06-18
* Remove use of PathV1.h from ExecutionDriver.cpp.Rafael Espindola2013-06-18
* Remove usage of PathV1.h from OptimizerDriver.cpp.Rafael Espindola2013-06-18
* Convert some uses of eraseFromDisk.Rafael Espindola2013-06-18
* Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.Rafael Espindola2013-06-18