OSDN Git Service

AMDGPU: Record SGPR spills when restoring too
[android-x86/external-llvm.git] / tools /
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...
2018-11-19 Roman Lebedev[llvm-exegesis] Move InstructionBenchmarkClustering...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::rangeQu...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::dbScan...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::rangeQu...
2018-11-19 Roman Lebedev[llvm-exegesis] Analysis: writeMeasurementValue():...
2018-11-19 Roman Lebedev[llvm-exegesis] Analysis::writeSnippet(): be smarter...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::dbScan...
2018-11-17 Xing GUO[llvm-objdump] Print a blank row at the end of sections
2018-11-17 Fangrui SongUse llvm::copy. NFC
2018-11-17 Fangrui Song[llvm-objcopy] Use llvm::all_of and rename the variable...
2018-11-15 Xing GUO[llvm-objdump] Use `auto` declaration in typecasting
2018-11-14 Sam Clegg[WebAssembly] Add support for dylink section in object...
2018-11-14 Xing GUO[llvm-objdump] Improve ELF file type checking statement...
2018-11-14 Heejin Ahn[WebAssembly] Add support for the event section
2018-11-13 Adrian PrantlMake dsymutil more robust when parsing load commands.
2018-11-13 Jordan Rupprecht[llvm-objcopy] Rename --keep to --keep-section.
2018-11-13 Cameron McInally[IR] Add a dedicated FNeg IR Instruction
2018-11-13 Jake Ehrlich[libObject] Fix getDesc for Elf_Note_Impl
2018-11-12 Fangrui Song[llvm-objcopy] Don't copy Config when processing -...
2018-11-12 Jordan Rupprecht[llvm-readelf] Make llvm-readelf more compatible with...
2018-11-12 Andrea Di Biagio[llvm-mca] Correctly update the resource strategy for...
2018-11-12 Philip Pfaffe[newpm] Fix r346645: Missing consume of the Error retur...
2018-11-12 Philip PfaffeAdd an OptimizerLast EP
2018-11-11 Jonas Devlieghere[llvm-nm] Use WithColor for error reporting
2018-11-11 Jonas Devlieghere[llvm-objdump] Use WithColor for error reporting
2018-11-11 Jonas Devlieghere[llvm-undname] Use WithColor for error reporting
2018-11-11 Fangrui Song[DWARF] Change pubnames to use DWARFSection instead...
2018-11-11 Kristina Brooks[llvm-objdump] Add symbol 'O' for object data
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-11-11 Jonas Devlieghere[llvm-cxxdump] Use error reporting helpers from support
2018-11-09 Andrea Di Biagio[llvm-mca] Account for buffered resources when analyzin...
2018-11-09 Greg ClaytonAdd total function byte size and inline function byte...
2018-11-09 Jordan Rupprecht[llvm-strings] Fix whitespaces to match strings output.
2018-11-09 Max Moroz[llvm-cov] Remove "default:" label in the switch coveri...
2018-11-09 Max Moroz[llvm-cov] Add lcov tracefile export format.
2018-11-09 Clement Courbet[llvm-exegesis][NFC] Add a way to declare the default...
2018-11-09 Andrea Di Biagio[llvm-mca] Use a small vector for instructions in the...
2018-11-09 Petr Hosek[llvm-rc] Support joined or separate spelling for ...
2018-11-08 Petr Hosek[llvm-rc] Support absolute filenames in manifests
2018-11-08 Matt Davis[llvm-mca] Partially revert r346417.
2018-11-08 Andrea Di Biagio[llvm-mca] PR39261: Rename FetchStage to EntryStage.
2018-11-08 Matt Davis[llvm-mca] Remove unneeded namespace qualifier. NFC.
2018-11-08 Adrian Prantl[dsymutil] Copy the LC_BUILD_VERSION load command into...
2018-11-08 Jinsong Ji[PowerPC][llvm-exegesis] Add a PowerPC target
2018-11-08 Clement Courbet[llvm-exegesis][NFC] Add missing header guard + cosmetics.
2018-11-08 Clement CourbetRevert "[llvm-exegesis] Add a snippet generator to...
2018-11-08 Clement Courbet[llvm-exegesis] Add a snippet generator to generate...
2018-11-07 Jordan Rupprecht[llvm-readobj] Implement LLVM style printer for --notes
2018-11-07 Matt Davis[llvm-mca] Move the AssembleInput logic into its own...
2018-11-07 Petr Hosek[llvm-mt] Accept and ignore notify_update flag
2018-11-07 Clement Courbet[llvm-exegesis] Remove superfluous move.
2018-11-07 Clement Courbet[llvm-exegesis] Correclty handle all X86 memory encodin...
2018-11-07 Clement Courbet[llvm-exegesis] Increasing wrapping limit.
2018-11-07 Fangrui Song[llvm-strip] Check "strip" with StringRef::contains...
2018-11-06 Clement Courbet[llvm-exegesis] Ignore X86 pseudo instructions.
2018-11-06 Dean Michael Berris[XRay] Update XRayRecord to support Custom/Typed Events
2018-11-06 Robert Widmann[LLVM-C] Improve Intrinsics Bindings
2018-11-05 Matthias BraunMachineModuleInfo: Store more specific reference to...
2018-11-05 Konstantin ZhuravlyovAMDGPU: Add sram-ecc feature
2018-11-05 Alexandre Ganea[COFF][LLD] Add link support for Microsoft precompiled...
2018-11-05 Francis Visoiu Mistrih[CMake] Expose opt-remark tooling through libOptRemarks...
2018-11-02 Eli Friedman[AArch64] [Windows] Misc fixes for llvm-readobj -unwind.
2018-11-02 Leonard MosescuFix a few small issues in llvm-pdbutil
2018-11-01 Mandeep Singh Grang[gold-plugin] Fix a bunch of build warnings
2018-11-01 Jordan Rupprecht[llvm-objcopy/strip] [NFC] Clean up tablegen opts ...
2018-11-01 Reid KlecknerSilence -Wimplicit-fallthrough in gold plugin
2018-11-01 Andrea Di Biagio[llvm-mca] Add extra counters for move elimination...
2018-11-01 Jordan Rupprecht[llvm-strip] Support --keep and --strip-all-gnu from...
2018-11-01 Jordan Rupprecht[llvm-objcopy] Support --{enable,disable}-deterministic...
2018-11-01 Jordan Rupprecht[llvm-objcopy] Don't apply --localize flags to common...
2018-11-01 Fangrui Song[llvm-objcopy] For multiclass Eq, associate help text...
2018-11-01 Fangrui Song[llvm-objcopy] Use proper cases
2018-10-31 Matt Davis[llvm-mca] Remove the verb 'assemble' from a few option...
2018-10-31 Andrea Di Biagio[llvm-mca] Remove namespace prefixes made redundant...
2018-10-31 Kristina Brooks[llvm-objdump] Mark syms/t flags as NotHidden. NFC.
2018-10-31 Kristina Brooks[llvm-objdump] Add --reloc alias for -r (PR39407)
2018-10-31 Kristina Brooks[llvm-objdump] support '--syms' as an alias of -t
2018-10-31 Wolfgang Pieb[DWARF] Revert r345546: Refactor range list extraction...
2018-10-31 Fangrui Song[llvm-objcopy] Delete a redundant override whose base...
2018-10-30 Jordan Rupprecht[llvm-objcopy] Fix --keep-global-symbol/--globalize...
2018-10-30 Fangrui Song[llvm-mca] Move namespace mca inside llvm::
2018-10-30 James Henderson[llvm-size] Reject unknown radix values
2018-10-29 Wolfgang Pieb[DWARF][NFC] Refactor range list extraction and dumping
2018-10-29 Alexander Shaposhnikov[llvm-objcopy] Move elf-specific code into subfolder
next