OSDN Git Service

Clear release notes for 7.0.0
[android-x86/external-llvm.git] / tools /
2018-01-03 Alex BradburyThread MCSubtargetInfo through Target::createMCAsmBackend
2018-01-02 Jake Ehrlich[llvm-objcopy] Add support for visibility
2017-12-28 Benjamin KramerFix tests after move to utohexstr.
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-12-28 Jonas Devlieghere[dsymutil][NFC] Replace calls to CoreFoundation with...
2017-12-27 Petr Hosek[llvm-readobj] Support -needed-libs option for COFF...
2017-12-21 Simon Atanasyan[llvm-readobj] Fix ambiguous call to the `printNumber`
2017-12-21 Simon Atanasyan[llvm-readobj] Support 'GNU' style for MIPS GOT/PLT...
2017-12-20 Adam Nemet[opt-viewer] Also demangle indirect-call promotion...
2017-12-19 Ben Dunbobbin[Support][CachePruning] Disable cache pruning regressio...
2017-12-19 Jonas Devlieghere[dwarfdump] Lookup needs to be an unsigned long long...
2017-12-19 Jake Ehrlich[llvm-objcopy] Add option to add a progbits section...
2017-12-19 Sam Clegg[llvm-readobj] Dump wasm init functions
2017-12-18 Dimitry AndricFix more inconsistent line endings. NFC.
2017-12-18 Francis Visoiu Mistrih[YAML] Add support for non-printable characters
2017-12-16 Galina KistanovaFixed warning 'function declaration isn’t a prototype...
2017-12-15 Jake Ehrlich[llvm-objcopy] Reformat everything using clang-format -i
2017-12-15 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-15 Eugene Leviant[LLVMgold] Don't set undefined symbol as prevailing
2017-12-15 Zachary TurnerDon't crash in llvm-pdbutil when dumping TypeIndexes...
2017-12-14 Sam Clegg[WebAssembly] Add support for init functions linking...
2017-12-14 Adam Nemet[opt-viewer] Render utf-8 characters properly in the...
2017-12-14 Adam Nemet[opt-viewer] Support unicode characters in function...
2017-12-13 Michael ZolotukhinRecover some overzealously removed includes.
2017-12-13 Sam Clegg[WebAssembly] Add linking metatdata test coverage for...
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-12-13 Jonas Devlieghere[dsymutil] Re-enable threading
2017-12-13 Michael Trentreverting out -r320532 because a warning is breaking...
2017-12-12 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-12 Jonas Devlieghere[dsymutil] Accept line tables up to DWARFv5.
2017-12-11 Max Moroz[llvm-cov] Add an option for "export" command to emit...
2017-12-08 Adrian Prantldwarfdump: Add support for the --diff option.
2017-12-08 Vedant Kumar[Debugify] Add a pass to test debug info preservation
2017-12-08 Michael TrentReverting r320166 to fix test failures.
2017-12-08 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-07 Jonas Devlieghere[dsymutil] Add -verify option to run DWARF verifier...
2017-12-06 Zachary TurnerUpdate obj2yaml and yaml2obj for .debug$H section.
2017-12-06 Adam Nemet[opt-viewer] Suppress noisy Swift remarks
2017-12-06 Zachary TurnerFix error in llvm-pdbutil.
2017-12-05 Zachary TurnerTeach llvm-pdbutil to dump types from object files.
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-12-05 Michael TrentTest commit, as per the LLVM Developer Policy.
2017-12-02 Simon Atanasyan[llvm-readobj] Remove redundant local variables to...
2017-12-02 Simon Atanasyan[llvm-readobj] Print static MIPS GOT
2017-12-02 Simon Atanasyan[llvm-readobj] Delete unused method argument. NFC
2017-11-30 Shoaib Meenai[llvm] Add stripped installation targets
2017-11-30 Jake Ehrlich[llvm-objcopy] Add support for --only-keep/-j and ...
2017-11-30 Zachary TurnerSplit TypeTableBuilder into two classes.
2017-11-30 Zachary Turner[llvm-readobj] Fix mismatched line endings
2017-11-30 Jonas Devlieghere[dsymutil] Exclude namespace from ifdef in CFBundle
2017-11-30 Jonas Devlieghere[dsymutil] Upstream getBundleInfo implementation
2017-11-29 Zachary TurnerMake TypeTableBuilder inherit from TypeCollection.
2017-11-29 Zachary TurnerFix line endings in llvm-pdbutil.cpp
2017-11-29 Adam NemetAdd opt-viewer testing
2017-11-29 Adrian Prantlllvm-dwarfdump: honor the --show-children option when...
2017-11-29 Adam NemetRevert "Add opt-viewer testing"
2017-11-28 Zachary Turner[CodeView] Refactor / Rewrite TypeSerializer and TypeTa...
2017-11-28 Adam NemetAdd opt-viewer testing
2017-11-27 David BlaikieRename MCTargetOptionsCommandFlags.h to .def as it...
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-11-27 Adam Nemet[opt-viewer] Fix option name
2017-11-27 Jake Ehrlich[llvm-objcopy] Add --strip-all-gnu and change --strip-all
2017-11-22 Rafael EspindolaRemove unnecessary code.
2017-11-21 David Blaikiexray-record-yaml.h: Remove unused file
2017-11-21 David Blaikiellvm-rc/ResourceScriptTokenList.h: Turns this into...
2017-11-17 Vedant Kumar[llvm-profdata] Don't treat non-fatal merge errors...
2017-11-17 Jonas Hahnfeldllvm-demangle-fuzzer: Link in Support
2017-11-17 Rafael EspindolaTry to fix the windows build.
2017-11-17 Rafael EspindolaUse TempFile in dsymutil.
2017-11-17 Vedant Kumar[llvm-profdata] Fix a dangling reference to an error...
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-11-17 Zachary TurnerDon't #include MemoryBuffer.h from Host.h.
2017-11-16 Lang Hames[Support] Support NetBSD PaX MPROTECT in sys::Memory.
2017-11-16 David BlaikieAttempt to fix inscrutible build break...
2017-11-16 David Blaikiellvm-readobj/ARMEHABIPrinter.h: Make this a real/modula...
2017-11-16 Rafael EspindolaConvert the last use of sys::fs::createUniqueFile in...
2017-11-16 Rafael EspindolaConvert another use of createUniqueFile to TempFile...
2017-11-16 Dave LeeAdd ELF dynamic symbol support to yaml2obj/obj2yaml
2017-11-16 Rafael Espindolamake exitDsymutil static.
2017-11-16 Rafael EspindolaConvert another use of createUniqueFile to TempFile...
2017-11-16 Igor Laevsky[FuzzMutate] NFC. Move parseModule and writeModule...
2017-11-16 Rafael EspindolaConvert a use of createUniqueFile to TempFile::create.
2017-11-15 Rafael EspindolaSimplify file handling in dsymutil.
2017-11-15 Jake Ehrlich[llvm-objcopy] Change -O binary to respect section...
2017-11-15 Mitch Phillips[cfi-verify] Validate there are no register clobbers...
2017-11-14 Mitch Phillips[cfi-verify] Add DOT graph printing for GraphResult...
2017-11-14 Hans WennborgRename CountingFunctionInserter and use for both mcount...
2017-11-14 Jake Ehrlich[llvm-objcopy] Improve command line option help messages
2017-11-14 Martin Storsjo[llvm-strings] Add support for the -a/--all options
2017-11-14 Jake Ehrlich[llvm-objcopy] Add -strip-non-alloc option to remove...
2017-11-14 Jake Ehrlich[llvm-objcopy] Support the rest of the ELF formats
2017-11-14 Adam Nemet[llvm-profdata] Report if profile data file is IR-...
2017-11-14 Adam Nemet[opt-viewer] Truncate long remark text in source view
2017-11-14 Adam Nemet[opt-viewer] With hotness only show max 1000 entries...
2017-11-13 Hans WennborgUpdate some code.google.com links
2017-11-13 Jake Ehrlich[llvm-objcopy] Add --strip-debug
2017-11-13 Jake Ehrlich[llvm-objcopy] Add --strip-all option to llvm-objcopy
2017-11-10 Martin Storsjo[llvm-cvtres] Add support for ARM64
2017-11-10 Mitch Phillips[cfi-verify] Made FileAnalysis operate on a GraphResult...
2017-11-10 Igor Laevsky[llvm-opt-fuzzer] Add missed library dependence. Fir...
next