OSDN Git Service

[llvm-mca] Update the help text to reflect "physical" registers. NFC.
[android-x86/external-llvm.git] / tools / opt /
2018-07-24 Vedant Kumar[Debugify] Export per-pass debug info loss statistics
2018-07-24 Vedant Kumar[Debugify] Move interface definitions to a header, NFC
2018-07-06 Vedant Kumar[Debugify] Allow unsigned values narrower than their...
2018-06-28 Vedant Kumar[Debugify] Do not report line 0 locations as errors
2018-06-27 Vedant Kumar[Debugify] Handle failure to get fragment size when...
2018-06-26 Vedant Kumar[Debugify] Diagnose mis-sized dbg.values
2018-06-26 Vedant Kumar[Debugify] Don't treat missing dbg.values as an error...
2018-06-06 Vedant Kumar[Debugify] Move debug value intrinsics closer to their...
2018-06-06 Vedant Kumar[Debugify] Add a quiet mode to suppress warnings
2018-06-05 Vedant Kumar[opt] Introduce -strip-named-metadata
2018-06-05 Vedant Kumar[Debugify] Don't insert debug values after terminating...
2018-06-05 Vedant KumarApply clang-format on a file, NFC
2018-06-04 Vedant Kumar[Debugify] Preserve analyses in -check-debugify
2018-06-04 Vedant Kumar[Debugify] Add debug intrinsics before terminating...
2018-06-04 Vedant Kumar[Debugify] Don't apply DI before the bitcode writer...
2018-06-04 Vedant Kumar[opt] Add a -strip-module-flags option
2018-06-04 Vedant KumarReformat overflowing lines, NFC
2018-06-03 Vedant Kumar[Debugify] Skip dbg.value placement for EH pads, musttail
2018-05-31 Heejin Ahn[WebAssembly] Add Wasm exception handling prepare pass
2018-05-24 Vedant Kumar[Debugify] Set a DI version module flag for llc compati...
2018-05-24 Vedant Kumar[Debugify] Avoid printing unnecessary square braces...
2018-05-17 Anastasis Grammenos[Debugify] Print the output to stderr
2018-05-15 Anastasis Grammenos[Debugfiy] Print the pass name next to the result
2018-05-15 Vedant Kumar[Debugify] Add -debugify-each for testing each pass...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-24 Craig Topper[AggressiveInstCombine] Add library initializer routine...
2018-04-13 Roman Tereshin[DebugInfo][OPT] NFC follow-up on "Fixing a couple...
2018-04-13 Roman Tereshin[DebugInfo][OPT] Fixing a couple of DI duplication...
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-04-05 Philip PfaffeRe-land r329273: [Plugins] Add a slim plugin API to...
2018-04-05 Philip PfaffeRevert "[Plugins] Add a slim plugin API to work togethe...
2018-04-05 Philip Pfaffe[Plugins] Add a slim plugin API to work together with...
2018-02-15 Vedant Kumar[Debugify] Don't check functions which were skipped
2018-02-15 Vedant Kumar[opt] Port the debugify passes to the new pass manager
2018-02-14 Rafael EspindolaPass a module reference to CloneModule.
2018-02-13 Vedant Kumar[Debugify] Avoid verifier failure on non-definition...
2018-01-30 Yaxun LiuLLParser: add an argument for overriding data layout...
2018-01-25 Amjad AboudAnother try to commit 323321 (aggressive instruction...
2018-01-24 Amjad AboudReverted 323321.
2018-01-24 Amjad Aboud[InstCombine] Introducing Aggressive Instruction Combin...
2018-01-23 Vedant Kumar[Debugify] Add a mode to opt to enable faster testing
2018-01-23 David BlaikieNewPM: Add an extension point for the start of the...
2018-01-22 Chandler CarruthIntroduce the "retpoline" x86 mitigation technique...
2018-01-06 Vedant Kumar[Debugify] Handled unsized types
2017-12-08 Vedant Kumar[Debugify] Add a pass to test debug info preservation
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-11-14 Hans WennborgRename CountingFunctionInserter and use for both mcount...
2017-11-03 Clement Courbetre-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen...
2017-10-24 Michael Kruse[opt] Initialize WriteBitcode pass.
2017-10-12 Matthias BraunRevert "TargetMachine: Merge TargetMachine and LLVMTarg...
2017-10-12 Matthias BraunTargetMachine: Merge TargetMachine and LLVMTargetMachine
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-08-31 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize-use-using...
2017-08-20 Sam ElliottKeep Optimization Remark Yaml in NewPM
2017-08-04 Philip Pfaffe[Polly][PM] Register polly passes with the opt tool...
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-07-26 Dehao ChenMake new PM honor -fdebug-info-for-profiling
2017-07-26 Dehao ChenAdd test coverage for new PM PGOOpt handling.
2017-07-11 Philip Pfaffe[PM] Another post-commit fix in NewPMDriver
2017-07-10 Philip Pfaffe[PM] Fix a warning.
2017-07-10 Philip Pfaffe[PM] Fix r307532: Get rid of a dangling reference.
2017-07-10 Philip Pfaffe[PM] Enable registration of out-of-tree passes with...
2017-06-30 Brian Gesiak[ORE] Add diagnostics hotness threshold
2017-06-30 Brian Gesiak[ORE] Unify spelling as "diagnostics hotness"
2017-06-01 Tim Shen[ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.
2017-05-18 Francis Visoiu Mistrih[LegacyPassManager] Remove TargetMachine constructors
2017-05-15 Ayman Musa[X86] Relocate code of replacement of subtarget unsuppo...
2017-05-10 Amara EmersonAdd a late IR expansion pass for the experimental reduc...
2017-05-10 Ahmed Bougacha[CodeGen] Split SafeStack into a LegacyPass and a utili...
2017-04-26 Adrian PrantlTurn DISubprogram into a variable-length node.
2017-04-26 Adrian PrantlRevert "Turn DISubprogram into a variable-length node."
2017-04-26 Adrian PrantlTurn DISubprogram into a variable-length node.
2017-03-23 Teresa Johnson[ThinLTO] Add support for emitting minimized bitcode...
2017-03-21 Dehao ChenDo not inline hot callsites for samplepgo in thinlto...
2017-02-17 Peter Collingbourneopt: Rename -default-data-layout flag to -data-layout...
2017-01-28 Matthias BraunCleanup dump() functions.
2017-01-26 Stanislav MekhanoshinReplace addEarlyAsPossiblePasses callback with adjustPa...
2017-01-11 Chandler Carruth[PM] Separate the LoopAnalysisManager from the LoopPass...
2016-12-16 Peter CollingbourneIPO: Introduce ThinLTOBitcodeWriter pass.
2016-11-19 Mehdi AminiChange setDiagnosticsOutputFile to take a unique_ptr...
2016-11-19 Chris Bieneman[CMake] opt depends on intrinsics_gen
2016-11-14 Teresa JohnsonRestore "[ThinLTO] Prevent exporting of locals used...
2016-11-09 Mehdi AminiRevert "[ThinLTO] Prevent exporting of locals used...
2016-11-08 Teresa Johnson[ThinLTO] Prevent exporting of locals used/defined...
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-10-30 Hongbin Zheng [Polly] Remove the unused POLLY_LINK_LIBS for linki...
2016-10-01 Mehdi AminiUse StringRef in Pass/PassManager APIs (NFC)
2016-09-27 Adam NemetOutput optimization remarks in YAML
2016-09-27 Adam NemetRevert "Output optimization remarks in YAML"
2016-09-27 Adam NemetOutput optimization remarks in YAML
2016-09-07 Davide Italiano[opt] Remove an unused argument to runPassPipeline().
2016-09-01 Hal FinkelAdd a counter-function insertion pass
2016-08-17 Chandler Carruth[PM] Port the always inliner to the new pass manager...
2016-08-12 Teresa Johnson[PM] Port ModuleSummaryIndex analysis to new pass manager
2016-08-05 Gor Nishanovopt: Adding -O0 to opt tool
2016-07-28 David Majnemer[coroutines] Part 3 of N: Adding Boilerplate for Corout...
next