WebAssembly: emit `(func (param t) (result t))` s-expressions
[oota-llvm.git] / test / CodeGen / X86 /
2015-08-25 Cong HouRemove the final bit test during lowering switch statem...
2015-08-25 Sanjay Patelmake fast unaligned memory accesses implicit with SSE4...
2015-08-25 Michael Kuperstein[X86] Remove references to _ftol2
2015-08-25 Michael Kuperstein[X86] Fix fptoui conversions
2015-08-25 Steve KingPass function attributes instead of boolean in isIntDiv...
2015-08-24 Simon Pilgrim[X86][SSE] Added tests for zero-extension vector shuffl...
2015-08-23 Sanjay Patelremove FIXME; fixed by r245733
2015-08-23 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of bitcasted EXTRACT_...
2015-08-21 Sanjay Patel[x86] enable machine combiner reassociations for 256...
2015-08-21 Sanjay Patelremove 'FeatureSlowUAMem' from AMD CPUs based on 10H...
2015-08-21 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-21 Sanjay Patelsave some testing time; get rid of the non-SSE chips...
2015-08-21 Sanjay Pateladd a test case to check the fast-unaligned-mem attribu...
2015-08-20 Ahmed Bougacha[X86] Look for scalar through one bitcast when lowering...
2015-08-20 Ahmed Bougacha[X86] Add some broadcast-from-memory tests.
2015-08-20 Ahmed Bougacha[X86] Replace avx2 broadcast intrinsics with native IR.
2015-08-20 David Majnemer[X86] Fix the (shl (and (setcc_c), c1), c2) -> (and...
2015-08-19 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-19 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-19 Simon Pilgrim[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding
2015-08-19 David Majnemer[X86] Emit more efficient >= comparisons against 0
2015-08-19 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Derek Schuffx32. Fixes a bug in x32 exception handling.
2015-08-19 JF Bastienx32. Fixes jmp %reg in x32
2015-08-19 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Tobias GrosserRevert "[X86] Widen the 'AND' mask if doing so shrinks...
2015-08-19 Michael Kuperstein[X86] Do not lower scalar sdiv/udiv to a shifts + mul...
2015-08-18 Simon Pilgrim[X86] Refreshed sign extension tests.
2015-08-18 Simon Pilgrim[X86][AVX] Added shuffle concatenation tests
2015-08-18 Simon PilgrimUpdated constants to give more useful min/max constant...
2015-08-18 Simon PilgrimFixed max/min typo in test names
2015-08-18 Simon Pilgrim[X86][SSE} Added constant SMAX/SMIN/UMAX/UMIN tests
2015-08-18 Simon Pilgrim[X86][SSE] Added extra vector truncation tests.
2015-08-16 David Majnemer[X86] Widen the 'AND' mask if doing so shrinks the...
2015-08-15 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-15 Simon PilgrimUpdated broadcast stack folding test to avoid use of...
2015-08-15 Sanjay Patelfix typos; NFC
2015-08-15 Sanjay Pateladd test case to show current codegen
2015-08-15 Simon Pilgrim[DAGCombiner] Attempt to mask vectors before zero exten...
2015-08-14 Sanjay Patelmake current codegen visible in the checks, so we can...
2015-08-14 Pat GavlinAdd a target environment for CoreCLR.
2015-08-14 Sanjay Patelmake current codegen visible in the checks, so we can...
2015-08-14 Sanjay Patel[x86] fix allowsMisalignedMemoryAccess() implementation
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-08-14 Simon PilgrimRenamed min tests (typo)
2015-08-13 Alex LorenzMIR Serialization: Change MIR syntax - use custom synta...
2015-08-13 Simon Pilgrim[X86][SSE] Tests for SMAX/SMIN/UMAX/UMIN vector instruc...
2015-08-12 Simon PilgrimCleaned up test. NFCI.
2015-08-12 Michael Kuperstein[X86] Disable mul -> shl + lea combine when compiling...
2015-08-12 Michael Kuperstein[X86] Allow x86 call frame optimization to fold more...
2015-08-12 Simon Pilgrim[InstCombine] Move SSE/AVX vector blend folding to...
2015-08-12 Sanjay Patel[x86] enable machine combiner reassociations for 256...
2015-08-11 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-11 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-11 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-11 Sanjay Pateladd missing tests for powi expansion with size optimiza...
2015-08-11 Sanjay Patelfixed to use FileCheck
2015-08-11 Sanjay Patelfixed to test attribute, rather than CPU
2015-08-11 Michael Kuperstein[X86] Allow merging of immediates within a basic block...
2015-08-11 Michael Kuperstein[X86] When optimizing for minsize, use POP for small...
2015-08-11 Michael KupersteinAllow PeepholeOptimizer to fold a few more cases
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Alex LorenzMachineVerifier: Handle the optional def operand in...
2015-08-10 Alex LorenzStackMap: FastISel: Add an appropriate number of immedi...
2015-08-10 JF Bastienx86: Emit LAHF/SAHF instead of PUSHF/POPF
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patel[x86, SSE]]add missing tests for load folding with...
2015-08-10 Simon Pilgrim[InstCombine] Move SSE2/AVX2 arithmetic vector shift...
2015-08-10 Jonathan RoelofsFix a few more cases of 'CHECK[^:]*$'. NFCI
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Robert LougherTrace copies when checking for rematerializability...
2015-08-08 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-07 Sanjay Pateladd a missing regression test for a DAGCombiner FDIV...
2015-08-07 Sanjay Patelredo r244360 (tighten checks...) after specifying triple
2015-08-07 Sanjay Pateltighten checks using update_llc_test_checks.py
2015-08-06 Kit BartonFix possible infinite loop in shrink wrapping when...
2015-08-06 Michael Kuperstein[X86] Improve EmitLoweredSelect for contiguous CMOV...
2015-08-05 Reid KlecknerFix Windows test failure with triple instead of using...
2015-08-05 JF Bastienx86 atomic: optimize a.store(reg op a.load(acquire...
2015-08-05 JF BastienRevert "Fix MO's analyzePhysReg, it was confusing sub...
2015-08-05 JF BastienFix MO's analyzePhysReg, it was confusing sub- and...
2015-08-04 Sanjay Patel[x86] machine combiner reassociation: mark EFLAGS opera...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-02 Simon Pilgrim[X86][SSE] Refreshed sse2 vector shift tests
2015-08-01 Simon Pilgrim[DAGCombiner] Convert constant AND masks to shuffle...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 Sanjay Patel[x86] reassociate integer multiplies using machine...
2015-07-30 Sanjay Patelfix memcpy/memset/memmove lowering when optimizing...
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-29 Simon Pilgrim[X86][SSE] Keep 32-bit target i64 vector shifts on...
2015-07-29 Simon Pilgrim[X86][SSE] Vectorize i64 ASHR operations
2015-07-29 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-28 Sanjay Patelignore duplicate divisor uses when transforming into...
next