OSDN Git Service

gn build: Add a stage2 host toolchain and make the hwasan runtime buildable on x86_64...
[android-x86/external-llvm.git] / tools /
2019-01-15 Jordan Rupprecht[llvm-ar] Resubmit recursive thin archive test with...
2019-01-15 Michael Trentllvm-objdump -m -D should disassemble all text segments
2019-01-15 Jordan Rupprecht[llvm-readelf] Allow single-letter flags to be merged.
2019-01-15 Jordan Rupprecht[llvm-objcopy] Use SHT_NOTE for added note sections.
2019-01-15 George Rimar[llvm-obdump] - Fix the help lines for -stop-address...
2019-01-15 Martin Storsjo[llvm-objcopy] [COFF] Implement --strip-all[-gnu] for...
2019-01-15 George Rimar[llvm-objdump] - Cleanup the code. NFCI.
2019-01-14 Jordan Rupprecht[llvm-ar] Flatten thin archives.
2019-01-14 Martin Storsjo[llvm-objcopy] [COFF] Remove unreferenced undefined...
2019-01-14 Tom Stellardcmake: Don't install plugins used for examples or tests
2019-01-14 Dmitry Venikov[llvm-symbolizer] Add -addresses, -a as aliases for...
2019-01-13 James Y KnightRemove TypeBuilder.h, and fix the few locations using it.
2019-01-12 George Rimar[llvm-objdump] - Change the output for --all-headers.
2019-01-12 Martin Storsjo[llvm-objcopy] [COFF] Remove pointless Reader/Writer...
2019-01-11 Teresa Johnson[LTO] Record whether LTOUnit splitting is enabled in...
2019-01-11 Martin Storsjo[llvm-objcopy] [COFF] Implmement --strip-unneeded and...
2019-01-11 Martin Storsjo[llvm-objcopy] [COFF] Fix writing object files without...
2019-01-11 Dmitry Venikov[llvm-symbolizer] Add -exe, -e as aliases to -obj
2019-01-10 Martin Storsjo[llvm-objcopy] [COFF] Fix warnings abuilt missing field...
2019-01-10 Martin Storsjo[llvm-objcopy] [COFF] Add support for removing symbols
2019-01-10 Francis Visoiu Mistrih[llvm-objdump][MachO] Fix error reporting after r350848...
2019-01-10 Francis Visoiu Mistrih[llvm-objdump][MachO] Use the -dsym file name when...
2019-01-10 Francis Visoiu Mistrih[llvm-objdump][MachO] Correctly handle the llvm::Error...
2019-01-10 James Y KnightRepair compilation of llvm-stress after r350835.
2019-01-10 George Rimar[llvm-objdump] - Do not include reserved undefined...
2019-01-10 James Y Knight[opaque pointer types] Remove some calls to generic...
2019-01-10 Dmitry Venikov[llvm-symbolizer] Add -p as alias to -pretty-print
2019-01-10 George Rimar[llvm-objdump] - Implement -z/--disassemble-zeroes.
2019-01-10 James Henderson[llvm-symbolizer] Add support for specifying addresses...
2019-01-10 Andrea Di Biagio[MCA] Fix wrong definition of ResourceUnitMask in Defau...
2019-01-09 George Rimar[llvm-objdump] - Print symbol addressed when dumping...
2019-01-08 Rong Xu[llvm-profdata] add value-cutoff functionality in show...
2019-01-08 Rong Xu[PGO] Revert r350579 to fix commit message.
2019-01-08 Adrian PrantlRevert "Work around a linker error caused by https...
2019-01-08 Adrian PrantlWork around a linker error caused by https://reviews...
2019-01-08 James Henderson[llvm-readobj] Don't print '@' at end of unversioned...
2019-01-08 Thomas Lively[WebAssembly] Massive instruction renaming
2019-01-08 Jonas Devlieghere[dsymutil] Fix assertion triggered by empty address...
2019-01-07 Jonas Devlieghere[dsymutil] Upstream unobfuscation logic.
2019-01-07 Rong Xu[PGO] Use SourceFileName rather module name in PGOFuncName
2019-01-07 Martin Storsjo[ObjectYAML] [COFF] Support multiple symbols with the...
2019-01-07 Armando Montanez[elfabi] Add option to manually specify file read format
2019-01-07 Jordan Rupprecht[llvm-objcopy] Handle -O <format> flag.
2019-01-07 Matt Morehouse[llvm-demangle-fuzzer] Also fuzz microsoftDemangle().
2019-01-07 James Henderson[llvm-nm] Add --portability as alias for --format=posix
2019-01-07 Alexandre Ganea[CodeView] More appropriate name and type for a Microso...
2019-01-03 Jordan Rupprecht[llvm-objcopy] Fix buildbots on older compilers
2019-01-03 Armando Montanez[elfabi] Introduce tool for ELF TextAPI
2019-01-03 Jordan RupprechtFix typos in comments
2019-01-03 Jordan Rupprecht[llvm-objcopy][ELF] Implement a mutable section visitor...
2019-01-03 Serge GueltonPython compat - no explicit reference to Python version
2019-01-03 Serge GueltonPython compat - decode/encode string
2019-01-03 Serge GueltonPython compat - map/filter
2019-01-03 Serge GueltonPython compat - print statement
2019-01-03 Martin Storsjo[llvm-readobj] [COFF] Print the symbol index for reloca...
2019-01-02 Teresa Johnson[gold] emit assembly listing from gold plugin on LTO...
2019-01-02 Clement CourbetRevert rL350035 "[llvm-exegesis] Clustering: don't...
2018-12-30 Martin Storsjo[llvm-objcopy] [COFF] Use Error/Expected returns instea...
2018-12-23 Fangrui Song[llvm-exegesis] Clustering: don't enqueue a point multi...
2018-12-20 Tom Stellardcmake: Remove add_llvm_loadable_module()
2018-12-20 Martin Storsjo[llvm-objcopy] [COFF] Avoid memcpy() with null paramete...
2018-12-20 Martin Storsjo[llvm-objcopy] [COFF] Don't call memcpy() with a null...
2018-12-20 George Rimar[llvm-objcopy] Use ELFOSABI_NONE instead of 0. NFC.
2018-12-20 George Rimar[llvm-objcopy] - Do not drop the OS/ABI and ABIVersion...
2018-12-20 George Rimar[yaml2obj/obj2yaml] - Support dumping/parsing ABI version.
2018-12-20 Jordan Rupprecht[binutils] NFC: fix clang-tidy warning: use empty(...
2018-12-19 Nico WeberRevert 349677, it contained a whole bunch of stuff...
2018-12-19 Nico Weber[gn build] Add build file for clang/lib/Basic and depen...
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-19 George Rimar[llvm-objdump] - Fix one more BB.
2018-12-19 George Rimar[llvm-objdump] - Fix BB.
2018-12-19 George Rimar[llvm-objdump] - Demangle the symbols when printing...
2018-12-19 Martin Storsjo[llvm-objcopy] [COFF] Fix the Object forward declaration
2018-12-19 Martin Storsjo[llvm-objcopy] Initial COFF support
2018-12-19 Brian Gesiak[bugpoint][PR29027] Reduce function attributes
2018-12-18 Luke Cheeseman[AArch64] - Return address signing dwarf support
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-12-15 Heejin Ahn[WebAssembly] Check if the section order is correct
2018-12-14 Simon PilgrimRevert rL349136: [llvm-exegesis] Optimize ToProcess...
2018-12-14 Fangrui Song[llvm-exegesis] Optimize ToProcess in dbScan
2018-12-13 Jordan Rupprecht[llvm-size][libobject] Add explicit "inTextSegment...
2018-12-13 Tom StellardDon't add unnecessary compiler flags to llvm-config...
2018-12-12 Sam Clegg[WebAssembly] Update dylink section parsing
2018-12-12 Fangrui Song[llvm-objcopy] Change Segment::Type from uint64_t to...
2018-12-12 Scott Linder[AMDGPU] Emit MessagePack HSA Metadata for v3 code...
2018-12-11 Fangrui Song[XRay] Add a helper function sortByKey to simplify...
2018-12-11 Sid Manning[llvm-readelf] Add -e/--headers support to readobj/elf
2018-12-11 David Blaikiellvm-objcopy: Improve/simplify llvm::Error handling...
2018-12-10 Brian Gesiak[bugpoint] Find 'opt', etc., in bugpoint directory
2018-12-08 Xing GUO[llvm-readobj] Little clean up inside `parseDynamicTable`
2018-12-07 Michael TrentUpdate the Swift version numbers reported by objdump
2018-12-07 Xing GUO[yaml2obj] format some codes NFC.
2018-12-07 Xing GUO[yaml2obj] revert bad change
2018-12-07 Xing GUO[yaml2obj] format some codes NFC.
2018-12-06 Jake Ehrlich[llvm-objcopy] Change --only-keep to --only-section
2018-12-05 Nick Desaulniers[gold-plugin] allow function/data sections to be toggleable
2018-12-05 Martin Storsjo[llvm-rc] Support not expressions.
2018-12-04 Zachary Turner[llvm-pdbutil] Remove the analyze subcommand.
next