OSDN Git Service

[NewPM] Port tsan
[android-x86/external-llvm.git] / tools /
2019-01-08 James Henderson[llvm-readobj] Don't print '@' at end of unversioned...
2019-01-08 Thomas Lively[WebAssembly] Massive instruction renaming
2019-01-08 Jonas Devlieghere[dsymutil] Fix assertion triggered by empty address...
2019-01-07 Jonas Devlieghere[dsymutil] Upstream unobfuscation logic.
2019-01-07 Rong Xu[PGO] Use SourceFileName rather module name in PGOFuncName
2019-01-07 Martin Storsjo[ObjectYAML] [COFF] Support multiple symbols with the...
2019-01-07 Armando Montanez[elfabi] Add option to manually specify file read format
2019-01-07 Jordan Rupprecht[llvm-objcopy] Handle -O <format> flag.
2019-01-07 Matt Morehouse[llvm-demangle-fuzzer] Also fuzz microsoftDemangle().
2019-01-07 James Henderson[llvm-nm] Add --portability as alias for --format=posix
2019-01-07 Alexandre Ganea[CodeView] More appropriate name and type for a Microso...
2019-01-03 Jordan Rupprecht[llvm-objcopy] Fix buildbots on older compilers
2019-01-03 Armando Montanez[elfabi] Introduce tool for ELF TextAPI
2019-01-03 Jordan RupprechtFix typos in comments
2019-01-03 Jordan Rupprecht[llvm-objcopy][ELF] Implement a mutable section visitor...
2019-01-03 Serge GueltonPython compat - no explicit reference to Python version
2019-01-03 Serge GueltonPython compat - decode/encode string
2019-01-03 Serge GueltonPython compat - map/filter
2019-01-03 Serge GueltonPython compat - print statement
2019-01-03 Martin Storsjo[llvm-readobj] [COFF] Print the symbol index for reloca...
2019-01-02 Teresa Johnson[gold] emit assembly listing from gold plugin on LTO...
2019-01-02 Clement CourbetRevert rL350035 "[llvm-exegesis] Clustering: don't...
2018-12-30 Martin Storsjo[llvm-objcopy] [COFF] Use Error/Expected returns instea...
2018-12-23 Fangrui Song[llvm-exegesis] Clustering: don't enqueue a point multi...
2018-12-20 Tom Stellardcmake: Remove add_llvm_loadable_module()
2018-12-20 Martin Storsjo[llvm-objcopy] [COFF] Avoid memcpy() with null paramete...
2018-12-20 Martin Storsjo[llvm-objcopy] [COFF] Don't call memcpy() with a null...
2018-12-20 George Rimar[llvm-objcopy] Use ELFOSABI_NONE instead of 0. NFC.
2018-12-20 George Rimar[llvm-objcopy] - Do not drop the OS/ABI and ABIVersion...
2018-12-20 George Rimar[yaml2obj/obj2yaml] - Support dumping/parsing ABI version.
2018-12-20 Jordan Rupprecht[binutils] NFC: fix clang-tidy warning: use empty(...
2018-12-19 Nico WeberRevert 349677, it contained a whole bunch of stuff...
2018-12-19 Nico Weber[gn build] Add build file for clang/lib/Basic and depen...
2018-12-19 Matt Davis[llvm-mca] Rename an error variable.
2018-12-19 Matt Davis [llvm-mca] Add an error handler for error from parseCo...
2018-12-19 George Rimar[llvm-objdump] - Fix one more BB.
2018-12-19 George Rimar[llvm-objdump] - Fix BB.
2018-12-19 George Rimar[llvm-objdump] - Demangle the symbols when printing...
2018-12-19 Martin Storsjo[llvm-objcopy] [COFF] Fix the Object forward declaration
2018-12-19 Martin Storsjo[llvm-objcopy] Initial COFF support
2018-12-19 Brian Gesiak[bugpoint][PR29027] Reduce function attributes
2018-12-18 Luke Cheeseman[AArch64] - Return address signing dwarf support
2018-12-17 Andrea Di Biagio[MCA] Don't assume that createMCInstrAnalysis() always...
2018-12-17 Clement Courbet[llvm-mca] Move llvm-mca library to llvm/lib/MCA.
2018-12-15 Heejin Ahn[WebAssembly] Check if the section order is correct
2018-12-14 Simon PilgrimRevert rL349136: [llvm-exegesis] Optimize ToProcess...
2018-12-14 Fangrui Song[llvm-exegesis] Optimize ToProcess in dbScan
2018-12-13 Jordan Rupprecht[llvm-size][libobject] Add explicit "inTextSegment...
2018-12-13 Tom StellardDon't add unnecessary compiler flags to llvm-config...
2018-12-12 Sam Clegg[WebAssembly] Update dylink section parsing
2018-12-12 Fangrui Song[llvm-objcopy] Change Segment::Type from uint64_t to...
2018-12-12 Scott Linder[AMDGPU] Emit MessagePack HSA Metadata for v3 code...
2018-12-11 Fangrui Song[XRay] Add a helper function sortByKey to simplify...
2018-12-11 Sid Manning[llvm-readelf] Add -e/--headers support to readobj/elf
2018-12-11 David Blaikiellvm-objcopy: Improve/simplify llvm::Error handling...
2018-12-10 Brian Gesiak[bugpoint] Find 'opt', etc., in bugpoint directory
2018-12-08 Xing GUO[llvm-readobj] Little clean up inside `parseDynamicTable`
2018-12-07 Michael TrentUpdate the Swift version numbers reported by objdump
2018-12-07 Xing GUO[yaml2obj] format some codes NFC.
2018-12-07 Xing GUO[yaml2obj] revert bad change
2018-12-07 Xing GUO[yaml2obj] format some codes NFC.
2018-12-06 Jake Ehrlich[llvm-objcopy] Change --only-keep to --only-section
2018-12-05 Nick Desaulniers[gold-plugin] allow function/data sections to be toggleable
2018-12-05 Martin Storsjo[llvm-rc] Support not expressions.
2018-12-04 Zachary Turner[llvm-pdbutil] Remove the analyze subcommand.
2018-12-04 Jonas Devlieghere[dsymutil] Ensure we're comparing time stamps with...
2018-12-04 Xing GUO[yaml2obj] Move redundant statements into a separate...
2018-12-03 Jake Ehrlich[llvm-objcopy] Add --build-id-link-dir flag
2018-12-01 Xing GUO[llvm-readobj] Improve dynamic section iteration NFC.
2018-11-30 Jonas Devlieghere[dsymutil] Gather global and local symbol addresses...
2018-11-30 Andrea Di Biagio[llvm-mca] Speedup the default resource selection strategy.
2018-11-30 Andrea Di Biagio[llvm-mca] Simplify code in class Scheduler. NFCI
2018-11-29 Martin Storsjo[obj2yaml] [COFF] Write RVA instead of VA for sections...
2018-11-29 Fangrui Song[llvm-objcopy] Delete redundant !Config.xx.empty()...
2018-11-29 Teresa Johnson[ThinLTO] Import local variables from the same module...
2018-11-29 Martin Storsjo[llvm-rc] Support EXSTYLE statement.
2018-11-29 Andrea Di Biagio[llvm-mca][MC] Add the ability to declare which process...
2018-11-28 Andrea Di BiagioReapply "[llvm-mca] Return the total number of cycles...
2018-11-28 Andrea Di BiagioRevert [llvm-mca] Return the total number of cycles...
2018-11-28 Andrea Di Biagio[llvm-mca] Return the total number of cycles from metho...
2018-11-28 Martin Storsjo[llvm-objcopy] Hook up the -V alias to --version, outpu...
2018-11-27 Martin Storsjo[yaml2obj] Treat COFF/ARM64 as a 64 bit architecture
2018-11-26 Vitaly Buka[cfi] Help sanstats to find binary if they are not...
2018-11-26 Vitaly Buka[cfi] Make sanstats print address of the check
2018-11-25 Andrea Di Biagio[llvm-mca] Add support for instructions with a variadic...
2018-11-24 Andrea Di Biagio[llvm-mca] InstrBuilder: warnings for call/ret instruct...
2018-11-23 Andrea Di Biagio[llvm-mca] Refactor some of the logic in InstrBuilder...
2018-11-23 Luke CheesemanRevert r347490 as it breaks address sanitizer builds
2018-11-23 Andrea Di Biagio[llvm-mca][View] Improved Retire Control Unit Statistics.
2018-11-23 Luke CheesemanRevert r343341
2018-11-22 Andrea Di Biagio[llvm-mca] LSUnit: use a SmallSet to model load/store...
2018-11-22 Andrea Di Biagio[llvm-mca] Use a SmallVector instead of std::vector...
2018-11-22 Andrea Di Biagio[llvm-mca] Fix an invalid memory read introduced by...
2018-11-22 Fangrui Song[llvm-size] Use empty() and range-based for loop. NFC
2018-11-20 Jinsong Ji[llvm-exegesis][NFC] Some code style cleanup
2018-11-19 Paul Robinson[DebugInfo] DISubprogram flags get their own flags...
2018-11-19 Francis Visoiu Mistrih[llvm-nm] Fix use-after-free for MachOUniversalBinaries
2018-11-19 Clement Courbet[llvm-exegesis][NFC] More tests for ExegesisTarget...
2018-11-19 Martin ElshuberSubject: [PATCH] [CodeGen] Add pass to combine interlea...
2018-11-19 Roman Lebedev[llvm-exegesis] (+final perf overview) InstructionBench...
next