OSDN Git Service

[X86][AsmParser] Don't consider %eip as a valid register outside of 32-bit mode.
[android-x86/external-llvm.git] / test /
2018-07-03 Craig Topper[X86][AsmParser] Don't consider %eip as a valid registe...
2018-07-03 Sanjay Patel[Constants] add identity constants for fadd/fmul
2018-07-03 Sanjay Patel[Reassociate] add tests for binop with identity constan...
2018-07-03 Sanjay Patel[Reassociate] regenerate checks; NFC
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for FP Complex ADD/MLA.
2018-07-03 Amara Emerson[AArch64][GlobalISel] Fix fallbacks introduced in r3361...
2018-07-03 Sanjay Patel[Reassociate] add test for missing FP constant analysis...
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for FMUL (indexed)
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for predicated unary operat...
2018-07-03 Simon Pilgrim[DAGCombiner] visitSDIV - Permit MIN_SIGNED_VALUE in...
2018-07-03 Sanjay Patel[InstCombine] fold shuffle-with-binop and common value
2018-07-03 Sjoerd Meijer[AArch64] Armv8.4-A: system registers
2018-07-03 Bjorn Pettersson[DebugInfo] Corrections for salvageDebugInfo
2018-07-03 Benjamin KramerRevert "[X86][SSE] Blend any v8i16/v4i32 shift with...
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for saturing ADD/SUB instru...
2018-07-03 Petar Jovanovic[MIPS GlobalISel] Lower arguments using stack
2018-07-03 Chandler Carruth[PM/LoopUnswitch] Fix PR37651 by correctly invalidating...
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for vector element FP compare.
2018-07-03 Shiva Chen[DebugInfo] Fix PR37395.
2018-07-03 Max Kazantsev[InstCombine] Delay foldICmpUsingKnownBits until simple...
2018-07-03 Craig Topper[X86] Add avx512vl command line to break-false-dep.ll
2018-07-03 Teresa Johnson[ThinLTO] Fix printing of aliases for distributed backe...
2018-07-02 Teresa JohnsonRemove absolute path in test
2018-07-02 Teresa Johnson[ThinLTO] Fix printing of module paths for distributed...
2018-07-02 Heejin Ahn[WebAssembly] Support for atomic stores
2018-07-02 Vadzim Dambrouski[ARM] Fix PR37382: Don't optimize mul.with.overflow...
2018-07-02 Tim Shen[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).
2018-07-02 Dan Gohman[WebAssembly] Fix fast-isel optimization of branch...
2018-07-02 Krzysztof Parzyszek[X86] Add phony registers for high halves of regs with...
2018-07-02 Fangrui SongReplace unused output filenames with /dev/null in tests
2018-07-02 Farhana Aleen[SLP] Recognize min/max pattern using instructions...
2018-07-02 Sanjay Patel[InstCombine] reverse canonicalization of add --> or...
2018-07-02 Francis Visoiu Mistrih[MC] Error on a .zerofill directive in a non-virtual...
2018-07-02 Dave Leenm: Add -no-weak flag for hiding weak symbols
2018-07-02 Simon Pilgrim[SLPVectorizer][X86] Begin adding alternate tests for...
2018-07-02 Vedant KumarTighten up a test for -check-debugify, NFC
2018-07-02 Simon Pilgrim[CostModel][X86] Add cost tests for fp rounding intrinsics
2018-07-02 Craig Topper[X86] Don't use aligned load/store instructions for...
2018-07-02 Amara Emerson[AArch64][GlobalISel] Any-extend vararg parameters...
2018-07-02 Sam Clegg[WebAssembly] Convert remaining tests from elf to wasm...
2018-07-02 Simon Pilgrim[X86][SSE] Blend any v8i16/v4i32 shift with 2 shift...
2018-07-02 Simon Pilgrim[X86][SSE] Add v8i16 shift test for 2 shift values...
2018-07-02 Sanjay Patel[ValueTracking] allow undef elements when matching...
2018-07-02 Yaron KerenDisable failing test on x86_64-pc-windows-gnu, see...
2018-07-02 Alex Bradbury[X86] Fix test/MC/AsmParser/exprs-invalid.s after rL336104
2018-07-02 Sanjay Patel[InstCombine] adjust shuffle tests with IR flags; NFC
2018-07-02 Florian HahnRecommit r328307: [IPSCCP] Use constant range informati...
2018-07-02 Sanjay Patel[InstCombine] add tests for shuffle-binop; NFC
2018-07-02 Simon Pilgrim[SLPVectorizer] Fix alternate opcode + shuffle cost...
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for (SQ)INCP/DECP (scalar...
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for (saturating) vector...
2018-07-02 Petar Jovanovic[Mips][FastISel] Do not duplicate condition while lower...
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for vector element compares...
2018-07-02 Sander de SmalenReapply r334980 and r334983.
2018-07-02 Max Kazantsev[NFC] Test that shows unprofitability of instcombine...
2018-07-02 QingShan Zhang[PowerPC] Don't make it as pre-inc candidate if displac...
2018-07-02 Piotr PadlewskiImplement strip.invariant.group
2018-07-02 Eric ChristopherAdd an entry for rodata constant merge sections to...
2018-07-01 Craig Topper[X86] Fix a few test names in avx512-intrinsics-fast...
2018-07-01 Sanjay Patel[InstCombine] add abs tests with undef elts; NFC
2018-07-01 Sanjay Patel[PatternMatch] allow undef elements in vectors with...
2018-07-01 David Green[UnrollAndJam] New Unroll and Jam pass
2018-07-01 Paul SemelRevert "[llvm-readobj] Fix printing format"
2018-07-01 Simon Pilgrim[SLPVectorizer][X86] Add some alternate tests for cast...
2018-07-01 Eugene Leviant[Evaluator] Improve evaluation of call instruction
2018-07-01 Paul Semel[llvm-readobj] Fix printing format
2018-06-30 Sanjay Patel[InstCombine] add tests for negate vector with undef...
2018-06-30 Simon Pilgrim[DAGCombiner] Handle correctly non-splat power of 2...
2018-06-30 Craig Topper[X86] Update some avx512 fast-isel tests to match their...
2018-06-30 Craig Topper[X86] Change some chec-prefixes from X32 to X86 to...
2018-06-30 Craig Topper[X86] Remove test cases from avx512vl-intrinsics-fast...
2018-06-30 Tom StellardAMDGPU/GlobalISel: Make IMPLICIT_DEF of all sizes ...
2018-06-30 Jessica Paquette[MachineOutliner] Add support for target-default outlining.
2018-06-30 Craig Topper[X86] Remove masking from avx512 rotate intrinsics...
2018-06-29 Chandler Carruth[instsimplify] Move the instsimplify pass to use more...
2018-06-29 Heejin Ahn[WebAssembly] Update comments for non-splat pow2 vector...
2018-06-29 Alex Shlyapnikov[HWASan] Do not retag allocas before return from the...
2018-06-29 Sean FertileRevert "Extend CFGPrinter and CallPrinter with Heat...
2018-06-29 Matt ArsenaultAMDGPU: Don't use struct type for argument layout
2018-06-29 Craig Topper[X86] Limit the number of target specific nodes emitted...
2018-06-29 Sean FertileExtend CFGPrinter and CallPrinter with Heat Colors
2018-06-29 Jonas Devlieghere[dsymutil] Make the CachedBinaryHolder the default
2018-06-29 Petar Jovanovic[mips] Support shrink-wrapping
2018-06-29 Stanislav Mekhanoshin[AMDGPU] Enable LICM in the BE pipeline
2018-06-29 Jessica Paquette[MachineOutliner] Add always and never options to ...
2018-06-29 Sanjay Patel[InstCombine] add more tests for shuffle-binop folds...
2018-06-29 Alexey Bataev[DEBUG_INFO, NVPTX] Do not emit .debug_loc section.
2018-06-29 Sanjay Patel[InstCombine] enhance shuffle-of-binops to allow differ...
2018-06-29 Roman ShirokiyFix overconfident assert in ScalarEvolution::isImpliedV...
2018-06-29 Sjoerd Meijer[AArch64] Armv8.4-A: Virtualization system registers
2018-06-29 Simon Pilgrim[X86][SSE] Support v16i8/v32i8 vector rotations
2018-06-29 Roman LebedevSCEVExpander::expandAddRecExprLiterally(): check before...
2018-06-29 Craig Topper[X86] Remove masking from the avx512 packed sqrt intrin...
2018-06-28 Sterling AugustineRequire x86 for this test.
2018-06-28 Jessica Paquette[MachineOutliner] Never add the outliner in -O0
2018-06-28 Sanjay Patel[InstCombine] adjust shuffle tests; NFC
2018-06-28 Jake Ehrlich[llvm-readobj] Add experimental support for SHT_RELR...
2018-06-28 Martin Storsjo[COFF] Fix constant sharing regression for MinGW
2018-06-28 Teresa Johnson[ThinLTO] Port InlinerFunctionImportStats handling...
2018-06-28 Eli Friedman[ARM] Add missing Thumb2 assembler diagnostics.
next