summaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)AuthorFilesLines
2016-06-15[Bugpoint] Erase comdat annotations after removing a global's initializer.Justin Lebar2-0/+4
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2-3/+3
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer1-6/+7
2016-05-04[GlobalDCE, Misc] Don't remove functions referenced by ifuncsDavid Majnemer1-2/+2
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-1/+1
2016-04-02ValueMapper: Add support for seeding metadata with nullptrDuncan P. N. Exon Smith1-1/+1
2016-03-28Add an IR Verifier check for orphaned DICompileUnits.Adrian Prantl1-1/+3
2016-02-02Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko1-8/+5
2016-01-30Avoid overly large SmallPtrSet/SmallSetMatthias Braun1-2/+2
2016-01-26Remove autoconf supportChris Bieneman1-18/+0
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola2-5/+6
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola2-23/+5
2015-12-09Simplify testMergedProgram.Rafael Espindola1-26/+19
2015-12-09Simplify memory management. NFC.Rafael Espindola1-79/+72
2015-12-09Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.Rafael Espindola3-30/+25
2015-12-09Simplify memory management. NFC.Rafael Espindola1-11/+10
2015-12-09Simplify memory management a bit. NFC.Rafael Espindola1-9/+8
2015-12-08Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola3-22/+22
2015-12-04Always pass a diagnostic handler to the linker.Rafael Espindola2-5/+23
2015-12-01Use references now that it is natural to do so.Rafael Espindola2-5/+5
2015-11-26[bugpoint] Fix "Alias must point to a definition" problemsHal Finkel3-4/+41
2015-11-08Make bugpoint ehpad/token friendlyDavid Majnemer1-4/+5
2015-11-06Fix bugpoint breakage on libcxx introduced by r252247Keno Fischer1-2/+2
2015-11-06[bugpoint] Add a named metadata (+their operands) reducerKeno Fischer1-0/+173
2015-10-20bugpoint: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith3-56/+47
2015-10-15[bugpoint] llvm-gcc doesn't exist anymore ...Davide Italiano1-8/+1
2015-10-14[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.Davide Italiano6-149/+149
2015-10-14[Bugpoint] Use clang by default.Davide Italiano1-2/+9
2015-10-11[Bugpoint] Get rid of dead code. No functional change.Davide Italiano1-19/+0
2015-08-19Replace some calls to isa<LandingPadInst> with isEHPad()David Majnemer1-1/+1
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2-2/+0
2015-07-26bugpoint: make the number of trim iterations a compile-time constantTobias Grosser1-3/+9
2015-06-12Wrap some long lines in LLVMBuild files. NFCDouglas Katzman1-1/+11
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2-10/+5
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