OSDN Git Service

[AMDGPU] Regenerate vector sub tests
[android-x86/external-llvm.git] / test /
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
2019-05-21 Matt ArsenaultAMDGPU: Add some tests for inlineasm behavior
2019-05-21 Matt ArsenaultAMDGPU: Assume call pseudos are convergent
2019-05-21 Matt ArsenaultAMDGPU: Fix not marking new gfx10 SGPRs as CSRs
2019-05-21 Dan Gohman[WebAssembly] Add the signature for the new llround...
2019-05-21 Roman Lebedev[NFC][AMDGPU] Autogenerate llvm.amdgcn.s.barrier.ll...
2019-05-21 Roman Lebedev[NFC][X86] Autogenerate ragreedy-hoist-spill.ll test
2019-05-21 Roman Lebedev[NFC][Thumb2] Autogenerate thumb2-ldr_pre.ll test
2019-05-21 Sanjay Patel[InstCombine] add more tests for shuffle folding; NFC
2019-05-21 Nikita Popov[X86] Add large integer comparison tests for PR41971...
2019-05-21 Cameron McInally[NFC][InstCombine] Add unary fneg tests to operand...
2019-05-21 Cameron McInally[NFC][InstCombine] Add unary FNeg tests to X86/x86...
2019-05-21 Yi-Hong LyuMove csr-save-restore-order.ll to the right place
2019-05-21 Roman Lebedev[NFC][X86][AArch64] Add tests for sinking of add/sub...
2019-05-21 Stanislav MekhanoshinFix register coalescer failure to prune value
2019-05-21 Leonard Chan[Intrinsic] Signed Fixed Point Saturation Multiplicatio...
2019-05-21 Simon Pilgrim[X86][SSE] computeKnownBitsForTargetNode - add X86ISD...
2019-05-21 Paul RobinsonFix typo in r361251.
2019-05-21 Roman Lebedev[NFC][X86][AArch64] Shift amount masking: tests that...
2019-05-21 Paul Robinson[DebugInfo] Fix tests missed by r362148
2019-05-21 Paul RobinsonDe-Window-ize a test
2019-05-21 Paul Robinson[DebugInfo] Handle '# line "file"' correctly for asm...
2019-05-21 Bob HaarmanRevert r360902 "Resubmit: [Salvage] Change salvage...
2019-05-21 Paul Robinson[DebugInfo] Handle -main-file-name correctly for asm...
2019-05-21 Simon Pilgrim[X86][SSE] Add shuffle tests for 'splat3' patterns.
2019-05-21 Roman Lebedev[NFC][X86][AArch64] Add some more tests for shift amoun...
2019-05-21 George Rimar[llvm-objdump] Make --disassemble-functions imply -d
2019-05-21 Clement Courbet[MergeICmps] Preserve the dominator tree.
2019-05-21 Fangrui Song[PPC64] Update LocalEntry from assigned symbols
2019-05-21 Florian Hahn[AArch64] Skip mask checks for masks with an odd number...
2019-05-21 Eugene Leviant[llvm-objcopy] Strip file symbols with --strip-unneeded
2019-05-21 Cullen Rhodes[AArch64][SVE2] Asm: add integer unary instructions...
2019-05-21 Cullen Rhodes[AArch64][SVE2] Asm: add integer pairwise arithmetic...
2019-05-21 Sam Parker[ARM][CGP] Skip nuw in PrepareConstants
2019-05-21 Dylan McKayAdd TargetLoweringInfo hook for explicitly setting...
2019-05-21 QingShan Zhang[NFC][PowerPC] Add a test to verify if the scheduler...
2019-05-21 Nikita PopovMove thumbv7k test from AArch64 to ARM
2019-05-21 Chen Zheng[PowerPC] test cases for selecting x-form instruction...
2019-05-20 Matt ArsenaultAMDGPU: Force skip branches over calls
2019-05-20 Martin Storsjo[AArch64] Handle lowering lround on windows, where...
2019-05-20 Nikita Popov[LFTR] Add additional PR31181 test cases
2019-05-20 Cameron McInally[InstCombine] Add visitFNeg(...) visitor for unary...
2019-05-20 Sanjay Patel[InstCombine] auto-generate test checks; NFC
2019-05-20 Craig Topper[X86] Add test case for r361177.
2019-05-20 Nick Desaulniers[INLINER] allow inlining of blockaddresses if sole...
2019-05-20 Nikita Popov[SDAG] Vector op legalization for overflow ops
2019-05-20 George Rimar[llvm-readelf] - Rework how we parse the .dynamic section.
2019-05-20 Matt ArsenaultRegAlloc: Fix verifier error with undef identity copies
2019-05-20 Dmitri GribenkoFixed the Bindings/OCaml/core.ml test
2019-05-20 Cullen Rhodes[AArch64][SVE2] Asm: add SADALP and UADALP instructions
2019-05-20 Cameron McInally[InstSimplify] Teach fsub -0.0, (fneg X) ==> X about...
2019-05-20 Orlando Cazalet... Resubmit "[DebugInfo] Update loop metadata for inlined...
2019-05-20 Orlando Cazalet... Revert "[DebugInfo] Update loop metadata for inlined...
2019-05-20 Cullen Rhodes[AArch64][SVE2] Asm: add int halving add/sub (predicate...
2019-05-20 Cullen Rhodes[AArch64][SVE2] Asm: add saturating multiply-add interl...
2019-05-20 Sander de SmalenMatch types of accumulator and result for llvm.experime...
2019-05-20 Orlando Cazalet... [DebugInfo] Update loop metadata for inlined loops
2019-05-20 Carl Ritson[AMDGPU] gfx1010 Avoid SMEM WAR hazard for some s_waitc...
2019-05-19 Sanjay Patel[InstSimplify] fold fcmp (maxnum, X, C1), C2
2019-05-18 Roman Lebedev[NFC][AArch64] Autogenerate fcopysign.ll test
2019-05-18 Roman Lebedev[NFC][AArch64] Autogenerate bitfield-insert.ll, selectc...
2019-05-18 Dylan McKay[AVR] Fix 'symbol_relocations.s' MC test
next