OSDN Git Service

LTOModule::isBitcodeFile() shouldn't assert when returning false.
[android-x86/external-llvm.git] / lib / LTO /
2017-10-31 Nico WeberLTOModule::isBitcodeFile() shouldn't assert when return...
2017-10-28 Sanjay Patel[SimplifyCFG] use pass options and remove the latesimpl...
2017-10-24 Bob Haarman[raw_fd_ostream] report actual error in error messages
2017-10-11 Rafael EspindolaConvert the last uses of ErrorOr in include/llvm/Object.
2017-10-03 Peter CollingbourneLTO: Improve error reporting when adding a cache entry.
2017-10-02 Adrian PrantlMove the stripping of invalid debug info from the Verif...
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-17 Johan EngelenRevert "[ThinLTO] Avoid archive member collisions with...
2017-09-17 Johan Engelen[ThinLTO] Avoid archive member collisions with old API
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-15 Vivek PandyaThis reverts r313381
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-11 Peter CollingbourneLowerTypeTests: Add import/export support for targets...
2017-09-11 Peter CollingbourneWholeProgramDevirt: Add import/export support for targe...
2017-09-07 Peter CollingbourneLTO: Remove unnecessary Windows support code.
2017-09-05 Peter CollingbourneLTO: Try to open cache files before renaming them.
2017-08-09 Evgeniy StepanovFix thinlto cache key computation for cfi-icall.
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-08-02 Dehao ChenFix the bug that parseAAPipeline is not invoked in...
2017-08-02 Dehao ChenUpdate the new PM pipeline to make ICP aware if it...
2017-07-19 Peter CollingbourneLTO: Export functions referenced by the CFI jump table.
2017-07-10 Dehao ChenUse DenseMap instead std::map for GVSummaryMapTy.
2017-07-06 Davide Italiano[LTO] Fix the interaction between linker redefined...
2017-06-30 Brian Gesiak[ORE] Unify spelling as "diagnostics hotness"
2017-06-30 Teresa Johnson[LTO] Remove values from non-prevailing comdats
2017-06-22 Teresa Johnson[ThinLTO] Remove unnecessary include of Linker.h (NFC)
2017-06-15 Peter CollingbourneSilence warning with assertions disabled.
2017-06-15 Peter CollingbourneApply summary-based dead stripping to regular LTO modul...
2017-06-12 Peter CollingbourneIR: Replace the "Linker Options" module flag with ...
2017-06-08 Peter CollingbourneObject: Factor out the code for creating the irsymtab...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-05 Dmitry MikulinSymbols re-defined with -wrap and -defsym need to be...
2017-06-02 Evgeniy StepanovMove summary dead stripping before regular LTO.
2017-06-01 Tim Shen[ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change...
2017-06-01 Evgeniy Stepanov(NFC) Track global summary liveness in GVFlags.
2017-06-01 Chandler Carruth[PM/ThinLTO] Port the ThinLTO pipeline (both components...
2017-05-26 Davide Italiano[lib/LTO] Don't reinvent the code for switching linkage.
2017-05-25 Peter CollingbourneLTO: Do summary-based prevailing symbol resolution...
2017-05-22 Evgeniy StepanovInfer relocation model from module flags in relocatable...
2017-05-20 Adrian PrantlRevert "Revert "ThinLTO: Verify bitcode before lauching...
2017-05-19 Adrian PrantlRevert "ThinLTO: Verify bitcode before lauching the...
2017-05-19 Adrian PrantlThinLTO: Verify bitcode before lauching the ThinLTOCode...
2017-05-18 Akira Hatanaka[ThinLTO] Do not assert when adding a module with a...
2017-05-16 James Henderson[LTO] Print time-passes information at conclusion of...
2017-05-16 Peter CollingbourneIR: Give function GlobalValue::getRealLinkageName(...
2017-05-12 Adrian PrantlLTO: Don't verify modules twice in verifyMergedModuleOnce
2017-05-10 Teresa JohnsonEnsure non-null ProfileSummaryInfo passed to ModuleSumm...
2017-05-04 Peter CollingbourneRe-apply r302108, "IR: Use pointers instead of GUIDs...
2017-05-04 Eric LiuRevert "IR: Use pointers instead of GUIDs to represent...
2017-05-04 Peter CollingbourneIR: Use pointers instead of GUIDs to represent edges...
2017-05-01 Peter CollingbourneBitcode: Make the summary reader responsible for mergin...
2017-05-01 Peter CollingbourneObject: Remove ModuleSummaryIndexObjectFile class.
2017-04-26 Peter CollingbourneLTO: Mark undefined module asm symbols as used.
2017-04-14 Peter CollingbourneObject, LTO: Add target triple to irsymtab and LTO...
2017-04-13 Peter CollingbourneSupport: Add a VCSRevision.h header file.
2017-03-31 Bob HaarmanLTO: call getRealLinkageName on IRNames before feeding...
2017-03-31 Peter CollingbourneRe-apply r299168 and r299169 now that the libdeps are...
2017-03-31 Peter CollingbourneMove llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
2017-03-31 Peter CollingbourneMove llvm::canBeOmittedFromSymbolTable() to Analysis.
2017-03-31 Peter CollingbourneRevert r299168 and r299169 due to library dependency...
2017-03-31 Peter CollingbourneLTO: Reduce memory consumption by creating an in-memory...
2017-03-28 Peter CollingbourneMore accurate header inclusions. NFC.
2017-03-28 Peter CollingbourneLTO: Replace InputFile::Symbol::getFlags() with predica...
2017-03-28 Mehdi AminiAdd support for -fno-builtin to LTO and ThinLTO to...
2017-03-26 Joerg SonnenbergerSplit the SimplifyCFG pass into two variants.
2017-03-22 Peter CollingbourneIPO: Const correctness for summaries passed into passes.
2017-03-20 Peter CollingbourneTry using llvm::errc, should hopefully fix version...
2017-03-20 Peter CollingbourneSupport, LTO: When pruning a directory, ignore files...
2017-03-17 Peter CollingbourneLTO: Work around libstdc++ version mismatch bug, see...
2017-03-17 Peter CollingbourneLTO: Fix a potential race condition in the caching...
2017-03-16 Peter CollingbourneLTO: Create temporary cache files in the cache director...
2017-03-15 Peter CollingbourneSupport: Simplify the CachePruning API. NFCI.
2017-03-10 Peter CollingbourneLTO: Hash type identifier resolutions for WholeProgramD...
2017-03-10 Peter CollingbourneLTO: Hash type identifier resolutions for LowerTypeTests.
2017-03-09 Teresa JohnsonPerform symbol binding for .symver versioned symbols
2017-03-03 Peter CollingbourneLTO: Hash the set of imported symbols for each module.
2017-03-02 Peter CollingbourneLTO: When creating a local cache, create the cache...
2017-02-15 Tobias Edler von... [LTO] Add ability to emit assembly to new LTO API
2017-02-14 Mehdi Amini[ThinLTO] Make a copy of buffer identifier in ThinLTOCo...
2017-02-13 Davide Italiano[LTO] Make sure we flush buffers to work around linker...
2017-02-12 Davide Italiano[lib/LTO] Initial support for optimization remarks...
2017-02-10 Davide Italiano[LTO] Share the optimization remarks setup between...
2017-02-10 Davide Italiano[lib/LTO] Rework optimization remarkers setup.
2017-02-04 Bob Haarmanfix nullptr Mangler in LTOModule
2017-02-03 Peter CollingbourneIRMover: Merge flags LinkModuleInlineAsm and IsPerformi...
2017-02-03 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-03 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-02 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-02 Bob Haarman[lto] add getLinkerOpts()
2017-02-02 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-02 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-02 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-02 Peter CollingbourneLTO: Link non-prevailing weak_odr or linkonce_odr globa...
2017-02-02 Peter CollingbourneLinker: Move special casing for available_externally...
2017-01-24 Davide Italiano[LTO] Teach lib/LTO about the new pass manager.
2017-01-23 David L. Jones[Analysis] Add LibFunc_ prefix to enums in TargetLibrar...
2017-01-20 Mehdi Amini[ThinLTO] Don't perform computeDeadSymbols during O0...
2017-01-20 Mehdi Amini[ThinLTO] The "codegen only" path didn't honor the...
2017-01-20 Peter CollingbourneIPO, LTO: Plumb the summary from the LTO API into the...
2017-01-20 Teresa Johnson[ThinLTO] Drop non-prevailing non-ODR weak to declarations
next