R600/SI: Cleanup code with ChangeToFPImmediate
[oota-llvm.git] / test /
2014-10-17 Matt ArsenaultR600/SI: Allow comuting fp immediates
2014-10-17 Peter CollingbourneWe also need to catch OSError here.
2014-10-17 Matt ArsenaultR600/SI: Remove SI_BUFFER_RSRC pseudo
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-10-17 Andrea Di Biagio[X86] Fix missed selection of non-temporal store of...
2014-10-17 James Molloy[AArch64] Fix a silent codegen fault in BUILD_VECTOR...
2014-10-17 Rafael EspindolaDon't crash if find_executable return None.
2014-10-17 Bill Schmidt[PowerPC] Enable use of lxvw4x/stxvw4x in VSX code...
2014-10-17 Jan VeselyR600: Add EG to FMA test
2014-10-17 Jan VeselySelectionDAG: Add sext_inreg optimizations
2014-10-17 Vasileios Kalintiris[mips] Add support for COP1's Branch-On-Cond-Likely...
2014-10-17 Vasileios Kalintiris[mips] Add support for COP0's Branch-On-Cond-Likely...
2014-10-17 Hal Finkel[DSE] Remove no-data-layout-only type-based overlap...
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Bill Schmidt[PPC] Adjust some PowerPC tests to account for presence...
2014-10-17 Rafael EspindolaAdd a test that would have found the bug in r219829.
2014-10-17 Akira HatanakaARM: Fix a bug which was causing convergence failure...
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-17 Peter Zotov[OCaml] Add Llvm.instr_clone.
2014-10-17 Alexander Potapenko[llvm-symbolizer] Introduce the -dsym-hint option.
2014-10-16 Peter CollingbourneAdd our own copy of the find_executable function to...
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-16 Matt ArsenaultR600: Fix nonsensical implementation of computeKnownBit...
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-16 Bjorn SteinbrinkAllow call-slop optzn for destinations with a suitable...
2014-10-16 Sanjay Patelfold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
2014-10-16 Juergen Ributzka[AArch64] Fix miscompile of sdiv-by-power-of-2.
2014-10-16 Vasileios Kalintiris[mips] Account for endianess when expanding BuildPairF6...
2014-10-16 Vasileios Kalintiris[mips] Marked the DI/EI instruction aliases as MIPS32r2
2014-10-16 Akira HatanakaReapply r219832 - InstCombine: Narrow switch instructio...
2014-10-16 Saleem AbdulrasoolTRE: make TRE a bit more aggressive
2014-10-16 Akira HatanakaRevert r219832.
2014-10-15 Sanjoy DasRevert "r219834 - Teach ScalarEvolution to sharpen...
2014-10-15 Hal FinkelPreserve non-byval pointer alignment attributes using...
2014-10-15 Adam Nemet[AVX512] Add DQ subvector inserts
2014-10-15 Adam Nemet[AVX512] Add SKX testing to avx512-insert-extract.ll
2014-10-15 Adam Nemet[AVX512] Fix test to produce a defined value
2014-10-15 Tom StellardR600/SI: Fix bug where immediates were being used in...
2014-10-15 Rafael EspindolaAllow forward references to section symbols.
2014-10-15 Sanjoy DasTeach ScalarEvolution to sharpen range information.
2014-10-15 Akira HatanakaInstCombine: Narrow switch instructions using known...
2014-10-15 Juergen RibutzkaReapply "[FastISel][AArch64] Add custom lowering for...
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-15 Matt ArsenaultR600/SI: Also try to use 0 base for misaligned 8-byte...
2014-10-15 Matt ArsenaultR600: Fix miscompiles when BFE has multiple uses
2014-10-15 Hal Finkel[SLPVectorize] Basic ephemeral-value awareness
2014-10-15 Derek Schuff[MC] Make bundle alignment mode setting idempotent...
2014-10-15 Juergen RibutzkaRevert "[FastISel][AArch64] Add custom lowering for...
2014-10-15 Jingyue Wu[MachineSink] Use the real post dominator tree
2014-10-14 Nick Kledzik[llvm-objdump] Update error message and add test case...
2014-10-14 Gerolf Hoflehner[AAarch64] Optimize CSINC-branch sequence
2014-10-14 Hal Finkel[LoopVectorize] Ignore @llvm.assume for cost estimates...
2014-10-14 David MajnemerMC, COFF: Make bigobj test compatible with python3
2014-10-14 Simon Pilgrim[X86][SSE] pslldq/psrldq shuffle mask decodes
2014-10-14 David MajnemerMC: Rewrite bigobj test in python
2014-10-14 Tim NorthoverARM: remove ARM/Thumb distinction for preferred alignment.
2014-10-14 Tim NorthoverARM: allow misaligned local variables in Thumb1 mode.
2014-10-14 David MajnemerAdd a test for writing COFF BigObj
2014-10-14 Juergen Ributzka[FastISel][AArch64] Add custom lowering for GEPs.
2014-10-14 Hans Wennborg[x86 asm] allow fwait alias in both At&t and Intel...
2014-10-14 Tim NorthoverARM: set preferred aggregate alignment to 32 universally.
2014-10-14 Hal Finkel[CFL-AA] CFL-AA should not assert on an va_arg instruction
2014-10-14 Sanjay PatelOptimize away fabs() calls when input is squared (known...
2014-10-14 Juergen Ributzka[FastISel][AArch64] Fix sign-/zero-extend folding when...
2014-10-14 David MajnemerInstCombine: Don't miscompile X % ((Pow2 << A) >>u B)
2014-10-14 Jan VeselyReapply "R600: Add new intrinsic to read work dimensions"
2014-10-14 Hal FinkelRevert "r216914 - Revert: [APFloat] Fixed a bug in...
2014-10-14 Rafael EspindolaRevert "R600: Add new intrinsic to read work dimensions"
2014-10-14 Jan VeselyR600: Add new intrinsic to read work dimensions
2014-10-14 Matt ArsenaultR600/SI: Use DS offsets for constant addresses
2014-10-14 Hal Finkel[LVI] Check for @llvm.assume dominating the edge branch
2014-10-14 Robert Khasanov[AVX512] Extended avx512_binop_rm to DQ/VL subsets.
2014-10-14 Robert Khasanov[AVX512] Extended avx512_binop_rm to BW/VL subsets.
2014-10-14 Bradley Smith[AArch64] Fix crash with empty/pseudo-only blocks in...
2014-10-14 Hao Liu[AArch64]Select wide immediate offset into [Base+XReg...
2014-10-14 Marcello MaggioniSwitch to select optimization for two-case switches
2014-10-13 David MajnemerInstCombine: Fix miscompile in X % -Y -> X % Y transform
2014-10-13 David MajnemerInstCombine: Don't miscompile (x lshr C1) udiv C2
2014-10-13 Timur IskhodzhanovAdd VS2012-generated test inputs for test/tools/llvm...
2014-10-13 Filipe CabecinhasFix a broadcast related regression on the vector shuffl...
2014-10-13 Renato GolinAdds support for the Cortex-A17 to the ARM backend
2014-10-13 Daniel Sanders[mips] Mark redundant instructions with a comment in...
2014-10-13 Bradley Smith[AArch64] Add workaround for Cortex-A53 erratum (835769)
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory references...
2014-10-13 NAKAMURA TakumiRevert r219584, "[X86] Memory folding for commutative...
2014-10-12 Joerg SonnenbergerRevert r219223, it creates invalid PHI nodes.
2014-10-12 Benjamin KramerInstCombine: Turn (x != 0 & x <u C) into the canonical...
2014-10-12 Simon Pilgrim[X86] Memory folding for commutative instructions.
2014-10-12 NAKAMURA Takumillvm/test/CodeGen: Some tests don't REQUIRE asserts...
2014-10-11 NAKAMURA TakumiSuppress llvm-ar's MRI tests for now on win32, since...
2014-10-11 David MajnemerInstCombine: Don't fold (X <<s log(INT_MIN)) /s INT_MIN...
2014-10-11 David MajnemerInstCombine, InstSimplify: (%X /s C1) /s C2 isn't alway...
2014-10-11 David MajnemerInstCombine: mul to shl shouldn't preserve nsw
2014-10-11 Reed KotlerAdd basic conditional branches in mips fast-isel
2014-10-10 Sanjay PatelReturn undef on FP <-> Int conversions that overflow...
2014-10-10 Matt ArsenaultR600/SI: Change how DS offsets are printed
2014-10-10 Matt ArsenaultR600/SI: Match read2/write2 stride 64 versions
2014-10-10 Matt ArsenaultR600/SI: Add load / store machine optimizer pass.
2014-10-10 Sanjoy DasThis patch teaches ScalarEvolution to pick and use...
next