[SimplifyLibCalls] Add a new transformation: pow(exp(x), y) -> exp(x*y)
[oota-llvm.git] / test / CodeGen /
2015-11-03 Simon Pilgrim[X86][XOP] Add support for the matching of the VPCMOV...
2015-11-03 Rafael EspindolaRemove unnecessary dependency on section and string...
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-11-02 Matt ArsenaultAMDGPU: Stop assuming vreg for build_vector
2015-11-02 Matt ArsenaultAMDGPU: Error on graphics shaders with HSA
2015-11-02 Matt ArsenaultAMDGPU: Un XFAIL a test
2015-11-02 Matt ArsenaultAMDGPU: Distribute SGPR->VGPR copies of REG_SEQUENCE
2015-11-02 Cong HouIn MachineBlockPlacement, filter cold blocks off the...
2015-11-02 James Y KnightFix two issues in MergeConsecutiveStores:
2015-11-02 Nemanja IvanovicFix for bootstrap bug introduced in r244921
2015-11-02 Igor BregerAVX512: Implemented encoding and intrinsics for VBROADC...
2015-11-02 Craig Topper[X86] Don't pass a scale value of 0 to scatter/gather...
2015-11-01 Elena DemikhovskyAVX-512: Optimized SIMD truncate operations for AVX512F...
2015-10-30 JF Bastien[WebAssembly] Fix import statement
2015-10-30 Tim NorthoverARM: add extra test for watchOS ABI
2015-10-29 Weiming ZhaoRevert "[ARM] Remove XFAIL on test/CodeGen/Generic...
2015-10-29 Simon Pilgrim[X86][SSE] Added load+sext tests for 16i1->16i8 and...
2015-10-29 Simon Pilgrim[X86][SSE] Shuffle blends with zero
2015-10-29 Weiming Zhao[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranc...
2015-10-29 Jonas Paulsson[SystemZ] Make the CCRegs regclass non-allocatable.
2015-10-29 Marek OlsakAMDGPU/SI: handle undef for llvm.SI.packf16
2015-10-29 Marek OlsakAMDGPU/SI: use S_OR for fneg (fabs f32)
2015-10-29 Marek OlsakAMDGPU/SI: use S_AND for i1 trunc
2015-10-29 Zoran Jovanovic[mips] wrong opcode for ll/sc instructions on mipsr6...
2015-10-29 Vasileios Kalintiris[mips] Check the register class before replacing materi...
2015-10-29 Jonas Paulsson[MachineVerifier] Analyze MachineMemOperands for mem...
2015-10-29 JF Bastien[WebAssembly] Update opcode name format for conversions
2015-10-28 Hal Finkel[PowerPC] Recurse through constants when looking for...
2015-10-28 Hal Finkel[PowerPC] Don't return unsupported register classes...
2015-10-28 Tim NorthoverARM: add support for WatchOS's compact unwind information.
2015-10-28 Tim NorthoverARM: teach backend about WatchOS and TvOS libcalls.
2015-10-28 Tim NorthoverARM: add backend support for the ABI used in WatchOS
2015-10-28 Hal Finkel[PowerPC] Cleanly reject asm crbit constraint with...
2015-10-28 Hal Finkel[PowerPC] Fix CodeGen/PowerPC/crbit-asm.ll test for -O1
2015-10-28 JF BastienWebAssembly: disable some loop-idiom recognition
2015-10-28 Hal Finkel[PowerPC] Replace cntlz[.] with cntlzw[.]
2015-10-28 Sanjoy Das[SelectionDAG] Don't inspect !range metadata for extend...
2015-10-27 Simon Pilgrim[X86][AVX512] Test UNPCK with non-sequential scalars
2015-10-27 Sanjay PatelUse the 'arcp' fast-math-flag when combining repeated...
2015-10-27 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-27 Asaf Badouh[X86][AVX512] [X86][AVX512] add convert float to half
2015-10-27 Charlie Turner[ARM] Expand ROTL and ROTR of vector value types
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-27 Sanjay Patel[x86] replace integer logic ops with packed SSE FP...
2015-10-27 Steve KingFix llc crash processing S/UREM for -Oz builds caused...
2015-10-26 Sanjay Pateladd FP logic test cases to show current codegen (PR22428)
2015-10-26 Chandler Carruth[x86] Make the vselect-minmax test 2x to 3x faster...
2015-10-26 Tim NorthoverARM: make sure VFP loads and stores are properly aligned.
2015-10-26 Peter CollingbourneFix tests.
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-26 Jonas Paulsson[SystemZ] LTGFR use regclass should be GR32, not GR64.
2015-10-26 Jonas Paulsson[SystemZ] Also clear kill flag for index reg in splitMo...
2015-10-26 Jonas Paulsson[SystemZ] Don't forget the CC def op on LTEBRCompare...
2015-10-26 Jonas Paulsson[SystemZ] Tie operands in SystemZShorteInst if MI becom...
2015-10-26 Vasileios Kalintiris[mips] Check for the correct error message in tests...
2015-10-26 Igor Bregerfix test errors (on windows) for commit r251287
2015-10-26 Igor BregerAVX512: Enabled VPBROADCASTB lowering for v64i8 vectors.
2015-10-26 Vasileios Kalintiris[mips] Interrupt attribute support for mips32r2+.
2015-10-26 Igor BregerAVX-512: Use correct extract vector length.
2015-10-26 James Molloy[ARM] Handle the inline asm constraint type 'o'
2015-10-26 Igor BregerAVX512: Add AVX-512 not materializable instructions.
2015-10-25 Simon Pilgrim[X86][AVX] Regenerate tests.
2015-10-25 Simon Pilgrim[X86][SSE4A] Fix for EXTRQI shuffle lowering.
2015-10-25 Simon Pilgrim[X86][SSE] Refreshed tests (missing AVX512 patterns)
2015-10-25 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
2015-10-25 Simon Pilgrim[X86][SSE] Added tests for shuffling through bitcasts.
2015-10-25 Simon Pilgrim[X86][SSE] vector sext/zext tests - remove unnecessary...
2015-10-25 Simon Pilgrim[X86][SSE] shift/rotate tests - remove unnecessary...
2015-10-25 Simon Pilgrim[X86] PMOV*X* tests - remove unnecessary mcpu arguments...
2015-10-25 Simon Pilgrim[X86] Stack folding tests - just use mtriple - no need...
2015-10-25 Michael Kuperstein[X86] Use correct calling convention for MCU psABI...
2015-10-24 Simon Pilgrim[X86][SSE] Use lowerVectorShuffleWithUNPCK instead...
2015-10-24 Simon PilgrimRemoved old FIXME - we do generate movddup for SSE3...
2015-10-24 Simon Pilgrim[DAGCombiner] Generalize masking of constant rotates.
2015-10-24 Hans WennborgX86ISelLowering: Support tail calls to/from callee...
2015-10-24 Simon Pilgrim[X86][XOP] Add support for lowering vector rotations
2015-10-23 Reid Kleckner[X86] Clean up the tail call eligibility logic
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-23 Oleg Ranevskyy[ARM CodeGen] @llvm.debugtrap call may be removed when...
2015-10-23 Joseph Tremoulet[CodeGen] Mark setjmp/catchret MBBs address-taken
2015-10-23 James MolloyRevert "[AArch64]Merge halfword loads into a 32-bit...
2015-10-22 Zia Ansari[X86] - Catch extra combine opportunities for redundant...
2015-10-22 Pirama Arumuga NainarFix incorrect target triple in fp16-promote.ll
2015-10-22 Daniel Sanders[mips][mips16] Fix typo in FileCheck directive.
2015-10-22 Asaf Badouh[X86][AVX512] extend vcvtph2ps to support xmm/ymm and...
2015-10-22 Elena DemikhovskyAVX-512: Fixed a bug in select_cc for i1 type
2015-10-22 JF BastienWebAssembly: fix more syntax
2015-10-22 Pete CooperAdd missing load/store flags to thumb2 instructions.
2015-10-21 Matt ArsenaultAMDGPU: Fix verifier error in SIFoldOperands
2015-10-21 Joerg SonnenbergerDrop assert that a call with struct return goes to...
2015-10-21 Reid Kleckner[WinEH] Add test for llvm.va.start in catchpad
2015-10-21 Sanjay Patel[x86] add test case that shows holes in LEA isel
2015-10-21 Daniel Sanders[mips][mips16] Re-work the inline assembly stubs to...
2015-10-21 Elena DemikhovskyMasked Load/Store optimization for scalar code
2015-10-21 Daniel Sanders[mips][msa] Remove copy_u.d and move copy_u.w to MSA64.
2015-10-21 Jonas PaulssonLet MachineVerifier be aware of mem-to-mem instructions.
2015-10-21 Krzysztof ParzyszekTail duplication can mix incompatible registers in...
2015-10-21 JF BastienWebAssembly: support imports
2015-10-20 Krzysztof Parzyszek[Hexagon] Bit-based instruction simplification
next