OSDN Git Service

[llvm-readobj] Allow --hex-dump/--string-dump to dump multiple sections
[android-x86/external-llvm.git] / tools / llvm-mca / llvm-mca.cpp
2019-06-18 Andrea Di Biagio[MCA] Slightly refactor the bottleneck analysis view...
2019-06-10 Andrea Di Biagio[llvm-mca] Enable bottleneck analysis when flag -all...
2019-06-10 Andrea Di Biagio[MCA] Further refactor the bottleneck analysis view...
2019-05-31 Andrea Di Biagio[MCA] Remove unused fields from BottleneckAnalysis...
2019-05-31 Andrea Di Biagio[MCA] Refactor class BottleneckAnalysis. NFCI
2019-05-24 Andrea Di Biagio[MCA] Zero-initialize field CRD in InstructionBase...
2019-05-09 Andrea Di Biagio[MCA] Add support for nested and overlapping region...
2019-04-17 Andrea Di Biagio[MCA] Moved the bottleneck analysis to its own file...
2019-03-29 Andrea Di Biagio[MCA] Add an experimental MicroOpQueue stage.
2019-03-26 Andrea Di Biagio[MCA] Correctly update the UsedResourceGroups mask...
2019-03-07 Matt Davis[llvm-mca] Emit a message when no bottlenecks are ident...
2019-03-04 Andrea Di Biagio[MCA] Highlight kernel bottlenecks in the summary view.
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-19 Matt Davis[llvm-mca] Rename an error variable.
2018-12-19 Matt Davis [llvm-mca] Add an error handler for error from parseCo...
2018-12-17 Andrea Di Biagio[MCA] Don't assume that createMCInstrAnalysis() always...
2018-12-17 Clement Courbet[llvm-mca] Move llvm-mca library to llvm/lib/MCA.
2018-11-29 Andrea Di Biagio[llvm-mca][MC] Add the ability to declare which process...
2018-11-28 Andrea Di BiagioReapply "[llvm-mca] Return the total number of cycles...
2018-11-28 Andrea Di BiagioRevert [llvm-mca] Return the total number of cycles...
2018-11-28 Andrea Di Biagio[llvm-mca] Return the total number of cycles from metho...
2018-11-23 Andrea Di Biagio[llvm-mca][View] Improved Retire Control Unit Statistics.
2018-11-08 Matt Davis[llvm-mca] Partially revert r346417.
2018-11-08 Andrea Di Biagio[llvm-mca] PR39261: Rename FetchStage to EntryStage.
2018-11-08 Matt Davis[llvm-mca] Remove unneeded namespace qualifier. NFC.
2018-11-07 Matt Davis[llvm-mca] Move the AssembleInput logic into its own...
2018-10-31 Matt Davis[llvm-mca] Remove the verb 'assemble' from a few option...
2018-10-29 Andrea Di Biagio[llvm-mca] Lower to mca::Instructon before the pipeline...
2018-10-26 Andrea Di Biagio[llvm-mca] Removed dependency on mca::SourcMgr in some...
2018-10-24 Andrea Di Biagio[llvm-mca] Remove dependency from InstrBuilder in class...
2018-10-24 Andrea Di Biagio[llvm-mca] [llvm-mca] Improved error handling and error...
2018-10-22 Andrea Di Biagio[llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCI
2018-09-28 Owen RodleyTest commit. NFC.
2018-08-29 Andrea Di Biagio[llvm-mca] Don't disable the SummaryView if flag `...
2018-08-27 Matt Davis[llvm-mca] Introduce the llvm-mca library and organize...
2018-08-24 Matt Davis[llvm-mca] Move views and stats into a Views subdir...
2018-08-20 Matt Davis[llvm-mca] Remove unused formal parameter. NFC.
2018-08-13 Matt Davis[llvm-mca] Propagate fatal llvm-mca errors from library...
2018-08-08 Petr Hosek[ADT] Normalize empty triple components
2018-07-31 Matt Davis[llvm-mca] Update the help text to reflect "physical...
2018-07-14 Matt Davis[llvm-mca] Turn InstructionTables into a Stage.
2018-07-09 Andrea Di Biagio[llvm-mca] report an error if the assembly sequence...
2018-07-06 Matt Davis[llvm-mca] Add HardwareUnit and Context classes.
2018-07-02 Andrea Di Biagio[llvm-mca] Clear the content of map VariantDescriptors...
2018-07-02 Francis Visoiu Mistrih[MC] Error on a .zerofill directive in a non-virtual...
2018-06-27 Matt Davis[llvm-mca] Register listeners with stages; remove...
2018-06-25 Matt Davis[llvm-mca] Rename Backend to Pipeline. NFC.
2018-06-22 Matt Davis[llvm-mca] Introduce a sequential container of Stages
2018-06-20 Andrea Di Biagio[llvm-mca][X86] Teach how to identify register writes...
2018-06-15 Roman Lebedev[MCA] Add -summary-view option
2018-06-13 Andrea Di BiagioRevert: [llvm-mca] Flush the output stream before we...
2018-06-13 Andrea Di Biagio[llvm-mca] Flush the output stream before we start...
2018-05-23 Andrea Di Biagio[llvm-mca] Print the "Block RThroughput" in the Summary...
2018-05-17 Andrea Di Biagio[llvm-mca] Hide unrelated flags from the -help output.
2018-05-17 Andrea Di Biagio[llvm-mca] add flag -all-views and flag -all-stats.
2018-05-15 Matt Davis[llvm-mca] Introduce a pipeline Stage class and FetchStage.
2018-05-05 Andrea Di Biagio[llvm-mca] removes flag -instruction-tables from the...
2018-05-04 Andrea Di Biagio[llvm-mca] use colors for warnings and notes generated...
2018-04-30 Andrea Di Biagio[llvm-mca] Support for in-order CPU for -instruction...
2018-04-25 Filipe Cabecinhas[llvm-mca] Make ViewOptions static. NFCI
2018-04-25 Andrea Di Biagio[llvm-mca] Add a new option category for views.
2018-04-25 Andrea Di Biagio[llvm-mca] run clang-format on a bunch of files. NFC
2018-04-25 Andrea Di Biagio[llvm-mca] Default to the native host cpu if flag ...
2018-04-24 Andrea Di Biagio[llvm-mca] Remove unused flag -verbose. NFC
2018-04-24 Andrea Di Biagio[llvm-mca] Default the output asm dialect used by the...
2018-04-18 Jonas Devlieghere[llvm-mca] Use WithColor for printing errors
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-11 Andrea Di Biagio[llvm-mca] Minor code cleanup. NFC
2018-04-11 Andrea Di Biagio[llvm-mca] Renamed BackendStatistics to RetireControlUn...
2018-04-11 Andrea Di Biagio[llvm-mca] Move the logic that prints scheduler statist...
2018-04-10 Andrea Di Biagio[llvm-mca] Move the logic that prints dispatch unit...
2018-04-09 Fangrui Song[llvm-mca] Fix MCACommentConsumer
2018-04-09 Andrea Di Biagio[llvm-mca] Add the ability to mark regions of code...
2018-04-08 Andrea Di Biagio[llvm-mca] Simplify code. NFC
2018-04-05 Andrea Di Biagio[llvm-mca] Remove flag -max-retire-per-cycle, and updat...
2018-04-03 Andrea Di Biagio[llvm-mca] Move the logic that prints register file...
2018-03-26 Andrea Di Biagio[llvm-mca] Fix how views are added to the InstructionTa...
2018-03-26 Andrea Di Biagio[llvm-mca] Add a flag -instruction-info to enable/disab...
2018-03-26 Andrea Di Biagio[llvm-mca] Add flag -instruction-tables to print the...
2018-03-24 Andrea Di Biagio[llvm-mca] run clang-format on all files.
2018-03-23 Andrea Di Biagio[llvm-mca] Split the InstructionInfoView from the Summa...
2018-03-23 Andrea Di Biagio[llvm-mca] Pass the InstrBuilder to the constructor...
2018-03-23 Andrea Di Biagio[llvm-mca] Add flag -resource-pressure to enable/disabl...
2018-03-22 Andrea Di Biagio[llvm-mca] Simplify code. NFC
2018-03-21 Andrea Di Biagio[llvm-mca] Move the logic that computes the register...
2018-03-16 Andrea Di Biagio[llvm-mca] Remove method getSchedModel() from the Backend.
2018-03-13 Andrea Di Biagio[llvm-mca] Remove the logic that computes the reciproca...
2018-03-10 Andrea Di Biagio[llvm-mca] Views are now independent from resource...
2018-03-09 Andrea Di Biagio[llvm-mca] Move the logic that prints the summary into...
2018-03-09 Andrea Di Biagio[llvm-mca] Run clang-format on the source code. NFC
2018-03-08 Andrea Di Biagio[llvm-mca] Unify the API for the various views. NFCI
2018-03-08 Andrea Di Biagio[llvm-mca] LLVM Machine Code Analyzer.