AsmParser: Save and restore the parsing state for types using SlotMapping.
[oota-llvm.git] / test / CodeGen /
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-21 John Brawn[DAGCombiner] Fold together mul and shl when both are...
2015-08-21 James Y Knight[Sparc] Support user-specified stack object overalignment.
2015-08-21 Matthias BraunAArch64: Fix testcase of r245640
2015-08-20 Matthias BraunAArch64: Fix cmp;ccmp ordering
2015-08-20 Matthias BraunAArch64: Do not create CCMP on multiple users.
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-20 Hal Finkel[PowerPC] Fix value type on XVCMPEQDP for v2f64 comparisons
2015-08-20 Hal Finkel[PowerPC] Fix the int2fp(fp2int(x)) DAGCombine to ignor...
2015-08-20 Alex LorenzMIR Serialization: Use the global value syntax for...
2015-08-20 Alex LorenzMIR Serialization: Change syntax for the call entry...
2015-08-19 Alex LorenzMIR Serialization: Serialize unnamed local IR values...
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 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 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 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 Chih-Hung HsiehSplit ARM and AArch64 emutls.ll test
2015-08-19 Alex LorenzMIR Serialization: Serialize MMI's variable debug infor...
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 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 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-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 James Molloy[ARM] Fix crash when targetting CPU without NEON
2015-08-17 Joseph Tremoulet[WinEHPrepare] Fix catchret successor phi demotion
2015-08-17 James MolloyGenerate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.
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 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 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 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 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-14 James Molloy[AArch64] FMINNAN/FMAXNAN on f16 is not legal.
2015-08-13 Alex LorenzMIR Serialization: Change MIR syntax - use custom synta...
2015-08-13 Alex LorenzMIR Parser: Don't allow negative alignments for memory...
2015-08-13 Simon Pilgrim[X86][SSE] Tests for SMAX/SMIN/UMAX/UMIN vector instruc...
2015-08-13 Nemanja IvanovicScalar to vector conversions using direct moves
2015-08-13 James Molloy[ARM] Rejig vmax tests a bit
2015-08-13 James Molloy[AArch64] Small rejig of fmax tests, NFCI.
2015-08-13 Joseph Tremoulet[WinEHPrepare] Update demotion logic
2015-08-13 Ulrich Weigand[SystemZ] Support large LLVM IR struct return values
2015-08-13 John Brawn[ARM] Reorganise and simplify thumb-1 load/store selection
2015-08-13 Ahmed Bougacha[CodeGen] Mark the promoted FCOPYSIGN result FP_ROUND...
2015-08-13 Ahmed Bougacha[AArch64] Cleanup vector-fcopysign.ll test. NFC.
2015-08-13 Ahmed Bougacha[AArch64] Also custom-lowering mismatched vector/f16...
2015-08-13 Ahmed Bougacha[CodeGen] When Promoting, don't extend the 2nd FCOPYSIG...
next