OSDN Git Service

Move getOpcode() call into if statement. NFCI.
[android-x86/external-llvm.git] / tools /
2019-04-15 Fangrui Song[llvm-objdump] Align instructions to a tab stop in...
2019-04-15 Eugene Leviant[llvm-readelf] Correctly dump symbols whose section...
2019-04-15 Stephen Tozer[llvm-readobj] Reapply: Improve error message for ...
2019-04-13 Don Hinton[CommandLineParser] Add DefaultOption flag
2019-04-13 Philip Reames[StackMaps] Add location size to llvm-readobj -stackmap...
2019-04-13 Philip Reames[llvm-readobj] Minor style tweak for consistency sake...
2019-04-13 Philip Reames[StackMaps] Remove format version from the class name...
2019-04-12 Thomas Lively[WebAssembly] Add DataCount section to object files
2019-04-12 Lang HamesSimplify decoupling between RuntimeDyld/RuntimeDyldChec...
2019-04-12 Eugene Leviant[llvm-objcopy] Fill .symtab_shndx section correctly
2019-04-12 Xing GUO[llvm-readobj] Change variables' name to match LLVM...
2019-04-11 Ali TamurRevert "Use llvm::lower_bound. NFC"
2019-04-11 Serge GueltonMake llvm-nm -help great again
2019-04-11 Fangrui SongUse llvm::lower_bound. NFC
2019-04-11 Roman Lebedev[llvm-exegesis] Fix serialization/deserialization of...
2019-04-10 Roman Lebedev[llvm-exegesis] Pacify bots - don't std::move() - preve...
2019-04-10 Xing GUO[llvm-readobj] Should declare `ListScope` for `verneed...
2019-04-10 Roman Lebedev[llvm-exegesis] YamlContext: fix some missing spaces...
2019-04-10 Roman Lebedev[llvm-exegesis] Fix error propagation from yaml writing...
2019-04-10 Fangrui Song[llvm-objdump] Don't print trailing space in dumpBytes
2019-04-10 Fangrui Song[llvm-objdump] Accept and ignore --wide/-w
2019-04-09 Robert Widmann[LLVM-C] Add Section and Symbol Iterator Accessors...
2019-04-09 Eric ChristopherRemove the unit at a time option
2019-04-09 Simon Pilgrim[llvm-rtdyld] Fix missing include on MSVC builds.
2019-04-09 Fangrui Song[llvm-objdump] Migrate some functions from std::error_c...
2019-04-08 Lang Hames[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.
2019-04-08 Shoaib Meenai[BinaryFormat] Update Mach-O ARM64E CPU subtype and...
2019-04-08 Steven WuRevert [ThinLTO] Fix ThinLTOCodegenerator to export...
2019-04-08 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-04-08 Fangrui Song[llvm-objdump] Migrate relocation handling functions...
2019-04-08 Andrea Di Biagio[llvm-mca][scheduler-stats] Print issued micro opcodes...
2019-04-08 Xing GUO[llvm-readobj] Use `reinterpret_cast` instead of C...
2019-04-08 Roman Lebedev[llvm-exegesis] benchmarkMain(): less cryptic error...
2019-04-08 Roman Lebedev[llvm-exegesis][X86] Randomize CMOVcc/SETcc OPERAND_CON...
2019-04-08 Fangrui Song[llvm-objdump] Fix MC/ARM/arm-macho-calls.s
2019-04-07 Fangrui Song[llvm-objdump] Split disassembleObject and simplify...
2019-04-07 Fangrui Song[llvm-objdump] Fix split of source lines; don't ltrim...
2019-04-07 Fangrui Song[llvm-objdump] Simplify some ELF typename: ELFFile...
2019-04-07 Fangrui Song.
2019-04-07 Fangrui Song[llvm-objdump] Simplify Expected<T> handling with unwra...
2019-04-07 Fangrui Song[llvm-objdump] Simplify disassembleObject
2019-04-07 Fangrui SongChange some StringRef::data() reinterpret_cast to bytes...
2019-04-06 Roman Lebedev[llvm-exegesis][X86] Handle CMOVcc/SETcc OPERAND_COND_C...
2019-04-05 Craig Topper[X86] Merge the different Jcc instructions for each...
2019-04-05 Craig Topper[X86] Merge the different SETcc instructions for each...
2019-04-05 Craig Topper[X86] Merge the different CMOV instructions for each...
2019-04-05 Stephen TozerRevert "[llvm-readobj] Improve error message for -...
2019-04-05 Stephen Tozer[llvm-readobj] Improve error message for --string-dump
2019-04-05 Stephen Tozer[format] Add correct punctuation to comment
2019-04-05 Guillaume ChateletAdd an option do not dump the generated object on disk
2019-04-04 David CallahanInclude invoke'd functions for recursive extract
2019-04-04 Adrian Prantlllvm-dwarfdump: Support alternative architecture names...
2019-04-04 Igor Kudrin[llvm-symbolizer] Allow more flexible usage of -e.
2019-04-04 Igor Kudrin[llvm-symbolizer] Add `--output-style` switch.
2019-04-04 Hubert Tong[XCOFF] Add functionality for parsing AIX XCOFF object...
2019-04-04 Reid Kleckner[codeview] Remove Type member from CVRecord
2019-04-03 George Rimar[yaml2obj][obj2yaml] - Change how symbol's binding...
2019-04-03 James Henderson[llvm-objcopy] Make section rename/set flags case-insen...
2019-04-03 Xing GUO[llvm-readobj] Add GNU style dumper for .gnu.version...
2019-04-03 James Henderson[llvm-nm]Add support for --no-demangle
2019-04-02 Jordan Rupprecht[llvm-objcopy] Change SHT_NOBITS to SHT_PROBITS for...
2019-04-02 Shoaib Meenai[llvm-shlib] Fix cross-compilation for LLVM-C
2019-04-02 Shoaib Meenai[cmake] Add function for building native tool
2019-04-02 James Henderson[llvm-objcopy]Allow llvm-objcopy to be used on an ELF...
2019-04-02 Pavel LabathAdd minidump support to obj2yaml
2019-04-01 Yi Kong[llvm-objcopy] Add --keep-symbols option
2019-03-31 Liang Zoufix typo: "\t" => " "
2019-03-30 Fangrui Song[cmake] Change deprecated $<CONFIG> to $<CONFIGURATION...
2019-03-30 Fangrui Song[llvm-objcopy] Replace the size() helper with SectionTa...
2019-03-29 Jordan Rupprecht[llvm-readobj] Add some generic notes (e.g. NT_VERSION)
2019-03-29 Jordan Rupprecht[llvm-readelf] Allow prefix flags for -p and -x
2019-03-29 Fangrui Song[llvm-objcopy] Fix case style of LayoutSegments. NFC
2019-03-29 Roman Lebedev[NFC][llvm-exegesis] Also promote getSchedClassPoint...
2019-03-29 Roman Lebedev[NFC][llvm-exegesis] Refactor ResolvedSchedClass &...
2019-03-29 Andrea Di Biagio[MCA] Add an experimental MicroOpQueue stage.
2019-03-29 James Henderson[llvm-readelf]Merge dynamic and static relocation print...
2019-03-29 Roman Lebedev[NFC][llvm-exegesis] Refactor Analysis::SchedClassClust...
2019-03-29 Fangrui Song[llvm-objcopy] Delete two redundant reinterpret_cast...
2019-03-29 Xing GUO[llvm-readobj] Change variable names to match LLVM...
2019-03-28 Jordan Rupprecht[llvm-readobj] Fix formatting of unknown note types
2019-03-28 Puyan Lotfi[yaml2obj] Fixing opening empty yaml files.
2019-03-28 Jordan Rupprecht[llvm-objcopy][NFC] Move ELF-specific logic into /ELF...
2019-03-28 Xing GUO- Addressed comments
2019-03-28 Xing GUO- Addressed @jhenderson 's comments
2019-03-28 Xing GUO[llvm-readobj] Add new helper function `getSymbolVersio...
2019-03-28 George Rimar[yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools...
2019-03-28 Roman Lebedev[llvm-exegesis] Introduce a 'naive' clustering algorith...
2019-03-28 Eric ChristopherFix typoed variable name.
2019-03-27 Jessica Paquette[opt-viewer] Teach optrecord.py about !Failure tags
2019-03-27 Jessica Paquette[opt-viewer] Make filter_=None by default in get_remark...
2019-03-27 Fangrui Song[llvm-dwarfdump] Simplify -o handling
2019-03-26 George Rimar[llvm-objcopy] - Strip sections before symbols.
2019-03-26 Clement Courbet[llvm-exegesis] Allow the target to disable the selecti...
2019-03-26 Andrea Di Biagio[MCA] Correctly update the UsedResourceGroups mask...
2019-03-25 James Henderson[llvm-objcopy]Preserve data in segments not covered...
2019-03-25 Serge GueltonRevert 356905
2019-03-25 Serge GueltonPython 2/3 compat: queue vs Queue
2019-03-25 George Rimar[llvm-objcopy] - Refactor the code. NFC.
2019-03-25 Xing GUO[llvm-readobj] Separate `Symbol Version` dumpers into...
2019-03-24 George RimarRecommit r356738 "[llvm-objcopy] - Implement replaceSec...
next