OSDN Git Service

[llvm-objcopy] New layout algorithm that lays out segments first
[android-x86/external-llvm.git] / tools / bugpoint /
2017-06-28 Mandeep Singh Grang[NFC] Remove multiple semicolons
2017-06-26 Tobias Grosser[bugpoint] Do not initialize disassembler passes
2017-06-24 Tobias GrosserEnsure backends available in 'opt' are also available...
2017-06-09 David Blaikiebugpoint: disabling symbolication of bugpoint-executed...
2017-06-01 David BlaikiePrefer static namespace-scoped variables over anon...
2017-05-09 Serge GueltonSuppress all uses of LLVM_END_WITH_NULL. NFC.
2017-04-14 Simon Pilgrim[Bugpoint] Use boolean AND instead of bitwise AND ...
2017-04-11 Serge GueltonModule::getOrInsertFunction is using C-style vararg...
2017-04-11 Hal Finkel[bugpoint] Also remove comdat's from externalized GVs
2017-04-05 Bryant Wong[Bugpoint] Use `unique_ptr` correctly.
2017-03-21 Dehao ChenDo not inline hot callsites for samplepgo in thinlto...
2017-03-07 Arnold SchwaighoferFix bugpoint to work with swifterror values
2017-03-02 David BozierAllow use of spaces in Bugpoint ‘--compile-command...
2017-02-16 Marshall ClowRemove uses of deprecated std::random_shuffle in the...
2016-11-20 Simon PilgrimFix spelling mistakes in Tools/Tests comments. NFC.
2016-11-18 Chris Bieneman[CMake] bugpoint depends on intrinsics_gen
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-10-30 Hongbin Zheng [Polly] Remove the unused POLLY_LINK_LIBS for linki...
2016-10-25 Michael IlsemanAdd -strip-nonlinetable-debuginfo capability
2016-10-18 Adrian PrantlDisable fatal errors in the Verifier instantiated by...
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-10-06 Michael IlsemanRevert "Add -strip-nonlinetable-debuginfo capability"
2016-10-06 Michael IlsemanAdd -strip-nonlinetable-debuginfo capability
2016-10-01 Joerg SonnenbergerRetire bugpoint's -R. hack.
2016-09-30 Joerg SonnenbergerHAVE_LINK_R is not the only reason why this needs config.h.
2016-09-17 Mehdi AminiDon't create a SymbolTable in Function when the LLVMCon...
2016-09-14 Tobias GrosserEnsure Polly linking works without BUILD_SHARED_LIBS
2016-09-06 Justin Bognerbugpoint: Return Errors instead of passing around strings
2016-09-06 Justin BognerRevert "bugpoint: Stop threading errors through APIs...
2016-09-06 Justin Bognerbugpoint: Stop threading errors through APIs that never...
2016-09-02 Justin Bognerbugpoint: clang-format all of bugpoint. NFC
2016-09-01 Justin Bognerbugpoint: clang-format and modernize comments in ListRe...
2016-08-17 Chandler Carruth[PM] Port the always inliner to the new pass manager...
2016-08-11 David MajnemerUse the range variant of find instead of unpacking...
2016-07-31 David Majnemer[bugpoint] Add a -Os option
2016-07-28 Daniel BerlinRework CFG simplification in bugpoint
2016-07-27 Daniel BerlinMake bugpoint transform conditional jumps into uncondit...
2016-07-15 Sebastian Popbugpoint: add flag -verbose-errors
2016-06-29 Philip Reames[bugpoint] Delete a stale comment.
2016-06-29 Philip Reames[bugpoint] Unwrap one level of wrapper functions [NFC]
2016-06-29 Philip Reames[bugpoint] Extract helper functions for readability...
2016-06-29 Philip Reames[bugpoint] Simplify code by moving exception to only...
2016-06-29 Philip Reames[bugpoint] Treat token type the same as ehpad w.r.t...
2016-06-29 Philip Reames[bugpoint] Disabling one transform shouldn't prevent...
2016-06-15 Justin Lebar[Bugpoint] Erase comdat annotations after removing...
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-06-08 Benjamin KramerApply most suggestions of clang-tidy's performance...
2016-05-27 Benjamin KramerApply clang-tidy's misc-move-constructor-init throughou...
2016-05-04 David Majnemer[GlobalDCE, Misc] Don't remove functions referenced...
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-04-02 Duncan P. N. Exon... ValueMapper: Add support for seeding metadata with...
2016-03-28 Adrian PrantlAdd an IR Verifier check for orphaned DICompileUnits.
2016-02-02 Eugene ZelenkoFix Clang-tidy readability-redundant-control-flow warni...
2016-01-30 Matthias BraunAvoid overly large SmallPtrSet/SmallSet
2016-01-26 Chris BienemanRemove autoconf support
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-09 Rafael EspindolaSimplify testMergedProgram.
2015-12-09 Rafael EspindolaSimplify memory management. NFC.
2015-12-09 Rafael EspindolaReturn std::unique_ptr from SplitFunctionsOutOfModule...
2015-12-09 Rafael EspindolaSimplify memory management. NFC.
2015-12-09 Rafael EspindolaSimplify memory management a bit. NFC.
2015-12-08 Rafael EspindolaReturn a std::unique_ptr from CloneModule. NFC.
2015-12-04 Rafael EspindolaAlways pass a diagnostic handler to the linker.
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-11-26 Hal Finkel[bugpoint] Fix "Alias must point to a definition" problems
2015-11-08 David MajnemerMake bugpoint ehpad/token friendly
2015-11-06 Keno FischerFix bugpoint breakage on libcxx introduced by r252247
2015-11-06 Keno Fischer[bugpoint] Add a named metadata (+their operands) reducer
2015-10-20 Duncan P. N. Exon... bugpoint: Remove implicit ilist iterator conversions...
2015-10-15 Davide Italiano[bugpoint] llvm-gcc doesn't exist anymore ...
2015-10-14 Davide Italiano[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
2015-10-14 Davide Italiano[Bugpoint] Use clang by default.
2015-10-11 Davide Italiano[Bugpoint] Get rid of dead code. No functional change.
2015-08-19 David MajnemerReplace some calls to isa<LandingPadInst> with isEHPad()
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-07-26 Tobias Grosserbugpoint: make the number of trim iterations a compile...
2015-06-12 Douglas KatzmanWrap some long lines in LLVMBuild files. NFC
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-05 Daniel Sanders[bugpoint] Increase default memory limit to 400MB to...
2015-04-20 JF Bastienbugpoint Enhancement.
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Duncan P. N. Exon... IR: Set -preserve-bc-uselistorder=false by default
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-03-31 Duncan P. N. Exon... tools: Unify how verifyModule() is called
2015-03-26 Duncan P. N. Exon... bugpoint: Verify input files
2015-03-26 Duncan P. N. Exon... bugpoint: Return early after error, NFC
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-03-18 Reid KlecknerCMake: Disable ENABLE_EXPORTS for executables with...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-02-26 David MajnemerReplace a few instances of NULL with nullptr.
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2014-11-07 Michael J. SpencerFix style.
2014-11-04 Michael J. SpencerUse findProgramByName.
2014-10-28 Rafael EspindolaRemove the PreserveSource linker mode.
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-07 Lang Hames[Bugpoint] Close error log in ProcessFailure. Bugpoint...
next