OSDN Git Service

android-x86/external-llvm.git
2019-05-23 Roman LebedevUpdateTestChecks: ppc32 triple support
2019-05-23 Matt ArsenaultAMDGPU: Correct maximum possible private allocation...
2019-05-23 Alina Sbirlea[NewPassManager] Add tuning option: LoopUnrolling ...
2019-05-23 Roman Lebedev[NFC] UpdateTestChecks: asm.py: fix whitespace issue
2019-05-23 Alina Sbirlea[SLPVectorizer] Set flag to previous default.
2019-05-23 Chris Bieneman[CMake] Fixing errors in r361513
2019-05-23 Sanjay Patel[InstCombine] be more careful when transforming a shuff...
2019-05-23 Jordan Rupprecht[git] Be more specific when looking for llvm-svn
2019-05-23 Robert LougherResubmit r360436 "[X86] Avoid SFB - Fix inconsistent...
2019-05-23 Thomas Lively[WebAssembly] Implement ReplaceNodeResults to fix a...
2019-05-23 Roman Lebedev[NFC][PPC] Autogenerate vec_add_sub_quadword.ll test
2019-05-23 Roman Lebedev[NFC][PPC] Autogenerate vec_add_sub_doubleword.ll test
2019-05-23 Roman Lebedev[NFC][Mips] Autogenerate msa/i5-s.ll test
2019-05-23 Roman Lebedev[NFC][Mips] Autogenerate msa/arithmetic.ll test
2019-05-23 Roman LebedevUpdateTestChecks: -march=mips/-march=mipsel is mips...
2019-05-23 Nico Webergn build: Merge r361418 more
2019-05-23 Matt ArsenaultAMDGPU/GlobalISel: Legality for integer min/max
2019-05-23 Kit Barton [LOOPINFO] Extend Loop object to add utilities...
2019-05-23 Thomas Lively[WebAssembly] Add multivalue and tail-call target features
2019-05-23 Thomas Preud... [FileCheck] Remove llvm:: prefix
2019-05-23 Chris Bieneman[CMake] Copy C++ headers before configuring runtimes...
2019-05-23 Saleem AbdulrasoolTransforms: lower fadd and fsub atomicrmw instructions
2019-05-23 Andrea Di Biagio[MCA] Add the ability to compute critical register...
2019-05-23 Shoaib Meenai[AsmPrinter] Treat a narrowing PtrToInt like Trunc
2019-05-23 Fangrui Song[Object] object::ELFObjectFile::symbol_begin(): skip...
2019-05-23 Don Hinton[cmake] When getting Ninja version, don't include CMake...
2019-05-23 Cameron McInally[NFC][InstCombine] Add unary FNeg tests to maximum...
2019-05-23 Lewis Revill[RISCV] Support assembling TLS LA pseudo instructions
2019-05-23 Nico Webergn build: Merge r361487
2019-05-23 Petar Jovanovic[LiveDebugValues] Rename 'DMI' into 'DebugInstr' (NFC)
2019-05-23 Andrea Di Biagio[MCA] Introduce class LSUnitBase and let LSUnit derive...
2019-05-23 Simon Pilgrim[X86] Regenerate LZCNT tests on x86/x32/x64 targets
2019-05-23 Alex Bradbury[RISCV][NFC] Add nounwind attribute to functions missin...
2019-05-23 Fangrui Song[llvm-objdump][test] Make MachO test names consistent
2019-05-23 James Henderson[llvm-objdump][test] Make test names consistent
2019-05-23 Clement Courbet[MergeICmps] Make the pass compatible with the new...
2019-05-23 James Henderson[llvm-objdump][test] Improve testing of some switches #3
2019-05-23 Simon Pilgrim[AMDGPU] Regenerate vector sub tests
2019-05-23 Konrad Kleine[lldb] NFC modernize codebase with modernize-use-nullptr
2019-05-23 Roman Lebedev[NFC][X86] Fix check prefixes and autogenerate fold...
2019-05-23 Andrea Di Biagio[MCA] Make the bool conversion operator in class InstRe...
2019-05-23 Petar Jovanovic[DwarfExpression] Refactor dwarf expression (NFC)
2019-05-23 James Henderson[llvm-objdump][test] Improve testing of some switches #2
2019-05-23 George Rimar[llvm-objcopy] - Many minor NFC changes to cleanup...
2019-05-23 Sam Parker[ARM][CGP] Clear SafeWrap before each search
2019-05-23 Christian Bruel[GlobalOpt] recognize dead struct fields and propagate...
2019-05-23 Thomas Lively[WebAssembly] Implement __builtin_return_address for...
2019-05-23 Fangrui Song[X86] Support -fno-plt __tls_get_addr calls
2019-05-23 Seiya Nuta[llvm-objcopy] Add file names to error messages
2019-05-23 Peter Collingbournegn build: Merge r361418.
2019-05-23 Thomas Preud... [FileCheck] Introduce substitution subclasses
2019-05-23 Thomas Preud... FileCheck: Improve FileCheck variable terminology
2019-05-22 Lang Hames[ORC] Remove a stray decl that accidentally found its...
2019-05-22 Lang Hames[docs] Make a note of the HowToUseLLJIT example in...
2019-05-22 Chris Bieneman[Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtest
2019-05-22 Lang HamesAdd a HowToUseLLJIT example project.
2019-05-22 Matt ArsenaultTableGen: Handle nontrivial foreach range bounds
2019-05-22 Petr Hosek[runtimes] Move libunwind, libc++abi and libc++ to...
2019-05-22 Craig Topper[X86] Explcitly disable VEXTRACT instruction matching...
2019-05-22 Galina KistanovaReverted r361134 because of a failing test left unatten...
2019-05-22 Craig Topper[X86][InstCombine] Remove InstCombine code that turns...
2019-05-22 Craig Topper[X86] Add more icelake model numbers to getHostCPUName.
2019-05-22 Nico Webergn build: Fix check-clangd target after r359825
2019-05-22 Alexey Lapshin[DebugInfo][AArch64] Recognise target specific instruct...
2019-05-22 Hiroshi Yamauchi[PGO][CHR] Speed up following long use-def chains.
2019-05-22 Cameron McInally[NFC][InstCombine] Add unary fneg tests to maxnum.ll...
2019-05-22 Xing XueDisable EHFrameSupport in JITLink/RuntimeDyld on AIX
2019-05-22 Roman Lebedev[NFC][X86][AArch64] Add tests for missing (x - y) ...
2019-05-22 Matt ArsenaultAMDGPU: Move disassembler support check to constructor
2019-05-22 Matt ArsenaultMC: Allow getMaxInstLength to depend on the subtarget
2019-05-22 Kees Cook[TargetLowering] Extend bool args to inline-asm accordi...
2019-05-22 Kees Cook[TargetLowering] Add blank line (test commit)
2019-05-22 Nico Weberllvm-undname: Fix an assert-on-invalid, found by oss...
2019-05-22 Sanjay Patel[IR] allow fast-math-flags on select of FP values
2019-05-22 David ZarzyckiUnbreak non-PIC builds after r361340/D62174
2019-05-22 Roman Lebedev[NFC][ARM] addsubcarry-promotion.ll: whoops - replace...
2019-05-22 Roman Lebedev[NFC][ARM] Autogenerate addsubcarry-promotion.ll test
2019-05-22 Roman Lebedev[NFC][X86] Autogenerate negative-offset.ll test
2019-05-22 Fangrui Song[llvm-objdump] Dump inline relocations if the relocated...
2019-05-22 Ilya BiryukovReland r361148 with a fix to the buildbot failure.
2019-05-22 Roman Lebedev[NFC][X86][AArch64] Rewrite sink-addsub-of-const.ll...
2019-05-22 Nico Webergn build: Merge r361377
2019-05-22 Simon PilgrimLoopVectorizationCostModel::selectInterleaveCount ...
2019-05-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of op_sel* and neg_...
2019-05-22 Clement Courbet[llvm-exegesis] Move native target initialization code...
2019-05-22 James Henderson[llvm-objcopy] Tidy up error messages
2019-05-22 Roman LebedevUpdateTestChecks: sparc march handling
2019-05-22 Roman Lebedev[NFC][SystemZ] Autogenerate alloca-03.ll test to make...
2019-05-22 Simon Pilgrim[Hexagon] assert getRegisterBitWidth returns non-zero...
2019-05-22 Simon Pilgrim[VirtualFileSystem] Fix uninitialized variable warning...
2019-05-22 Sjoerd Meijer[TargetMachine] error message unsupported code model
2019-05-22 Martin Storsjo[llvm-dlltool] Respect NONAME keyword
2019-05-22 Clement CourbetRe-land r361257 "[MergeICmps][NFC] Make BCEAtom move...
2019-05-22 Anton Afanasyev[MIR] Add simple PRE pass to MachineCSE
2019-05-22 Fangrui Song[PPC64] Parse -elfv1 -elfv2 when specified on target...
2019-05-22 Sjoerd Meijer[AArch64] Subtarget crypto extension defaults
2019-05-22 Nikita Popov[X86] Don't compare i128 through vector if construction...
2019-05-22 Serge GueltonProperly categorize llvm-objdump options
2019-05-22 Seiya Nuta[NFC] Remove a blank line (test commit)
2019-05-22 Chen Zheng[PowerPC] use meaningful name for displacement form...
next