MIR Serialization: Serialize the global value call entry pseudo source values.
[oota-llvm.git] / test / CodeGen / X86 /
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...
2015-07-28 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-28 Alex LorenzAdd a test case for r242191 ([MMX] Use the appropriate...
2015-07-28 Chih-Hung HsiehMove unit tests to target specific directories.
2015-07-28 Sanjay Pateladd tests to show broken current behavior of minsize...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Simon Pilgrim[X86][SSE] Use bitmasks instead of shuffles where possible.
2015-07-28 Igor BregerAVX512: Implemented encoding and intrinsics for VGETEXP...
2015-07-28 Sanjay Patelfix invalid load folding with SSE/AVX FP logical instru...
2015-07-27 NAKAMURA TakumiTweak llvm/test/CodeGen/X86/virtual-registers-cleared...
2015-07-27 Simon Pilgrim[X86][SSE] Added shuffle tests to demonstrate missed...
2015-07-27 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-27 Alex LorenzReset the virtual registers in liveins when clearing...
2015-07-27 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-26 Simon Pilgrim[X86][SSE] Refreshed vector bit count tests.
2015-07-26 Simon Pilgrim[X86][AVX2] Refreshed avx2 conversion tests
2015-07-26 Igor BregerImplemented encoding and intrinsics of the following...
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero load exten...
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero extension...
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-23 Sanjay Patelfix crash in machine trace metrics due to processing...
2015-07-23 Michael Kuperstein[X86] Allow load folding into PUSH instructions
2015-07-23 Elena DemikhovskyX86: Fixed assertion failure in 32-bit mode
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-23 Igor BregerAVX : Fix ISA disabling in case AVX512VL , some instruc...
2015-07-22 Asaf Badouh[X86][AVX512] add reduce/range/scalef/rndScale
2015-07-22 Elena DemikhovskyAVX-512: Added intrinsics for VCVT* instructions.
2015-07-21 Igor BregerAVX512 : Implemented VPMADDUBSW and VPMADDWD instruction ,
2015-07-20 Sanjoy Das[ImplicitNullChecks] Work with implicit defs.
2015-07-19 Simon Pilgrim[X86][SSE] Tidied up vector CTLZ/CTTZ. NFCI.
2015-07-19 Elena DemikhovskyAVX-512: Floating point conversions for SKX - DAG Lowering.
2015-07-18 Simon Pilgrim[X86][SSE] Added additional fp/int tests.
2015-07-18 Simon PilgrimRefreshed tests.
2015-07-18 Simon PilgrimRefreshed tests and reordered in descending integer...
2015-07-18 Simon PilgrimTidyup shufflevector calls - don't repeat inputs if...
2015-07-17 Rafael EspindolaUse small encodings for constants when possible.
2015-07-16 Simon Pilgrim[X86][SSE] Added nounwind attribute to vector shift...
2015-07-16 Simon Pilgrim[X86][SSE] Updated vector conversion test names.
2015-07-16 James Molloy[Codegen] Add intrinsics 'absdiff' and corresponding...
2015-07-16 Michael Kuperstein[X86] Test for r242395 (Fix emitPrologue() to make...
2015-07-16 Michael Kuperstein[X86] Reapply r240257 : "Allow more call sequences...
2015-07-16 Reid KlecknerRevert "[X86] Allow more call sequences to use push...
2015-07-15 Bruno Cardoso LopesRevert "Look through PHIs to find additional register...
next