OSDN Git Service

[Object][XCOFF] Add support for 64-bit file header and section header dumping.
[android-x86/external-llvm.git] / tools /
2019-07-09 Sean Fertile[Object][XCOFF] Add support for 64-bit file header...
2019-07-09 Djordje Todorovic[DwarfDebug] Dump call site debug info
2019-07-08 Rong Xullvm-profdata] Handle the cases of overlapping input...
2019-07-08 Yuanfang ChenTeach the symbolizer lib symbolize objects directly.
2019-07-08 Francis Visoiu Mistrih[llvm-bcanalyzer] Refactor and move to libLLVMBitReader
2019-07-05 Eugene Leviant[llvm-objcopy] Allow strip symtab from executables...
2019-07-05 Seiya Nuta[llvm-objcopy][NFC] Refactor output target parsing v2
2019-07-05 Alex BrachetFix patch not passing test cases
2019-07-04 Alex Brachet[llvm-objcopy] Change handling of output file permissions
2019-07-04 Andus Yullvm-c-test avoid calling malloc(0)
2019-07-04 Francis Visoiu Mistrih[Remarks] Require an explicit format to the parser
2019-07-04 Shoaib Meenai[MachO] Add valid architecture function
2019-07-04 Lang Hames[JITLink][ORC] Add EHFrameRegistrar interface, use...
2019-07-03 Francis Visoiu Mistrih[Bitcode] Move Bitstream to a separate library
2019-07-02 Teresa Johnson[ThinLTO] Add summary entries for index-based WPD
2019-07-02 Lang Hames[lli] Fix a typo in a header.
2019-07-02 Yuanfang Chen[llvm-objdump] Warn if no user specified sections ...
2019-07-02 George Rimar[yaml2obj] - Allow overriding sh_offset field from...
2019-06-30 Fangrui SongCleanup: llvm::bsearch -> llvm::partition_point after...
2019-06-28 Sam Clegg[llvm-ar] Document response file support in --help
2019-06-28 Max Moroz[llvm-cov[ Fix lcov coverage report contains functions...
2019-06-27 Chris Jackson[llvm-nm] Fix for BZ41711 - Class character for a symbo...
2019-06-27 George Rimar[yaml2obj] - Allow overriding e_shentsize, e_shoff...
2019-06-26 JF BastienBitStream reader: propagate errors
2019-06-26 Nicolai Haehnlellvm-objcopy: silence warning introduced in r364296
2019-06-26 Alexandre Ganea[xray] Remove usage of procid_t
2019-06-26 Clement CourbetRevert "r364412 [ExpandMemCmp][MergeICmps] Move passes...
2019-06-26 Clement Courbet[ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
2019-06-26 Rumeet DhindsaRevert [llvm-objcopy][NFC] Refactor output target parsing
2019-06-26 Rumeet DhindsaRevert [llvm-objcopy][NFCI] Fix build failure with GCC
2019-06-25 Pirama Arumuga Nainar[llvm-shlib] Do not use version script when building...
2019-06-25 James Henderson[llvm-objcopy][llvm-strip] Fix help text typo for ...
2019-06-25 Nicolai HaehnleAMDGPU/MC: Add .amdgpu_lds directive
2019-06-25 George Rimar[yaml2obj/obj2yaml] - Allow having the symbols and...
2019-06-25 Seiya Nuta[llvm-objcopy][NFCI] Fix build failure with GCC
2019-06-25 Seiya Nuta[llvm-objcopy][NFC] Refactor output target parsing
2019-06-24 Seiya Nuta[llvm-objcopy][MachO] Fix strict-aliasing warning....
2019-06-24 Peter Collingbournellvm-symbolizer: Add a FRAME command.
2019-06-24 Yuanfang Chen[llvm-objdump] Match GNU objdump on symbol types shown...
2019-06-24 Fangrui Song[sancov] Avoid unnecessary unique_ptr
2019-06-22 Yuanfang Chen[llvm-objdump] Allow --disassemble-functions to take...
2019-06-22 Yuanfang Chen[llvm-objdump] Move --start-address >= --stop-address...
2019-06-21 Shoaib Meenai[llvm-lipo] Implement -thin
2019-06-21 Andrea Di Biagio[MCA][Bottleneck Analysis] Teach how to compute a criti...
2019-06-21 James Henderson[binutils] Add response file option to help and docs
2019-06-21 James Henderson[llvm-dwarfdump] Remove unnecessary explicit -h behaviour
2019-06-21 Fangrui SongSimplify std::lower_bound with llvm::{bsearch,lower_bou...
2019-06-21 Seiya Nuta[llvm-objcopy][MachO] Rebuild the symbol/string table...
2019-06-20 George Rimar[yaml2obj] - Convert `ELFState<ELFT>::addSymbols` metho...
2019-06-20 Fangrui Song[llvm-nm] Generalize ELF symbol types 'N' and 'n'
2019-06-20 Eli Friedman[llvm-objdump] Switch between ARM/Thumb based on mappin...
2019-06-19 Yuanfang Chen[llvm-readobj] Match GNU output for DT_RPATH and DT_RUN...
2019-06-19 Yuanfang Chen[llvm-objdump] Remove unnecessary indentation when...
2019-06-19 George Rimar[yaml2obj/obj2yaml] - Make RawContentSection::Info...
2019-06-19 Hans Wennborgvs integration: bump version nbr
2019-06-19 Hans WennborgRevert r359557 "vs integration: vs2019 support"
2019-06-19 Yuanfang ChenTest commit access
2019-06-18 Michael TrentPrint dylib load kind (weak, reexport, etc) in llvm...
2019-06-18 Reid Kleckner[PDB] Ignore .debug$S subsections with high bit set
2019-06-18 Fangrui Song[llvm-readobj] Allow --hex-dump/--string-dump to dump...
2019-06-18 Andrea Di Biagio[MCA] Slightly refactor the bottleneck analysis view...
2019-06-18 Fangrui Song[llvm-objdump] Tidy up AMDGCNPrettyPrinter
2019-06-18 Alex Brachet[llvm-strip] Error when using stdin twice
2019-06-17 Francis Visoiu Mistrih[Remarks] Extend -fsave-optimization-record to specify...
2019-06-17 Fangrui Song[llvm-objdump] Use %08 instead of %016 to print leading...
2019-06-17 Seiya Nuta[yaml2obj][MachO] Don't fill dummy data for virtual...
2019-06-17 Seiya Nuta[llvm-objcopy] Add elf32-sparc and elf32-sparcel target
2019-06-15 Alex Brachet[objcopy] Error when --preserve-dates is specified...
2019-06-14 Francis Visoiu MistrihReland: [Remarks] Refactor optimization remarks setup
2019-06-14 George RimarRevert "Revert r363377: [yaml2obj] - Allow setting...
2019-06-14 Rui UeyamaRevert r363377: [yaml2obj] - Allow setting custom secti...
2019-06-14 James Henderson[docs][llvm-dwarfdump] Make the --show-parents and...
2019-06-14 George Rimar[yaml2obj] - Allow setting custom section types for...
2019-06-14 James Henderson[llvm-readobj] Don't abort printing of dynamic table...
2019-06-14 George Rimar[llvm-readobj] - Do not fail to dump the object which...
2019-06-14 George Rimar[yaml2obj] - Allow setting the custom Address for ...
2019-06-14 George Rimar[yaml2obj] - Allow setting cutom Flags for implicit...
2019-06-14 Alex Brachet[llvm-objcopy] Remove no-op flush of errs
2019-06-14 Alex Brachet[llvm-objcopy] Changed command line parsing errors
2019-06-14 Stanislav Mekhanoshin[AMDGPU] gfx1011/gfx1012 targets
2019-06-14 Francis Visoiu MistrihRevert "[Remarks] Refactor optimization remarks setup"
2019-06-13 Seiya Nuta[llvm-objcopy] Fix sparc target endianness
2019-06-13 Francis Visoiu Mistrih[Remarks] Refactor optimization remarks setup
2019-06-13 Eugene Leviant[llvm-objcopy] Implement IHEX reader
2019-06-12 Serge GueltonSanitize llvm-extract -help output
2019-06-12 Jordan Rupprecht[llvm-readobj] Fix output interleaving issue caused...
2019-06-12 Matt ArsenaultStackProtector: Use PointerMayBeCaptured
2019-06-12 Ben Dunbobbin[Legacy LTO] Fix build bots: r363140: Fix export name
2019-06-12 Nico WeberShare /machine: handling code with llvm-cvtres too
2019-06-12 Ben Dunbobbin[ThinLTO]LTO]Legacy] Fix dependent libraries support...
2019-06-12 James Henderson[llvm-nm] Fix docs and help text for --print-size
2019-06-11 James Henderson[llvm-dwarfdump] Simplify --ignore-case help text and...
2019-06-11 Nico WeberLet writeWindowsResourceCOFF() take a TimeStamp parameter
2019-06-11 James Henderson[llvm-dwarfdump] Add -o to help text and remove --out...
2019-06-11 George Rimar[yaml2elf] - Check we are able to set custom sh_link...
2019-06-11 Peter CollingbourneSymbolize: Make DWPName a symbolizer option instead...
2019-06-11 Peter CollingbourneSymbolize: Replace the Options constructor with in...
2019-06-10 Daniel SandersBreak a couple more false dependencies on target libraries
2019-06-10 Jonas Devlieghere[dsymutil] Remove stale comment (NFC)
2019-06-10 Jordan Rupprecht[llvm-objcopy] Fix SHT_GROUP ordering.
next