summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/bugpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* [bugpoint] Do not initialize disassembler passesTobias Grosser2017-06-261-1/+0
* Ensure backends available in 'opt' are also available in 'bugpoint'Tobias Grosser2017-06-241-0/+9
* Do not inline hot callsites for samplepgo in thinlto compile phase.Dehao Chen2017-03-211-1/+2
* bugpoint: Return Errors instead of passing around stringsJustin Bogner2016-09-061-5/+3
* Revert "bugpoint: Stop threading errors through APIs that never fail"Justin Bogner2016-09-061-1/+7
* bugpoint: Stop threading errors through APIs that never failJustin Bogner2016-09-061-7/+1
* bugpoint: clang-format all of bugpoint. NFCJustin Bogner2016-09-021-48/+47
* [PM] Port the always inliner to the new pass manager in a much moreChandler Carruth2016-08-171-1/+2
* [bugpoint] Add a -Os optionDavid Majnemer2016-07-311-2/+6
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* [bugpoint] llvm-gcc doesn't exist anymore ...Davide Italiano2015-10-151-8/+1
* [PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2015-08-181-1/+0
* [bugpoint] Increase default memory limit to 400MB to fix bugpoint tests.Daniel Sanders2015-05-051-2/+2
* uselistorder: Remove the global bitsDuncan P. N. Exon Smith2015-04-151-5/+0
* IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith2015-04-141-0/+5
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-2/+2
* Delete -std-compile-opts.Rafael Espindola2014-10-161-10/+0
* 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
* Don't internalize all but main by default.Rafael Espindola2014-08-051-2/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-1/+1
* static link polly into toolsSebastian Pop2014-03-141-0/+10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-1/+1
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-041-1/+1
* Fix typoTobias Grosser2014-02-191-3/+3
* Do not reference llvm-gcc from bugpointTobias Grosser2014-01-271-3/+3
* Whitespace.NAKAMURA Takumi2014-01-151-8/+8
* [bugpoint] Increase the default memory limit for subprocesses to 300MB.Daniel Sanders2013-10-251-3/+3
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-281-0/+1
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* Fix #includes after my last commit.Jakub Staszak2013-01-101-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-3/+3
* Allow bugpoint to recognize -bb-vectorizeHal Finkel2012-02-071-0/+1
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-021-0/+1
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-021-1/+1
* Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, yo...Eli Friedman2011-06-061-2/+28
* switch bugpoint and liblto to PassManagerBuilder.Chris Lattner2011-05-221-12/+10
* Disable debug mode.Devang Patel2011-01-141-2/+2
* Little help to debug the bugpoint itself.Devang Patel2011-01-131-0/+12
* Merge System into Support.Michael J. Spencer2010-11-291-3/+3
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-0/+13
* Straighten out any triple strings passed on the command line beforeDuncan Sands2010-08-281-2/+2
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-2/+8
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-071-8/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+2
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-051-1/+8
OpenPOWER on IntegriCloud