OSDN Git Service

Merging r339316:
[android-x86/external-llvm.git] / tools /
2018-08-03 Hans WennborgMerging r338751:
2018-08-03 Hans WennborgMerging r338703 and r338709:
2018-08-01 Jonas Devlieghere[dsymutil] Convert recursion in lookForDIEsToKeep into...
2018-08-01 Andrea Di Biagio[llvm-mca] Improve code comments. NFC.
2018-07-31 Fangrui Song[llvm-objcopy] Make --strip-debug strip .gdb_index
2018-07-31 Matt Davis[llvm-mca] Update the help text to reflect "physical...
2018-07-31 Alexandre Ganea[CodeView] Minimal support for S_UNAMESPACE records
2018-07-31 Andrea Di Biagio[llvm-mca] Remove README.txt
2018-07-31 Andrea Di Biagio[llvm-mca][BtVer2] Teach how to identify dependency...
2018-07-29 Jonas Devlieghere[dsymutil] Simplify temporary file handling.
2018-07-27 Fangrui Song[llvm-objcopy] Make --strip-debug strip .zdebug* (zlib...
2018-07-26 Stephen HinesHandle the lack of a symbol table correctly.
2018-07-26 Michael Kruse[ADT] Replace std::isprint by llvm::isPrint.
2018-07-26 Dean Michael Berris[MCA] Avoid an InstrDesc copy in mca::LSUnit::reserve.
2018-07-25 Jonas Devlieghere[dsymutil] Add support for generating DWARF5 accelerato...
2018-07-25 Paul Semel[llvm-objdump] Add dynamic section printing to private...
2018-07-25 Paul Semel[llvm-readobj] Generic hex-dump option
2018-07-24 Dean Michael Berrisllvm-xray: Broken chrome trace event format output
2018-07-24 Andres FreundAdd PerfJITEventListener for perf profiling support.
2018-07-24 Vedant Kumar[Debugify] Export per-pass debug info loss statistics
2018-07-24 Vedant Kumar[Debugify] Move interface definitions to a header, NFC
2018-07-23 Paul Semel[yaml2obj] Add default sh_entsize for dynamic sections
2018-07-23 Aaron BallmanFixing a typo; NFC.
2018-07-21 Zachary Turner[llvm-undname] Flush output before demangling.
2018-07-20 Martin Storsjo[llvm-undname] Remove a superfluous semicolon. NFC.
2018-07-20 Jordan Rupprecht[llvm-objcopy] Add basic support for --rename-section
2018-07-20 Zachary TurnerAdd a Microsoft Demangler.
2018-07-20 Zachary TurnerRewrite the VS integration scripts.
2018-07-19 Reid KlecknerFix -Wsign-compare in llvm-readobj
2018-07-19 George Rimar[llvm-readobj] - Do not report invalid amount of sections.
2018-07-18 Paul Semel[llvm-readobj] Generic -string-dump option
2018-07-18 Paul Semel[llvm-objdump] Add -demangle (-C) option
2018-07-18 George Rimar[llvm-objdump] - An attempt to fix BB after r337361.
2018-07-18 George Rimar[llvm-objdump] - Stop reporting bogus section IDs.
2018-07-18 George Rimar[llvm-readobj] - Teach tool to dump objects with >...
2018-07-18 Puyan Lotfi[NFC][llvm-objcopy] Cleanup namespace usage in llvm...
2018-07-17 Peter CollingbourneMC: Implement support for new .addrsig and .addrsig_sym...
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-07-16 Puyan Lotfi[NFC][llvm-objcopy] Make helper functions static
2018-07-16 Jake Ehrlich[llvm-objcopy] Add support for large indexes
2018-07-16 Teresa JohnsonRestore "[ThinLTO] Ensure we always select the same...
2018-07-16 Joel Galenson[cfi-verify] Abort on unsupported targets
2018-07-15 Andrea Di Biagio[llvm-mca][BtVer2] teach how to identify false dependen...
2018-07-14 Matt Davis[llvm-mca] Turn InstructionTables into a Stage.
2018-07-14 Teresa JohnsonRevert "[ThinLTO] Ensure we always select the same...
2018-07-14 Matt Davis[llvm-mca] Remove unused InstRef formal from pre and...
2018-07-13 Teresa Johnson[ThinLTO] Ensure we always select the same function...
2018-07-13 Joel Galenson[cfi-verify] Support AArch64.
2018-07-13 Andrea Di Biagio[llvm-mca] Improve a few debug prints. NFC
2018-07-13 Andrea Di Biagio[llvm-mca] Simplify the Pipeline constructor. NFC
2018-07-13 Andrea Di Biagio[llvm-mca] Removed unused arguments from methods in...
2018-07-13 Dean Michael Berris[XRay][compiler-rt] Add PID field to llvm-xray tool...
2018-07-12 Matt Davis[llvm-mca] Constify SourceMgr::hasNext. NFC.
2018-07-12 Matt Davis[llvm-mca] Add cycleBegin/cycleEnd callbacks to mca...
2018-07-12 Bill Wendling[gold-plugin] Disable section ordering for relocatable...
2018-07-12 Stephen HinesAdd --strip-all option back to llvm-strip.
2018-07-12 Matt Davis[llvm-mca] Simplify eventing by adding an onEvent templ...
2018-07-11 Bill WendlingTemporarily reverting.
2018-07-11 Bill Wendlinggold: Add ability to toggle function/data sections
2018-07-11 Paul SemelRevert "[llvm-objdump] Add -demangle (-C) option"
2018-07-11 Paul Semel[llvm-objdump] Add -demangle (-C) option
2018-07-11 Andrea Di Biagio[llvm-mca] Use a different character to flag instructio...
2018-07-11 Paul Semel[llvm-readobj] Add -hex-dump (-x) option
2018-07-10 Jonas Devlieghere[MC] Add interface to finish pending labels.
2018-07-10 Paul RobinsonSupport -fdebug-prefix-map in llvm-mc. This is useful...
2018-07-09 Jonas Devlieghere[dsymutil] Add support for outputting assembly
2018-07-09 Andrea Di Biagio[llvm-mca] report an error if the assembly sequence...
2018-07-06 Zachary Turner[PDB] One more fix for hasing GSI records.
2018-07-06 Matt Davis[llvm-mca] Add HardwareUnit and Context classes.
2018-07-06 Alexander Shaposhnikov[llvm-objcopy] Add support for static libraries
2018-07-06 Vedant Kumar[Debugify] Allow unsigned values narrower than their...
2018-07-06 Andrea Di Biagio[llvm-mca] A write latency cannot be a negative value...
2018-07-06 Jonas Devlieghere[dsymutil] Emit label at the begin of a CU
2018-07-06 Andrea Di Biagio[llvm-mca] improve the instruction issue logic implemen...
2018-07-06 Dave LeeReapply: "objdump: Support newer ObjC image info flags"
2018-07-06 Zachary Turner[llvm-pdbutil] Dump more info about globals.
2018-07-06 Dave LeeRevert "objdump: Support newer ObjC image info flags"
2018-07-05 Dave Leeobjdump: Support newer ObjC image info flags
2018-07-05 Andrea Di Biagio[llvm-mca] Fix RegisterFile debug prints. NFC
2018-07-05 Paul Semel[llvm-objdump] Add --archive-headers (-a) option
2018-07-05 Clement Courbet[llvm-exegesis] Add uop computation for more X87 instru...
2018-07-05 Clement Courbet[llvm-exegesis][NFC]clang-format
2018-07-04 Paul Semel[llvm-objdump] Add --file-headers (-f) option
2018-07-04 Clement Courbet[llvm-exegesis] Remove dead comment.
2018-07-03 John Brawn[llvm-exegesis] Add an AArch64 target
2018-07-03 Clement Courbet[llvm-exegesis] ExegisX86Target::setRegToConstant(...
2018-07-02 Lang Hames[ORC] Verify modules when running LLLazyJIT in LLI...
2018-07-02 Andrea Di Biagio[llvm-mca] Clear the content of map VariantDescriptors...
2018-07-02 Francis Visoiu Mistrih[MC] Error on a .zerofill directive in a non-virtual...
2018-07-02 Dave Leenm: Add -no-weak flag for hiding weak symbols
2018-07-02 John Brawn[llvm-exegesis] Change how the native architecture...
2018-07-02 John Brawn[llvm-exegesis] Delegate the decision of cycle counter...
2018-07-02 Clement Courbet[llvm-exegesis][NFC] Cleanup useless braces.
2018-07-01 Paul SemelRevert "[llvm-readobj] Fix printing format"
2018-07-01 Paul Semel[llvm-readobj] Fix printing format
2018-06-29 Jonas Devlieghere[dsymutil] Rename conflicting declaration
2018-06-29 Jonas Devlieghere[dsymutil] Make the CachedBinaryHolder the default
2018-06-29 Jonas Devlieghere[dsymutil] Introduce a new CachedBinaryHolder
2018-06-29 Andrea Di Biagio[llvm-mca] Remove field HasReadAdvanceEntries from...
2018-06-28 Jake Ehrlich[llvm-readobj] Add experimental support for SHT_RELR...
next