OSDN Git Service

[InstSimplify] Simplify uadd/sadd/umul/smul with overflow intrinsics when the Zero...
[android-x86/external-llvm.git] / lib / LTO /
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
2017-01-19 Peter CollingbourneLTO: Flush the resolution file after writing to it.
2017-01-13 Benjamin KramerApply clang-tidy's performance-unnecessary-value-param...
2017-01-11 Chandler Carruth[PM] Separate the LoopAnalysisManager from the LoopPass...
2017-01-10 Mehdi Amini[ThinLTO] Hash more part of the config to build cache...
2017-01-08 Mehdi Amini[ThinLTO] Expected<> return values need to be handled...
2017-01-05 Teresa JohnsonThinLTO: add early "dead-stripping" on the Index
2017-01-04 Davide Italiano[lib/LTO] Simplify logic removing set but unused variab...
2016-12-28 Mehdi Amini[ThinLTO] Honor -O{0,1,2,4} passed through the libLTO...
2016-12-16 Teresa Johnson[ThinLTO] Import composite types as declarations
2016-12-16 Dehao ChenPass sample pgo flags to thinlto.
2016-12-14 Davide Italiano[LTO] Reject modules without datalayout.
2016-12-14 Mehdi Amini[ThinLTO] Add an API to trigger file-based API for...
2016-12-14 Peter CollingbourneLTO: Add support for multi-module bitcode files.
2016-12-13 Peter CollingbourneLTO: Port the legacy LTO API to ModuleSymbolTable.
2016-12-13 Peter CollingbourneLTO: Port the new LTO API to ModuleSymbolTable.
2016-12-12 Teresa Johnson[ThinLTO] Import only necessary DICompileUnit fields
2016-12-08 Peter CollingbourneLTO: Hash the parts of the LTO configuration that affec...
2016-12-02 Adam Nemet[LTOs] Allow generation of hotness information
2016-12-01 Peter CollingbourneObject: Extract a ModuleSymbolTable class from IRObject...
2016-12-01 Peter CollingbourneLTO: Remove ModuleLoader, make loadModuleFromBuffer...
2016-12-01 Peter CollingbourneLTO: Remove Symbol::getIRName().
2016-11-28 Adam Nemet[LTO] Move finishOptimizationRemarks after codegen
2016-11-24 Davide Italiano[lib/LTO] Rename few instances of Lto to LTO.
2016-11-22 Adam NemetRename option to -lto-pass-remarks-output
2016-11-19 Benjamin KramerGive some helper classes/functions internal linkage...
2016-11-19 Mehdi Amini[ThinLTO] Implement -pass-remarks-output in ThinLTOCode...
2016-11-19 Mehdi AminiChange setDiagnosticsOutputFile to take a unique_ptr...
2016-11-18 Adam Nemet[LTO] Add option to generate optimization records
2016-11-17 Chris Bieneman[CMake] NFC. Updating CMake dependency specifications
2016-11-14 Teresa Johnson[ThinLTO] Only promote exported locals as marked in...
2016-11-13 Peter CollingbourneBitcode: Change module reader functions to return an...
2016-11-11 Peter CollingbourneBitcode: Change getModuleSummaryIndex() to return an...
2016-11-11 Peter CollingbourneBitcode: Clean up error handling for certain bitcode...
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-11-08 Eli FriedmanDon't store Twine in a local variable.
2016-11-08 Peter CollingbourneIR, Bitcode: Change bitcode reader to no longer own...
next