OSDN Git Service

X86DAGToDAGISel::tryVPTESTM - fix uninitialized variable warning. NFCI.
[android-x86/external-llvm.git] / tools /
2019-05-06 Anders Waldenborg[llvm-c-test] Make include-all.c do what its name says...
2019-05-03 Sid ManningLet --discard-all imply --strip-debug.
2019-05-03 Simon PilgrimAvoid cppcheck operator precedence warnings. NFCI.
2019-05-03 Sean Fertile[Object][XCOFF] Add an XCOFF dumper for llvm-readobj.
2019-05-02 Jordan RupprechtRevert [llvm-nm] Fix handling of symbol types + [llvm...
2019-05-02 Nico Weberlld-link: Add /force:multipleres extension to make...
2019-05-02 George Rimar[yaml2obj] - Make interface of `NameToIdxMap` class...
2019-05-02 James Henderson[llvm-strip]Add --no-strip-all to disable --strip-all...
2019-05-02 Fangrui Song[llvm-readobj] Delete and inline relocAddressLess
2019-05-02 Fangrui Song[Object] Change getSectionName() to return Expected...
2019-05-01 Fangrui Song[llvm-objdump] Print newlines before and after "Disasse...
2019-05-01 George Rimar[yaml2obj] - Report when unknown section is referenced...
2019-05-01 Fangrui Song[llvm-readobj] Change -long-option to --long-option...
2019-05-01 Fangrui Song[llvm-objcopy] Simplify SHT_NOBITS -> SHT_PROGBITS...
2019-04-30 Rong Xu[llvm-profdata] Add overlap command to compute similari...
2019-04-30 Dan Gohman[WebAssembly] Support EXPLICIT_NAME symbols in llvm...
2019-04-30 Jordan Rupprecht[llvm-objcopy] Add RISC-V support for -B/-O
2019-04-30 Eugene Leviant[llvm-nm] Add --special-syms no-op flag
2019-04-30 Hans Wennborgvs integration: vs2019 support
2019-04-30 George Rimar[llvm-objcopy] - Check dynamic relocation sections...
2019-04-30 David BolvanskyRevert r359520
2019-04-29 David Bolvansky[PDB] Fixed null pointer dereference
2019-04-29 Lang Hames[ORC] Replace the LLJIT/LLLazyJIT Create methods with...
2019-04-29 Simon Pilgrim[llvm-pdbutil] FunctionDumper::dump(PDBSymbolTypeFuncti...
2019-04-29 Quentin Colombet[llvm-extract] Expose the group extraction feature...
2019-04-29 George Rimar[yaml2obj] - Simplify and reduce the code. NFC.
2019-04-29 George Rimar[yaml2obj] - Replace a loop with write_zeros(). NFCI.
2019-04-29 George Rimar[yaml2obj] - Cleanup and simplify the code. NFCI.
2019-04-29 Russell Gallopvs integration: Use llvm-lib for librarian
2019-04-29 Fangrui Song[llvm-nm] Simplify and fix a buffer overflow
2019-04-27 Lang Hames[lli] Fix a typo in a cl::opt description.
2019-04-27 Fangrui Song[llvm-nm][llvm-readelf] Avoid single-dash -long-option...
2019-04-27 Fangrui Song[llvm-nm] Support section type 'u': STB_GNU_UNIQUE
2019-04-26 Lang Hames[ORC] Add a 'plugin' interface to ObjectLinkingLayer...
2019-04-26 Fangrui Song[llvm-nm] Revert inadvertently committed 'i' change...
2019-04-26 Fangrui Song[ThinLTO] Fix X86/strong_non_prevailing.ll after llvm...
2019-04-26 Fangrui Song[llvm-nm] Generalize symbol types 'N', 'n' and '?'
2019-04-26 Fangrui Song[llvm-nm] Fix handling of symbol types 't' 'd' 'r'
2019-04-26 George Rimar[yaml2obj] - Make implicitSectionNames() return std...
2019-04-26 George Rimar[yaml2obj] - Remove excessive variable. NFC.
2019-04-26 George Rimar[yaml2obj] - Make the code to match the LLVM style...
2019-04-26 George Rimar[yaml2elf] - Cleanup the initSectionHeaders(). NFCI.
2019-04-26 Nico WeberMinor formatting tweak, no behavior change
2019-04-26 Fangrui SongFix typos: (re)?sor?uce -> (re)?source
2019-04-26 Fangrui Song[llvm-objcopy] Accept --long-option but not -long-option
2019-04-25 George Rimar[yaml2obj] - Don't crash on invalid inputs.
2019-04-25 Lang Hames[llvm-rtdyld] Add support for passing command line...
2019-04-25 Alina SbirleaEnable LoopVectorization by default.
2019-04-25 Fangrui Song[llvm-objdump] errorToErrorCode+message -> toString
2019-04-24 Nico Weberllvm-cvtres: Make new dupe resource error a bit friendlier
2019-04-24 Nico Weberllvm-cvtres: Remove a default argument. No behavior...
2019-04-24 Lang Hames[JITLink] Add support for passing arguments to jit...
2019-04-24 Stanislav Mekhanoshin[AMDGPU] Add gfx1010 target definitions
2019-04-24 JF BastienRevert "[llvm-objdump] errorToErrorCode+message ->...
2019-04-24 Lang Hames[JITLink] Refer to FDE's CIE (not the most recent CIE...
2019-04-24 Fangrui Song[llvm-objdump] Delete redundant check
2019-04-24 George Rimar[obj2yamp] - Simplify and cleanup the code in ELFDumper...
2019-04-24 Fangrui Song[llvm-objdump] errorToErrorCode+message -> toString
2019-04-24 Fangrui Song[yaml2obj] Replace num_zeros with write_zeros
2019-04-24 George Rimar[yaml2elf] - Replace a loop with write_zeros(). NFC.
2019-04-24 Fangrui Song[CommandLine] Provide parser<unsigned long> instantiati...
2019-04-24 Nico Weberllvm-cvtres: Accept /? as help flag, like cvtres.exe
2019-04-23 Adrian Prantl[dsymutil] Put Swift interface files into a per-arch...
2019-04-23 Adrian Prantl[dsymutil] Fix use-after-free when sys::path::append...
2019-04-23 Adrian PrantlRevert "[dsymutil] Fix use-after-free when sys::path...
2019-04-23 Adrian Prantl[dsymutil] Fix use-after-free when sys::path::append...
2019-04-22 Adrian PrantlFully qualify llvm::Optional, some compilers complain...
2019-04-22 Adrian PrantlTry to work around compile errors with older versions...
2019-04-22 Adrian Prantl[dsymutil] Collect parseable Swift interfaces in the...
2019-04-22 Fangrui SongUse llvm::stable_sort. NFC
2019-04-21 Nico WeberAttemp get llvm-jitlink building on Windows
2019-04-21 Lang Hames[JITLink] Add an option to dump relocated section content.
2019-04-20 Lang Hames[JITLink] Add BinaryFormat to JITLink's dependencies.
2019-04-20 Lang Hames[JITLink] Add llvm-jitlink subdirectory to tools/LLVMBu...
2019-04-20 Lang HamesInitial implementation of JITLink - A replacement for...
2019-04-20 Fangrui Song[llvm-objdump] Fix End in disassemblyObject after rL358806
2019-04-20 Fangrui Song[llvm-objdump] Don't disassemble symbols before SectionAddr
2019-04-20 Fangrui Song[llvm-objdump] Simplify --{start,stop}-address
2019-04-19 Alina Sbirlea[NewPassManager] Adding pass tuning options: loop vecto...
2019-04-19 Fangrui Song[dsymutil] DwarfLinker: delete unused parameter
2019-04-19 Igor Kudrin[llvm-symbolizer] Add llvm-addr2line
2019-04-19 Igor Kudrin[llvm-symbolizer] Unhide and document the "-output...
2019-04-19 Igor Kudrin[llvm-symbolizer] Make the output with -output-style...
2019-04-18 Jordan Rupprecht[llvm-objcopy] Add -B mips
2019-04-18 George Rimar[yaml2elf/obj2yaml] - Allow normal parsing/dumping...
2019-04-18 James Henderson[llvm-objcopy][llvm-strip] Add switch to allow removing...
2019-04-17 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-04-17 Fangrui SongChange some llvm::{lower,upper}_bound to llvm::bsearch...
2019-04-17 Jordan Rupprecht[llvm-objcopy] Support full list of bfd targets that...
2019-04-17 Andrea Di Biagio[MCA] Moved the bottleneck analysis to its own file...
2019-04-16 Nico Weberllvm-undname: Add a -raw-file flag to pass a raw buffer...
2019-04-16 Fangrui Song[llvm-objdump] Align instructions to a tab stop in...
2019-04-16 Fangrui Song[llvm-objdump] Simplify PrintHelpMessage() logic
2019-04-15 Alex LorenzRevert r358405: "[llvm-objdump] Align instructions...
2019-04-15 Alex LorenzRevert r358418: "[llvm-objdump] Simplify PrintHelpMessa...
2019-04-15 Don Hinton[CommandLineParser] Add DefaultOption flag
2019-04-15 Fangrui Song[llvm-objdump] Simplify PrintHelpMessage() logic
2019-04-15 Fangrui Song[llvm-objdump] Wrap things in namespace llvm
2019-04-15 Fangrui Song[llvm-objdump] Delete unused forward declarations
2019-04-15 Fangrui Song[llvm-objdump] Reorganize cl::opt variables and move...
next