OSDN Git Service

android: [Dominators] Add the DomTreeUpdater class
[android-x86/external-llvm.git] / tools / llvm-objcopy /
2019-07-11 Fangrui Song[llvm-objcopy] Don't change permissions of non-regular...
2019-07-10 Jordan RupprechtRevert [llvm-objcopy] Allow strip symtab from executabl...
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-06-26 Nicolai Haehnlellvm-objcopy: silence warning introduced in r364296
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 James Henderson[llvm-objcopy][llvm-strip] Fix help text typo for ...
2019-06-25 Nicolai HaehnleAMDGPU/MC: Add .amdgpu_lds directive
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-21 Seiya Nuta[llvm-objcopy][MachO] Rebuild the symbol/string table...
2019-06-18 Alex Brachet[llvm-strip] Error when using stdin twice
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 Alex Brachet[llvm-objcopy] Remove no-op flush of errs
2019-06-14 Alex Brachet[llvm-objcopy] Changed command line parsing errors
2019-06-13 Seiya Nuta[llvm-objcopy] Fix sparc target endianness
2019-06-13 Eugene Leviant[llvm-objcopy] Implement IHEX reader
2019-06-10 Jordan Rupprecht[llvm-objcopy] Fix SHT_GROUP ordering.
2019-06-10 Simon PilgrimFix MSVC "32-bit shift implicitly converted to 64 bits...
2019-06-08 Seiya Nuta[llvm-objcopy][MachO] Recompute and update offset/size...
2019-06-07 Peter CollingbourneUnbreak 32-bit build.
2019-06-07 Simon PilgrimFix -Wunused-lambda-capture warning. NFCI.
2019-06-07 Peter Collingbournellvm-objcopy: Implement --extract-partition and --extra...
2019-06-07 George Rimar[llvm-objcopy] - Emit error and don't crash if program...
2019-06-01 Alex Brachet[llvm-objcopy] test commit
2019-05-30 Eugene Leviant[llvm-objcopy] Remove %p format specifiers
2019-05-29 Seiya Nuta[llvm-objcopy][MachO] Print an error message on use...
2019-05-29 Eugene LeviantAttempt to fix buildbot after r361949
2019-05-29 Eugene Leviant[llvm-objcopy] Implement IHEX writer
2019-05-24 George Rimar[llvm-objcopy] - Strip undefined symbols if they are...
2019-05-24 Peter Collingbournellvm-objcopy: Change sectionWithinSegment() to use...
2019-05-23 George Rimar[llvm-objcopy] - Many minor NFC changes to cleanup...
2019-05-23 Seiya Nuta[llvm-objcopy] Add file names to error messages
2019-05-22 James Henderson[llvm-objcopy] Tidy up error messages
2019-05-21 Eugene Leviant[llvm-objcopy] Strip file symbols with --strip-unneeded
2019-05-14 James Henderson[llvm-objcopy] Cache gnu_debuglink's target CRC
2019-05-14 Fangrui Song[Object] Change ObjectFile::getSectionContents to retur...
2019-05-08 James Henderson[llvm-objcopy] Improve error message for unrecognised...
2019-05-08 James Henderson[llvm-objcopy] Add --prefix-alloc-sections
2019-05-08 George Rimar[llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSectio...
2019-05-03 Sid ManningLet --discard-all imply --strip-debug.
2019-05-02 James Henderson[llvm-strip]Add --no-strip-all to disable --strip-all...
2019-05-02 Fangrui Song[Object] Change getSectionName() to return Expected...
2019-05-01 Fangrui Song[llvm-objcopy] Simplify SHT_NOBITS -> SHT_PROGBITS...
2019-04-30 Jordan Rupprecht[llvm-objcopy] Add RISC-V support for -B/-O
2019-04-30 George Rimar[llvm-objcopy] - Check dynamic relocation sections...
2019-04-26 Fangrui Song[llvm-objcopy] Accept --long-option but not -long-option
2019-04-22 Fangrui SongUse llvm::stable_sort. NFC
2019-04-18 Jordan Rupprecht[llvm-objcopy] Add -B mips
2019-04-18 James Henderson[llvm-objcopy][llvm-strip] Add switch to allow removing...
2019-04-17 Jordan Rupprecht[llvm-objcopy] Support full list of bfd targets that...
2019-04-12 Eugene Leviant[llvm-objcopy] Fill .symtab_shndx section correctly
2019-04-03 James Henderson[llvm-objcopy] Make section rename/set flags case-insen...
2019-04-02 Jordan Rupprecht[llvm-objcopy] Change SHT_NOBITS to SHT_PROBITS for...
2019-04-02 James Henderson[llvm-objcopy]Allow llvm-objcopy to be used on an ELF...
2019-04-01 Yi Kong[llvm-objcopy] Add --keep-symbols option
2019-03-30 Fangrui Song[llvm-objcopy] Replace the size() helper with SectionTa...
2019-03-29 Fangrui Song[llvm-objcopy] Fix case style of LayoutSegments. NFC
2019-03-29 Fangrui Song[llvm-objcopy] Delete two redundant reinterpret_cast...
2019-03-28 Jordan Rupprecht[llvm-objcopy][NFC] Move ELF-specific logic into /ELF...
2019-03-26 George Rimar[llvm-objcopy] - Strip sections before symbols.
2019-03-25 James Henderson[llvm-objcopy]Preserve data in segments not covered...
2019-03-25 George Rimar[llvm-objcopy] - Refactor the code. NFC.
2019-03-24 George RimarRecommit r356738 "[llvm-objcopy] - Implement replaceSec...
2019-03-24 George Rimar[llvm-objcopy] - Report SHT_GROUP sections with invalid...
2019-03-22 George RimarRevert r356738 "[llvm-objcopy] - Implement replaceSecti...
2019-03-22 George Rimar[llvm-objcopy] - Implement replaceSectionReferences...
2019-03-22 James Henderson[llvm-objcopy]Add support for *-freebsd output formats
2019-03-20 George Rimar[llvm-objcopy] - Use replaceSectionReferences to update...
2019-03-18 Jake Ehrlich[llvm-objcopy] Make .build-id linking atomic
2019-03-18 George Rimar[llvm-objcopy] - Calculate the string table section...
2019-03-15 Fangrui Song[llvm-objcopy] Delete unused parameter from replaceDebu...
2019-03-15 Fangrui Song[llvm-objcopy] Don't use {}; NFC
2019-03-14 Jordan Rupprecht[llvm-strip] Hook up (unimplemented) --only-keep-debug
2019-03-14 James Henderson[llvm-objcopy]Don't implicitly strip sections in segments
2019-03-14 James HendersonRevert r356129 due to greendragon bot failures
2019-03-14 James Henderson[llvm-objcopy]Don't implicitly strip sections in segments
2019-03-13 Jordan Rupprecht[llvm-objcopy][NFC] Remove unnecessary llvm-objcopy...
2019-03-13 Jordan Rupprecht[llvm-objcopy] Cleanup errors from CopyConfig and remov...
2019-03-12 Eugene Leviant[llvm-objcopy] Remove unneeded checks. NFC
2019-03-12 Peter Collingbournellvm-objcopy: Remove unused field. NFCI.
2019-03-11 George Rimar[llvm-objcopy] - Fix --compress-debug-sections when...
2019-03-06 George Rimar[llvm-objcopy] - Remove dead code. NFCI.
2019-03-06 George Rimar[llvm-objcopy] - Remove an excessive zlib::isAvailable...
2019-03-06 George Rimar[llvm-objcopy] - Fix incorrect CompressedSection creation.
2019-03-05 George Rimar[llvm-objcopy] - Simplify `isCompressable` and fix...
2019-03-05 George Rimar[llvm-objcopy] - Report "no zlib available" error prope...
2019-02-28 George Rimar[llvm-objdump] - Improve the error message for "removin...
2019-02-27 George Rimar[llvm-objcopy] - Check for invalidated relocations...
2019-02-27 Simon PilgrimFix Wenum-compare gcc7 warning. NFCI.
2019-02-26 Eugene Leviant[llvm-objcopy] Add --set-start, --change-start and...
2019-02-25 Eugene Leviant[llvm-objcopy] Add --add-symbol
2019-02-21 Jordan Rupprecht[llvm-objcopy][NFC] Add std::move() to fix older BB
2019-02-21 Jordan Rupprecht[llvm-objcopy][NFC] More error cleanup
2019-02-21 Jordan Rupprecht[llvm-objcopy] Make removeSectionReferences batched
next