OSDN Git Service

[CFLAA] Be more conservative with values we haven't seen.
[android-x86/external-llvm.git] / test /
2016-08-02 Krzysztof Parzyszek[Hexagon] Recognize vcombine in copy propagation
2016-08-02 Michael Zolotukhin[LoopUnroll] Fix a PowerPC test broken by r277524.
2016-08-02 Michael Zolotukhin[LoopUnroll] Switch the default value of -unroll-runtim...
2016-08-02 Artem Belevich[NVPTX] remove unnecessary named metadata update that...
2016-08-02 Wei Mi[LoopVectorize] Change comment for isOutOfScope in...
2016-08-02 Tim NorthoverAArch64: properly calculate cmpxchg status in FastISel.
2016-08-02 Sanjoy Das[IRCE] Preserve DomTree and LCSSA
2016-08-02 Nicolai HaehnleAMDGPU: Stay in WQM for non-intrinsic stores
2016-08-02 Michael Zolotukhin[LoopUnroll] Ensure we create prolog loops in simplifie...
2016-08-02 Nirav DaveFix handling of end-of-line preprocessor comments Attempt 2
2016-08-02 Nicolai HaehnleAMDGPU: Track physical registers in SIWholeQuadMode
2016-08-02 Ahmed Bougacha[AArch64][GlobalISel] Replace test REQUIRES with lit...
2016-08-02 Ahmed Bougacha[AArch64] Remove useless 'import re' from CodeGen lit...
2016-08-02 Krzysztof Parzyszek[Hexagon] Prefer _io over _rr for 64-bit store with...
2016-08-02 Nirav Dave[MC] Fix Intel Operand assembly parsing for .set ids
2016-08-02 Ahmed Bougacha[AArch64][GlobalISel] Add REQUIRES: global-isel to...
2016-08-02 Ahmed Bougacha[GlobalISel] Set the Selected MF property.
2016-08-02 Ahmed Bougacha[GlobalISel] Verify Selected MF property.
2016-08-02 Ahmed Bougacha[GlobalISel] Add Selected MachineFunction property.
2016-08-02 Ahmed Bougacha[GlobalISel] Set and require RegBankSelected MF property.
2016-08-02 Ahmed Bougacha[GlobalISel] Verify RegBankSelected MF property.
2016-08-02 Ahmed Bougacha[GlobalISel] Add RegBankSelected MachineFunction property.
2016-08-02 Matthew Simpson[LV] Generate both scalar and vector integer induction...
2016-08-02 Ahmed Bougacha[GlobalISel] Set, require, and verify Legalized MF...
2016-08-02 Ahmed Bougacha[GlobalISel] Add Legalized MachineFunction property.
2016-08-02 Nirav DaveRevert "[MC] Fix handling of end-of-line preprocessor...
2016-08-02 Matthew Simpson[LV] Untangle the concepts of uniform and scalar
2016-08-02 Nirav Dave[MC] Fix handling of end-of-line preprocessor comments
2016-08-02 Sam Parker[ARM] Improve smul* and smla* isel for Thumb2
2016-08-02 Ahmed Bougacha[GlobalISel] Don't RegBankSelect target-specific instru...
2016-08-02 Ahmed Bougacha[GlobalISel] Don't legalize non-generic instructions.
2016-08-02 Igor Breger[AVX512] Don't use i128 masked gather/scatter/load...
2016-08-02 Matt ArsenaultAArch64: Add missing branch relaxation tests
2016-08-02 Craig Topper[AVX-512] Correct ExeDomain for many AVX-512 instructions.
2016-08-02 Sanjoy Das[Verifier] Improve test coverage for rL277413
2016-08-02 Sanjoy Das[Verifier] Disallow illegal ptr<->int casts in Constant...
2016-08-02 Bruno Cardoso LopesRevert r277408 and r277407
2016-08-02 Sean SilvaCodeExtractor : Add ability to preserve profile data.
2016-08-02 Nirav DaveFix test from rL277407.
2016-08-02 Nirav Dave[MC] Fix handling of end-of-line preprocessor comments
2016-08-01 Hans WennborgRevert r276895 "[MC][X86] Fix Intel Operand assembly...
2016-08-01 Derek Schuff[WebAssembly] Support CFI for WebAssembly target
2016-08-01 Lang Hames[Orc] Fix common symbol support in ORC.
2016-08-01 Michael Kuperstein[PM] Port SpeculativeExecution to the new PM
2016-08-01 Derek Schuff[WebAssembly] Add asm.js-style exception handling support
2016-08-01 Zachary Turner[msf] Teach LLVM to parse a split Fpm.
2016-08-01 Michael Kuperstein[DAGCombine] Make sext(setcc) combine respect getBoolea...
2016-08-01 Ron Lieberman[Hexagon] Generate vector printing instructions
2016-08-01 George Burgess IV[CFLAA] Remove modref queries from CFLAA.
2016-08-01 Evandro Menezes[AArch64] Add support for Samsung Exynos M2 (NFC).
2016-08-01 David MajnemerIncluded test for r277360.
2016-08-01 David Majnemer[Verifier] Resume instructions can only be in functions...
2016-08-01 Krzysztof Parzyszek[Hexagon] Check for offset overflow when reserving...
2016-08-01 Nirav DaveAdd removed inline-assembly-comment test from r277146
2016-08-01 Daniel Sanders[mips][fastisel] Correct argument lowering for (f64...
2016-08-01 Valery Pykhtin[AMDGPU] refactor DS instruction definitions. NFC.
2016-08-01 Simon Pilgrim[X86] Use implicit masking of SHLD/SHRD shift double...
2016-08-01 Simon PilgrimFixed test check ordering issue on windows buildbots
2016-08-01 James Molloy[SimplifyCFG] Fix nasty RAUW bug from r277325
2016-08-01 Diana Picus[AArch64] Return the correct size for TLSDESC_CALLSEQ
2016-08-01 Craig Topper[AVX-512] Fix a test missed in r277327.
2016-08-01 James Molloy[SimplifyCFG] Try and pacify buildbots after r277325
2016-08-01 Craig Topper[AVX-512] Fix duplicate column in AVX512 execution...
2016-08-01 Craig Topper[X86] Regenerate a test to pick up shuffle comments...
2016-08-01 James Molloy[SimplifyCFG] Range reduce switches
2016-08-01 Hrvoje Varga[mips] Clang generates unaligned offset for MSA instruc...
2016-08-01 Diana Picus[AArch64] Register passes so they can be run by llc
2016-08-01 Craig Topper[AVX-512] Teach X86InstrInfo::getLargestLegalSuperClass...
2016-08-01 Craig Topper[AVX512] Replace scalar fp arithmetic intrinsics with...
2016-08-01 Sean SilvaRevert r277313 and r277314.
2016-08-01 Sean SilvaMove this test to x86-specific directory.
2016-08-01 Sean SilvaFix - CodeExtractor : Inherit Target Dependent Attribut...
2016-08-01 Sean SilvaAdd the tests for r277313
2016-07-31 Simon Pilgrim[X86][SSE] Regenerate frem tests
2016-07-31 Simon Pilgrim[X86][SSE] Regenerate fpext tests
2016-07-31 Craig Topper[AVX512] Always use EVEX encodings for 128/256-bit...
2016-07-31 Craig Topper[AVX512] Add VLX packed move instructions to the execut...
2016-07-31 Craig Topper[AVX512] Stop treating VR512 specially in getLoadStoreR...
2016-07-31 Craig Topper[AVX512] Add X86::VR512RegClassID to X86RegisterInfo...
2016-07-31 Simon Pilgrim[X86] Improve 64-bit shifts on 32-bit targets (PR14593)
2016-07-31 Simon Pilgrim[X86] Add tests for the lowering SHLD/SHRD from manual...
2016-07-31 Craig Topper[AVX-512] Don't let ExeDependencyFix pass convert VPAND...
2016-07-31 Simon Pilgrim[X86] Add tests for the lowering SHLD/SHRD from manual...
2016-07-30 Simon Pilgrim[SLPVectorizer][X86] Added vXi8/vXi16 sitofp/uitofp...
2016-07-30 Simon Pilgrim[X86][SSE] Regenerate vshift tests
2016-07-30 Simon Pilgrim[SLPVectorizer][X86] Added SITOFP/UITOFP vectorization...
2016-07-30 Simon Pilgrim[X86][AVX] Added signum example test functions from...
2016-07-30 Simon Pilgrim[X86][X87] Add vector arithmetic tests for targets...
2016-07-30 Simon Pilgrim[X86][SSE] Let 64-bit targets use the fast 2i32-2f32...
2016-07-30 Matt ArsenaultAMDGPU: Fix shouldConvertConstantLoadToIntImm behavior
2016-07-29 Weiming ZhaoDAG: avoid duplicated truncating for sign extended...
2016-07-29 Tim NorthoverGlobalISel: translate "unreachable" (into nothing)
2016-07-29 Tim NorthoverGlobalISel: support translation of intrinsic calls.
2016-07-29 Kevin EnderbyThink this will fix issues with the error messages...
2016-07-29 Michael Kuperstein[X86] Match PSADBW in straight-line code
2016-07-29 Michael Kuperstein[Hexagon] Fix test that uses -debug-only to require...
2016-07-29 Rui Ueyamapdbdump: Dump Free Page Map contents.
2016-07-29 Simon Pilgrim[X86][AVX] Fix VBROADCASTF128 selection bug (PR28770)
2016-07-29 Tim NorthoverCodeGen: add new "intrinsic" MachineOperand kind.
2016-07-29 Eli BenderskyAdd a REQUIRES: assert on a Lanai test that uses a...
next