OSDN Git Service

[dwarfdump] Add flag to limit the number of parents DIEs
[android-x86/external-llvm.git] / test /
2019-05-24 Jonas Devlieghere[dwarfdump] Add flag to limit the number of parents...
2019-05-24 Jason LiuImplement call lowering without parameters on AIX
2019-05-24 Jessica Paquette[GlobalISel][AArch64] Improve register bank mappings...
2019-05-24 Matt ArsenaultAMDGPU: Activate all lanes when spilling CSR VGPR for...
2019-05-24 Matt ArsenaultAMDGPU: Boost inline threshold with addrspacecasted...
2019-05-24 Sanjay Patel[LoopVectorize] update test to be independent of instco...
2019-05-24 Alexander Timofeev[AMDGPU] Divergence driven ISel. Assign register class...
2019-05-24 George Rimar[llvm-objcopy] - Strip undefined symbols if they are...
2019-05-24 Simon Atanasyan[llvm-readobj] Implement GNU-style output for dynamic...
2019-05-24 Stefan Pintilie[PowerPC] Remove CRBits Copy Of Unset/set CBit
2019-05-24 George RimarRevert r361630 "[llvm-readelf] - Allow dumping of the...
2019-05-24 George Rimar[llvm-readelf] - Allow dumping of the .dynamic section...
2019-05-24 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 String Processing...
2019-05-24 Simon Atanasyan[llvm-readobj][mips] Align GOT columns headers properly...
2019-05-24 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 Narrowing Group
2019-05-24 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 Accumulate Group
2019-05-24 James Henderson[llvm-objdump][test] Fix for spurious matches against...
2019-05-24 Simon Pilgrim[SelectionDAG] computeKnownBits - support constant...
2019-05-24 Cullen Rhodes[AArch64][SVE2] Asm: add PMULLB/PMULLT instructions
2019-05-24 Cullen Rhodes[AArch64][SVE2] Asm: add integer add/sub long/wide...
2019-05-24 Cullen Rhodes[AArch64][SVE2] Asm: add various bitwise shift instructions
2019-05-24 Cullen Rhodes[AArch64][SVE2] Asm: add saturating add/sub instructions
2019-05-24 Neil HenningStructurizeCFG: Relax uniformity checks.
2019-05-24 Tim NorthoverGlobalISel: support swifterror attribute on AArch64.
2019-05-24 Simon Atanasyan[mips] Always check that `shift and add` optimization...
2019-05-24 Bjorn Pettersson[DSE] Bugfix to avoid PartialStoreMerging involving...
2019-05-24 QingShan Zhang[Power9] Add a specific heuristic to schedule the addi...
2019-05-24 Craig Topper[X86] Add test case that was supposed to go with r360102.
2019-05-24 Jordan Rupprecht[llvm-nm] Fix Bug 41353 - unique symbols printed as...
2019-05-24 David Blaikiedwarfdump: Deterministically... determine whether parsi...
2019-05-24 Reid Kleckner[AArch64] Preserve X8 for thunks ending in variadic...
2019-05-24 Serge Pavlov[AArch64] Add nvcast patterns for v2f32 -> v1f64
2019-05-24 David Blaikiedwarfdump: Add a bit more DWARF64 support
2019-05-24 Eli FriedmanRevert r361460
2019-05-24 Thomas Lively[WebAssembly] Expand more SIMD float ops
2019-05-24 Sanjay Patel[InstSimplify] fold insertelement-of-extractelement
2019-05-24 Sanjay Patel[InstSimplify] add tests for insert-of-extract; NFC
2019-05-23 Bob Haarmanfix accidental implicit matches in elf-disassemble...
2019-05-23 Sanjay Patel[InstSimplify] insertelement V, undef, ? --> V
2019-05-23 Roman LebedevUpdateTestChecks: ppc32 triple support
2019-05-23 Matt ArsenaultAMDGPU: Correct maximum possible private allocation...
2019-05-23 Alina Sbirlea[SLPVectorizer] Set flag to previous default.
2019-05-23 Sanjay Patel[InstCombine] be more careful when transforming a shuff...
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 Matt ArsenaultAMDGPU/GlobalISel: Legality for integer min/max
2019-05-23 Thomas Lively[WebAssembly] Add multivalue and tail-call target features
2019-05-23 Saleem AbdulrasoolTransforms: lower fadd and fsub atomicrmw instructions
2019-05-23 Shoaib Meenai[AsmPrinter] Treat a narrowing PtrToInt like Trunc
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 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 Roman Lebedev[NFC][X86] Fix check prefixes and autogenerate fold...
2019-05-23 James Henderson[llvm-objdump][test] Improve testing of some switches #2
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 Thomas Preud'homme[FileCheck] Introduce substitution subclasses
2019-05-23 Thomas Preud'hommeFileCheck: Improve FileCheck variable terminology
2019-05-22 Matt ArsenaultTableGen: Handle nontrivial foreach range bounds
2019-05-22 Craig Topper[X86] Explcitly disable VEXTRACT instruction matching...
2019-05-22 Craig Topper[X86][InstCombine] Remove InstCombine code that turns...
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 Roman Lebedev[NFC][X86][AArch64] Add tests for missing (x - y) ...
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 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 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 Roman Lebedev[NFC][X86][AArch64] Rewrite sink-addsub-of-const.ll...
2019-05-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of op_sel* and neg_...
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 Martin Storsjo[llvm-dlltool] Respect NONAME keyword
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 Nikita Popov[X86] Don't compare i128 through vector if construction...
2019-05-22 Seiya Nuta[NFC] Remove a blank line (test commit)
2019-05-22 Chen Zheng[PowerPC] [ISEL] select x-form instruction for unaligne...
2019-05-22 Pengfei Wang[X86] [CET] Deal with return-twice function such as...
2019-05-22 Sanjay Patel[InstCombine] fold shuffles of insert_subvectors
2019-05-21 Matt ArsenaultAMDGPU: Assume calls read exec
next