OSDN Git Service

[CodeExtractor] Do not extract calls to eh_typeid_for (PR39545)
[android-x86/external-llvm.git] / tools /
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
2018-10-29 James Henderson[llvm-objdump] Don't crash when using `-a` on non-archives
2018-10-29 Andrea Di Biagio[llvm-mca] Lower to mca::Instructon before the pipeline...
2018-10-29 James Henderson[llvm-objdump] Add '--full-contents' as alias for '-s'
2018-10-28 Clement Courbet[llvm-exegesis] Fix SNB counter definition and handling.
2018-10-26 Ryan Prichard[llvm-readobj] Fix bugs with unrecognized types in...
2018-10-26 Fangrui Song[llvm-ar] Strip trailing \r and format
2018-10-26 Fangrui Song[llvm-ar] Add a dependency to BinaryFormat after rL345383
2018-10-26 Owen Reynolds[llvm-ar] Access ADDLIB in llvm-ar via command line
2018-10-26 Sam McCall[llvm-mca] Fix -wreorder and -Wunused-private-field...
2018-10-26 Andrea Di Biagio[llvm-mca] Removed dependency on mca::SourcMgr in some...
2018-10-26 Fangrui Song[llvm-nm] Simplify. NFC
2018-10-26 Zachary TurnerDump public symbol records in pdb2yaml mode
2018-10-25 Andrea Di Biagio[llvm-mca] Introduce a new base class for mca::Instruct...
2018-10-25 Andrea Di Biagio[llvm-mca] Removed a couple of redundant method declara...
2018-10-25 Simon PilgrimFix MSVC llvm-exegesis build. NFCI.
2018-10-25 Clement Courbet[llvm-exegesis] Add missing initializer.
2018-10-25 Clement Courbet[llvm-exegesis] Fix VC build of r345243.
2018-10-25 Clement Courbet[llvm-exegesis] Fix warning in r345243.
2018-10-25 Clement Courbet[MCSched] Bind PFM Counters to the CPUs instead of...
2018-10-25 Simon Atanasyan[llvm-readobj] Print ELF header flags names in GNU...
2018-10-24 Alexander Shaposhnikov[llvm-objcopy] Introduce dispatch mechanism based on...
2018-10-24 Paul RobinsonMake llvm-dwarfdump -name work on type units.
2018-10-24 Matt Davis[llvm-mca] Replace InstRef::isValid with operator bool...
2018-10-24 Reid Kleckner[MC] Separate masm integer literal lexer support from...
2018-10-24 Andrea Di Biagio[llvm-mca] Simplify the logic in FetchStage. NFCI
2018-10-24 Andrea Di Biagio[llvm-mca] Remove dependency from InstrBuilder in class...
2018-10-24 Andrea Di Biagio[llvm-mca] Refactor class SourceMgr. NFCI
2018-10-24 James HendersonFix llvm-strings crash for negative char values
2018-10-24 Guillaume Chatelet[llvm-exegesis] Implements a cache of Instruction objects.
2018-10-24 Andrea Di Biagio[llvm-mca] [llvm-mca] Improved error handling and error...
2018-10-24 Tim Renouf[AMDGPU] Defined gfx909 Raven Ridge 2
2018-10-24 Sanjin Sijaric[ARM64][Windows] Add unwind support to llvm-readobj
2018-10-23 Lang Hames[ORC] Re-apply r345077 with fixes to remove ambiguity...
2018-10-23 Jonas Devlieghere[dwarfdump] Make incompatibility between -diff and...
2018-10-23 Jordan Rupprecht[llvm-objcopy] Fix use-after-move clang-tidy warning
2018-10-23 Reid KlecknerRevert r345077 "[ORC] Change how non-exported symbols...
2018-10-23 Lang Hames[ORC] Change how non-exported symbols are matched durin...
2018-10-23 Jordan Rupprecht[llvm-strip] Support -s alias for --strip-all. Make...
2018-10-23 Lang Hames[RuntimeDyld][COFF] Skip non-loaded sections when calcu...
2018-10-23 Jonas Devlieghere[dsymutil] Improve error reporting when we cannot creat...
2018-10-22 Fangrui Song[llvm-exegesis] Fix name lookup ambiguity in MSVC after...
2018-10-22 Fangrui Song[llvm-exegesis] Move namespace exegesis inside llvm::
2018-10-22 Andrea Di Biagio[llvm-mca] Remove a couple of using directives and...
2018-10-22 Andrea Di Biagio[llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCI
2018-10-22 Guillaume Chatelet[llvm-exegesis] Crash when assembling invalid Operand
2018-10-22 Guillaume Chatelet[llvm-exegesis] Mark x86 segment register instructions...
2018-10-22 Guillaume Chatelet[llvm-exegesis] Reject x86 instructions that use non...
2018-10-19 Petar Jovanovic[llvm-objdump] Fix --file-headers (-f) option
2018-10-19 Andrea Di Biagio[llvm-mca] Remove a stale TODO comment. NFC
2018-10-19 Clement Courbet[llvm-exegesis] Mark second-form X87 instructions as...
2018-10-19 Clement Courbet[llvm-exegesis] Re-enable liveliness tracker.
2018-10-19 Clement Courbet[llvm-exegesis] X87 RFP setup code.
2018-10-19 Fangrui SongUse llvm::{all,any,none}_of instead std::{all,any,none...
2018-10-18 Sylvestre LedruSupport of hurd in llvm-shlib
2018-10-18 Guillaume Chatelet[llvm-exegesis] Fix off by one error
2018-10-18 Krasimir Georgiev[llvm-exegesis] Mark destructor virtual after r344695
2018-10-17 Clement Courbet[llvm-exegesis] Allow measuring several instructions...
2018-10-17 Guillaume ChateletFix uninitialized variable
2018-10-17 Guillaume ChateletBuildBot fix, compiler complains about array decay...
2018-10-17 Guillaume Chatelet[llvm-exegeis] Computing Latency configuration upfront...
2018-10-17 Fedor Sergeev[NewPM] teach -passes= to emit meaningful error messages
2018-10-16 Teresa Johnson[LTO] Call InitLLVM from llvm-lto2
2018-10-16 Alexander Shaposhnikov[llvm-objcopy] Factor out Buffer
2018-10-15 Lang Hames[ORC] Rename ORC layers to make the "new" ORC layers...
2018-10-15 Chris Bieneman[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURAT...
2018-10-15 Fedor SergeevRevert "[NewPM] teach -passes= to emit meaningful error...
2018-10-15 Fedor Sergeev[NewPM] teach -passes= to emit meaningful error messages
2018-10-15 Chandler Carruth[TI removal] Make `getTerminator()` return a generic...
2018-10-15 Guillaume Chatelet[llvm-exegesis] Fix missing std::move.
2018-10-15 Guillaume Chatelet[llvm-exegesis][NFC] Return many CodeTemplates instead...
next