Allow Optionals to be compared to None
[oota-llvm.git] / test /
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 Juergen Ributzka[AArch64][FastISel] Don't fold shifts with UB.
2015-08-19 David Majnemer[X86] Emit more efficient >= comparisons against 0
2015-08-19 Dan Gohman[WebAssembly] Use the default alignment for SIMD types.
2015-08-19 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR...
2015-08-19 Paul RobinsonMinor tidying of regex in a test
2015-08-19 Douglas Katzman[Sparc]: asm-only support for the ldstub instruction.
2015-08-19 Alex LorenzMIR Serialization: Serialize instruction's register...
2015-08-19 Nemanja IvanovicTemporary fix for the self-host failures introduced...
2015-08-19 Alex LorenzMIR Serialization: Serialize defined registers that...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Douglas Katzman[SPARC] Enable writing to floating-point-state register.
2015-08-19 Ahmed Bougacha[AArch64] Improve short-form diags on long-form Match_I...
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 James Y Knight[SPARC] Fix BooleanContents, so that select of a trunc...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Silviu Baranga[ARM] Add instruction selection patterns for vmin/vmax
2015-08-19 Joerg SonnenbergerMap %fprs to %asr6 in the Sparc assembler parser.
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-19 Hal FinkelFix how DependenceAnalysis calls delinearization
2015-08-19 Eric ChristopherRevert "Fix PR24469 resulting from r245025 and re-enabl...
2015-08-19 Hal FinkelMake ScalarEvolution::isKnownPredicate a little smarter
2015-08-19 Chih-Hung HsiehSplit ARM and AArch64 emutls.ll test
2015-08-19 Alex LorenzMIR Serialization: Serialize MMI's variable debug infor...
2015-08-19 Quentin Colombet[BasicAA] Add a test for PR24468 to be sure we won...
2015-08-19 Quentin Colombet[BasicAA] Revert r221876 because it can produce incorre...
2015-08-18 Alex LorenzMIR Parser: Return true on error when parsing standalon...
2015-08-18 Alex LorenzMIR Serialization: Serialize the operand's bit mask...
2015-08-18 Alex LorenzMIR Serialization: Serialize the frame information...
2015-08-18 David Majnemer[InstSimplify] Don't assume getAggregateElement will...
2015-08-18 Joerg SonnenbergerLoad/store instructions for floating points with addres...
2015-08-18 Simon Pilgrim[X86] Refreshed sign extension tests.
2015-08-18 Simon Pilgrim[X86][AVX] Added shuffle concatenation tests
2015-08-18 Matthias BraunDAGCombiner: Improve DAGCombiner select normalization
2015-08-18 Matthias BraunDAGCombiner: Optimize SELECTs first before turning...
2015-08-18 Simon PilgrimUpdated constants to give more useful min/max constant...
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-08-18 Alex LorenzMIR Parser: Implicit register verifier should accept...
2015-08-18 Daniel Sanders[mips] Expand JAL instructions when PIC is enabled.
2015-08-18 Davide Italiano[MC] Convert another bunch of tests from macho-dump...
2015-08-18 Zoran Jovanovic[mips][microMIPS] Implement DDIV, DMOD, DDIVU and DMODU...
2015-08-18 Zoran Jovanovic[mips][microMIPS] Implement SW and SWE instructions
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-18 Justin BognerRevert "Constant propagation after hiting llvm.assume"
2015-08-18 Piotr PadlewskiConstant propagation after hiting llvm.assume
2015-08-17 Guozhi WeiAlign SP adjustment in function getSPAdjust
2015-08-17 Alex LorenzMIR Serialization: Serialize the local offsets for...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's range...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's noali...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's alias...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's TBAA...
2015-08-17 David Majnemer[WinEHPrepare] Replace unreasonable funclet terminators...
2015-08-17 Douglas Katzman[SPARC]: recognize '.' as the start of an assembler...
2015-08-17 James Molloy[ARM] Fix crash when targetting CPU without NEON
2015-08-17 Silviu Baranga[CostModel][AArch64] Increase cost of vector insert...
2015-08-17 Silviu Baranga[CostModel][ARM] Increase cost of insert/extract operations
2015-08-17 Artur PilipenkoTake alignment into account in isSafeToSpeculativelyExe...
2015-08-17 Joseph Tremoulet[WinEHPrepare] Fix catchret successor phi demotion
2015-08-17 Daniel Sanders[mips] [IAS] Add support for the DLA pseudo-instruction...
2015-08-17 Michael Kuperstein[GMR] isNonEscapingGlobalNoAlias() should look through...
2015-08-17 James MolloyGenerate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.
2015-08-17 Karthik BhatFix PR24469 resulting from r245025 and re-enable dead...
2015-08-17 David MajnemerRevert "[InstCombinePHI] Partial simplification of...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-16 Sanjay Pateltransform fmin/fmax calls when possible (PR24314)
2015-08-16 David MajnemerRevert "Add support for cross block dse. This patch...
2015-08-16 David Majnemer[InstCombine] Replace an and+icmp with a trunc+icmp
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-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-15 JF BastienAccelerate MergeFunctions with hashing
2015-08-15 Matt ArsenaultLoopStrengthReduce: Try to pass address space to isLega...
2015-08-15 Matt ArsenaultAMDGPU/SI: Fix printing useless info with amdhsa
2015-08-14 Sanjay Patelmake current codegen visible in the checks, so we can...
2015-08-14 Nick LewyckyFix a crash where a utility function wasn't aware of...
2015-08-14 Bjarke Hammersholt... [SCEV] Apply NSW and NUW flags via poison value analysi...
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 Ahmed Bougacha[AArch64] Fix FMLS scalar-indexed-from-2s-after-neg...
2015-08-14 Evgeniy Stepanov[msan] Fix handling of musttail calls.
2015-08-14 Alex LorenzMIR Serialization: Serialize the '.cfi_same_value'...
2015-08-14 Alex LorenzMIR Serialization: Serialize the external symbol call...
2015-08-14 Alex LorenzMIR Serialization: Serialize the global value call...
2015-08-14 Renato GolinRevert "[ARM] Fix MachO CPU Subtype selection"
2015-08-14 Alex LorenzMIR Serialization: Serialize the 'internal' register...
2015-08-14 Alex LorenzMIR Serialization: Serialize the bundled machine instru...
2015-08-14 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-14 Sanjay Patel[x86] fix allowsMisalignedMemoryAccess() implementation
2015-08-14 Vedant Kumar[test] Testing write access to llvm
next