OSDN Git Service

[llvm] Update MachOObjectFile::exports interface
[android-x86/external-llvm.git] / tools /
2017-07-29 Alexander Shaposhnikov[llvm] Update MachOObjectFile::exports interface
2017-07-28 Tobias Edler von... [LTO] llvm-lto2: Add option to load sample profile
2017-07-27 Reid Kleckner[llvm-pdbutil] Clean up ExitOnError usage to add "...
2017-07-27 Petr HosekRevert "Reland "[LLVM][llvm-objcopy] Added basic plumbi...
2017-07-27 Petr HosekReland "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-26 Dehao ChenMake new PM honor -fdebug-info-for-profiling
2017-07-26 Alexander KornienkoFollow up for r307085: a better fix for a dangling...
2017-07-26 Dehao ChenAdd test coverage for new PM PGOOpt handling.
2017-07-26 Davide Italiano[gold] Enable data-sections by default for the gold...
2017-07-26 Eric BeckmannMove manifest utils into separate lib, to reduce libxml...
2017-07-26 Reid Kleckner[PDB] Improve GSI hash table dumping for publics and...
2017-07-26 Eric BeckmannReapply "llvm-mt: implement simple merging of manifests...
2017-07-25 Davide Italiano[gold] Enable function-sections by default.
2017-07-25 Eric BeckmannRevert "llvm-mt: implement simple merging of manifests...
2017-07-25 Eric Beckmannllvm-mt: implement simple merging of manifests, not...
2017-07-25 Petr HosekRevert "Reland "[LLVM][llvm-objcopy] Added basic plumbi...
2017-07-25 Petr HosekReland "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-25 Petr HosekRevert "Reland "[LLVM][llvm-objcopy] Added basic plumbi...
2017-07-25 Petr HosekReland "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-25 Teresa Johnson[LTO] Prevent dead stripping and internalization of...
2017-07-25 NAKAMURA Takumillvm-rc: Fixup for r308940. This should use LLVMSupport.
2017-07-25 Marek SokolowskiAdd an empty shell of llvm-rc.
2017-07-24 Reid Kleckner[codeview] Emit 'D' as the cv source language for D...
2017-07-22 Petr HosekRevert "Reland "[LLVM][llvm-objcopy] Added basic plumbi...
2017-07-22 Petr HosekReland "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-21 Petr HosekRevert "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-21 Petr HosekReland "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-21 Reid Kleckner[PDB] Dump extra info about the publics stream
2017-07-21 Adrian PrantlDe-brief doxygen comments
2017-07-21 Adrian PrantlUse default initializers (NFC)
2017-07-21 Adrian PrantlCanonicalize the spelling of RefDie (NFC)
2017-07-21 Adrian Prantldsymutil: strip unused types from imported DW_TAG_modules
2017-07-20 Kevin EnderbyAdd error handling to the dyld compact export entries...
2017-07-20 Eric BeckmannImplement parsing and writing of a single xml manifest...
2017-07-20 Mandeep Singh Grang[COFF, ARM64, CodeView] Add support to emit CodeView...
2017-07-20 Petr HosekRevert "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-19 Petr Hosek[LLVM][llvm-objcopy] Added basic plumbing to get things...
2017-07-19 Rafael EspindolaRemove some leftover DWARFContextInMemory.
2017-07-19 Rafael EspindolaUse delegation instead of inheritance.
2017-07-19 Adam Nemet[opt-viewer] Reduce memory consumption by another 20-25%
2017-07-19 Adam Nemet[opt-viewer] Print allocated memory per remark in opt...
2017-07-19 Adam Nemet[opt-viewer] Reduce memory consumption
2017-07-19 Petr Hosek[yaml2obj][ELF] Add support for program headers
2017-07-19 Sylvestre Ledru[Solaris] enable --whole-archive for shared-library...
2017-07-19 Petr Hosek[llvm-readobj] Install llvm-readelf alias
2017-07-18 Petr Hosek[llvm-readobj] Accept (and ignore) --wide (-W) command...
2017-07-18 Petr Hosek[llvm-readobj] Accept -S as an alias for --sections
2017-07-18 Martell Malonellvm: add llvm-dlltool support to the archiver
2017-07-18 Rui UeyamaRevert r308329: llvm: add llvm-dlltool support to the...
2017-07-18 Brian Gesiak[opt-viewer] Handle file names that contain '#'
2017-07-18 Martell Malonellvm: add llvm-dlltool support to the archiver
2017-07-18 Eric BeckmannRevert "Adding temporary debugging info to llvm-mt...
2017-07-18 Eric BeckmannRevert "Adding yet more debug info to fix fedora issue."
2017-07-18 Eric BeckmannRevert "Adding extra test info for llvm-mt."
2017-07-18 Eric BeckmannAdding extra test info for llvm-mt.
2017-07-18 Reid Kleckner[PDB] Finish and simplify TPI hashing
2017-07-17 Reid Kleckner[codeview] Fix YAML for LF_TYPESERVER2 by hoisting...
2017-07-17 Eric BeckmannAdding yet more debug info to fix fedora issue.
2017-07-17 Eric BeckmannAdding temporary debugging info to llvm-mt to solve...
2017-07-17 Eric BeckmannCreate empty shell of llvm-mt.
2017-07-17 Reid Kleckner[codeview] Remove TypeServerHandler and PDBTypeServerHa...
2017-07-17 Adam Nemet[opt-viewer] Accept directories that are searched for...
2017-07-15 Reid Kleckner[CodeView] Dump BuildInfoSym and ProcSym type indices
2017-07-14 George Rimar[llvm-readobj] - Teach readobj to print DT_FILTER dynam...
2017-07-14 Adam Nemet[opt-viewer] Flush stdout after progress update
2017-07-13 Martin Storsjo[llvm-objdump] Properly print MachO aarch64 addend...
2017-07-13 Hiroshi Inouefix typos in comments and error messges; NFC
2017-07-13 Martin Storsjo[llvm-objdump] Correctly distinguish between the MachO...
2017-07-13 Davide Italiano[opt-viewer] Don't except when debug info is not available.
2017-07-13 Davide Italiano[sanstats] Print the correct line information.
2017-07-12 Sam Clegg[WebAssembly] Expose the offset of each data segment
2017-07-11 Xinliang David Li[ProfileData] Add new option to dump topn hottest functions
2017-07-11 Philip Pfaffe[PM] Another post-commit fix in NewPMDriver
2017-07-11 Hiroshi Inouefix typos in comments; NFC
2017-07-11 Vedant Kumar[llvm-cov] Add a cl::opt to control the number of threads
2017-07-11 Andrew Wilkins[cmake] Check for Haiku when setting LIB_NAMES for...
2017-07-10 Sam Clegg[WebAssembly] Add more details to llvm-readobj for...
2017-07-10 Zachary TurnerResubmit "Add pdb-diff test."
2017-07-10 Zachary TurnerRevert "Build fixes for pdb-diff test."
2017-07-10 Zachary TurnerBuild fixes for pdb-diff test.
2017-07-10 Zachary TurnerFix pdb-diff test.
2017-07-10 Dehao ChenUse emplace_back to replace size() and resize().
2017-07-10 Philip Pfaffe[PM] Fix a warning.
2017-07-10 Philip Pfaffe[PM] Fix r307532: Get rid of a dangling reference.
2017-07-10 Philip Pfaffe[PM] Enable registration of out-of-tree passes with...
2017-07-10 David Blaikiellvm-profdata: Reduce memory usage by using Error callb...
2017-07-09 Craig Topper[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVec...
2017-07-08 Eric BeckmannRevert "Revert "Revert "Revert "Switch external cvtres...
2017-07-07 Zachary Turner[llvm-pdbutil] Fix build.
2017-07-07 Zachary TurnerUse windows path syntax when writing PDB module name.
2017-07-07 Zachary TurnerFix some differences between lld and MSVC generated...
2017-07-07 Zachary Turner[llvm-pdbutil] Improve diff mode.
2017-07-07 Zachary Turner[PDB] Teach libpdb to write DBI Stream ECNames.
2017-07-07 Lang Hames[ORC] Errorize the ORC APIs.
2017-07-06 David BlaikiePrototype: Reduce llvm-profdata merge memory usage...
2017-07-06 Peter CollingbourneBitcode: Include any strings added to the string table...
2017-07-06 Adam Nemet[opt-viewer] Move under tools, install it
2017-07-06 David BlaikieFix -Wunused-function by making function declarations...
2017-07-05 Eric BeckmannRevert "Revert "Revert "Switch external cvtres.exe...
2017-07-05 Zachary TurnerFix std::min ambiguity between uint32 and size_t.
next