OSDN Git Service

[RISCV] AsmParser support for the li pseudo instruction
[android-x86/external-llvm.git] / tools /
2018-06-07 Guillaume Chatelet[llvm-exegesis] Make BenchmarkRunner handle multiple...
2018-06-07 Paul Semel[llvm-objdump] Add -R option
2018-06-07 Paul Semel[llvm-strip] Expose --strip-unneeded option
2018-06-07 Guillaume Chatelet[llvm-exegesis] Add a Configuration object for Benchmark.
2018-06-07 Guillaume Chatelet[llvm-exegesis] Improve error reporting.
2018-06-07 Guillaume Chatelet[llvm-exegesis] Serializes instruction's operand in...
2018-06-07 Peter Collingbournellvm-readobj: fix printing number of relocations in...
2018-06-06 Teresa Johnson[ThinLTO] Rename index IsAnalysis flag to HaveGVs ...
2018-06-06 Alexander Shaposhnikov[llvm-strip] Expose --discard-all option
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-06 Clement Courbet[llvm-exegesis] move Mode from Key to BenchmarResult.
2018-06-05 Andrea Di Biagio[llvm-mca] Correctly update the CyclesLeft of a registe...
2018-06-05 Clement Courbet[llvm-exegesis] Add instructions to BenchmarkResult...
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 David BlaikieMove Analysis/Utils/Local.h back to Transforms
2018-06-04 Teresa JohnsonFix for llvm-dis/llvm-bcanalyzer overflows
2018-06-04 Alexander Shaposhnikov[llvm-strip] Add missing aliases for --strip-debug
2018-06-04 Andrea Di Biagio[RFC][patch 3/3] Add support for variant scheduling...
2018-06-04 Alexander Ivchenko[llvm-readobj] Support GNU_PROPERTY_X86_FEATURE_1_AND...
2018-06-04 Andrea Di Biagio[llvm-mca] Track cycles contributed by resources that...
2018-06-04 Clement Courbet[llvm-exegesis][NFC] Use an enum instead of a string...
2018-06-04 Clement Courbet[llvm-exegesis] Analysis: Show inconsistencies between...
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-06-02 Michael J. Spencer[MC] Add assembler support for .cg_profile.
2018-06-01 Paul Semel[llvm-objcopy] Fix null symbol handling
2018-06-01 Andrea Di Biagio[llvm-mca] Move the logic that computes the block throu...
2018-06-01 Clement Courbet[llvm-exegesis] Analysis: Display idealized sched class...
2018-06-01 Daniel CedermanImplemented sane default for llvm-objdump's relocation...
2018-05-31 Heejin Ahn[WebAssembly] Add Wasm exception handling prepare pass
2018-05-31 Alexander Shaposhnikov[llvm-strip] Add -o option to llvm-strip
2018-05-31 Andrea Di Biagio[llvm-mca] Fixed a problem caused by an invalid use...
2018-05-31 Jonas Devlieghere[ADT] Make escaping fn conform to coding guidelines
2018-05-31 Pavel LabathDWARFAcceleratorTable: fix equal_range iterators
2018-05-31 Roman Lebedev[llvm-exegesis][NFCI] Counter::Counter(): more useful...
2018-05-30 Vedant Kumar[llvm-cov] Use the new PrintHTMLEscaped utility
2018-05-30 Peter Collingbournellvm-objcopy: Set sh_link to 0 on unrecognized symtab...
2018-05-30 Galina KistanovaReverted r333424 as it broke multiple build bots and...
2018-05-30 Jonas Devlieghere[dsymutil] Escape HTML special characters in plist.
2018-05-30 Lang Hames[ORC] Update JITCompileCallbackManager to support multi...
2018-05-29 Alexander Ivchenko[llvm-readobj] Support GNU_PROPERTY_X86_FEATURE_1_AND...
2018-05-26 Paul Semel[llvm-objcopy] Add --keep-file-symbols option
2018-05-26 Teresa Johnson[ThinLTO] Print module summary index to assembly
2018-05-26 Fangrui Song[llvm-symbolizer] Simplify
2018-05-25 Matt Davis[llvm-mca] Update the header's guard name. NFC.
2018-05-25 Matt Davis[llvm-mca] Update DispatchStage header comment. NFC.
2018-05-25 Matt Davis[llvm-mca] Add the RetireStage.
2018-05-25 Paul Semel[llvm-objcopy] Add --strip-unneeded option
2018-05-25 Fangrui Song[llvm-symbolizer] Simplify. NFC
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-24 Andrea Di Biagio[llvm-mca] Fix a rounding problem in SummaryView.cpp...
2018-05-24 Clement Courbet[llvm-exegesis] Analysis: Show value extents.
2018-05-24 Jonas Devlieghere[Support] Add color cl category.
2018-05-24 Clement Courbet[llvm-exegesis] Analysis: show debug string instead...
2018-05-24 Clement Courbet[llvm-exegesis] Show sched class details in analysis.
2018-05-23 Alexander Shaposhnikov[llvm-strip] Minor fix of the usage of TableGen
2018-05-23 Alexander Shaposhnikov[llvm-strip] Expose --keep-symbol option
2018-05-23 Matt Davis[llvm-mca] Fix header comments. NFC.
2018-05-23 Andrea Di Biagio[llvm-mca] Print the "Block RThroughput" in the Summary...
2018-05-22 Max Moroz[Coverage] Update CSS to make HTML reports copy-paste...
2018-05-22 Matt Davis[llvm-mca] Move DispatchStage::cycleEvent to preExecute...
2018-05-22 Alexander Shaposhnikov[llvm-objcopy] Fix the behavior of --strip-* and -...
2018-05-22 Clement Courbet[llvm-exegesis] Analysis output uses HTML.
2018-05-22 Paul SemelRevert "[llvm-objcopy] Add --strip-unneeded option"
2018-05-21 Paul Semel[llvm-objcopy] Add --strip-unneeded option
2018-05-21 Peter CollingbourneLTO: Replace split dwarf implementation that uses objco...
2018-05-21 Peter CollingbourneCodeGen: Add a dwo output file argument to addPassesToE...
2018-05-21 Peter CollingbourneMC: Introduce an ELF dwo object writer and teach llvm...
2018-05-21 Peter CollingbourneMC: Change object writers to use endian::Writer. NFCI.
2018-05-21 Peter CollingbourneMC: Change MCAssembler::writeSectionData and writeFragm...
2018-05-21 Andrea Di Biagio[llvm-mca] Removed an empty line generated by the timel...
2018-05-21 Robert Widmann[LLVM-C] Add DIBuilder Bindings For ObjC Classes
2018-05-21 James Henderson[DWARF] Refactor callback usage for .debug_line error...
2018-05-20 Robert Widmann[LLVM-C] Improve Bindings For Aliases
2018-05-19 Robert Widmann[LLVM-C] Use Length-Providing Value Name Getters and...
2018-05-18 Peter CollingbourneSupport: Simplify endian stream interface. NFCI.
2018-05-18 Peter CollingbourneMC: Change the streamer ctors to take an object writer...
2018-05-18 Clement Courbet[llvm-exegesis] Improve documentation.
2018-05-18 Alexander Shaposhnikov[llvm-objcopy] Fix formatting
2018-05-17 Matt Davis[llvm-mca] Make Dispatch a subclass of Stage.
2018-05-17 Reid Kleckner[llvm-pdbutil] Dump struct/class/union sizes in the...
2018-05-17 Anastasis Grammenos[Debugify] Print the output to stderr
2018-05-17 Petar Jovanovic[mips] Add support for Global INValidate ASE
2018-05-17 Andrea Di Biagio[llvm-mca] Hide unrelated flags from the -help output.
2018-05-17 Clement Courbet[llvm-exegesis] Remove redudant explicit template insta...
2018-05-17 Clement Courbet[llvm-exegesis] Write out inconsistencies to a file.
2018-05-17 Andrea Di Biagio[llvm-mca] add flag -all-views and flag -all-stats.
2018-05-17 Clement Courbet[llvm-exegesis] Analysis: detect clustering inconsisten...
2018-05-17 Clement Courbetreland r332579: [llvm-exegesis] Update to cover latency...
2018-05-17 Clement CourbetRevert r332579 "[llvm-exegesis] Update to cover latency...
2018-05-17 Clement Courbet[llvm-exegesis] Update to cover latency through another...
2018-05-17 Petr Hosek[CMake] Support building shared library for Fuchsia
next