ARM: set preferred aggregate alignment to 32 universally.
[oota-llvm.git] / test /
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...
2014-10-10 Reed KotlerImplement floating point compare for mips fast-isel
2014-10-10 Rafael Espindolallvm-ar: Start adding support for mri scripts.
2014-10-10 Reed Kotlerimplement integer compare in mips fast-isel
2014-10-10 Mark HeffernanThis patch de-pessimizes the calculation of loop trip...
2014-10-10 Hal Finkel[MiSched] Fix a logic error in tryPressure()
2014-10-10 Reed KotlerImplement floating point to integer conversion in mips...
2014-10-10 Frederic Riss[dwarfdump] Prettyprint DW_AT_APPLE_property_attribute...
2014-10-10 Frederic Riss[dwarfdump] Resolve also variable specifications/abstra...
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUSP instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement JR16 instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUS5 instruction
2014-10-10 Zoran Jovanovicps][microMIPS] Implement JRC instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement JALRS16 instruction
2014-10-10 David MajnemerAdd tests for r219479.
2014-10-10 Arnold SchwaighoferSimplifyCFG: Don't convert phis into selects if we...
2014-10-10 David Majnemerobj2yaml, COFF: Handle long section names
2014-10-09 Sanjay PatelImprove sqrt estimate algorithm (fast-math)
2014-10-09 Samuel AntaoFix bug in GPR to FPR moves in PPC64LE.
2014-10-09 Chad Rosier[Reassociate] Don't canonicalize X - undef to X + ...
2014-10-09 Hal FinkelRevert "[BasicAA] Revert "Revert r218714 - Make better...
2014-10-09 Tom StellardR600/SI: Legalize CopyToReg during instruction selection
2014-10-09 Tom StellardR600/SI: Legalize INSERT_SUBREG instructions during...
2014-10-09 Bill Schmidt[PPC64] VSX indexed-form loads use wrong instruction...
2014-10-09 Andrea Di Biagio[InstCombine] Fix wrong folding of constant comparisons...
2014-10-09 Robert Khasanov[AVX512] Extended avx512_binop_rm for AVX512VL subsets.
2014-10-08 Adam Nemet[AVX512] Intrinsics for vextract*x4
2014-10-08 Adam Nemet[AVX512] Add asm-only support for vextract*x4 masking...
2014-10-08 Robin Morisset[X86] Don't transform atomic-load-add into an inc/dec...
2014-10-08 Robin Morisset[X86] Avoid generating inc/dec when slow for x.atomic_s...
2014-10-08 David MajnemerInliner: Non-local functions in COMDATs shouldn't be...
2014-10-08 Timur IskhodzhanovFix COFF section index relocation should be 16 bits...
2014-10-08 Rafael EspindolaCorrectly compute the size of common symbols in COFF.
2014-10-08 Rafael EspindolaPrint symbol sizes in this test in preparation for...
2014-10-08 Justin BognerRevert "[InstCombine] re-commit r218721 with fix for...
2014-10-08 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-10-08 Renato GolinEmit unaligned access build attribute for ARM
2014-10-08 David MajnemerGlobalOpt: Don't drop unused memberes of a Comdat
2014-10-08 Gerolf Hoflehner[InstCombine] re-commit r218721 with fix for pr21199
2014-10-08 David MajnemerCOFF: Don't oversize COMMON symbols when targeting...
2014-10-08 David Majnemerllvm-dwarfdump: Add support for some COFF relocations
2014-10-08 Chad Rosier[AArch64] Generate vector signed/unsigned mul and mla...
2014-10-08 Rui Ueyamallvm-readobj: add test for r219228
2014-10-08 Hans WennborgRevert r219175 - [InstCombine] re-commit r218721 icmp...
2014-10-07 Robin Morisset[X86] Fix a bug with fetch_add(INT32_MIN)
2014-10-07 David BlaikieDebugInfo+DFSan: Ensure that debug info references...
2014-10-07 Duncan P. N. Exon... LoopUnroll: Create sub-loops in LoopInfo
2014-10-07 Tom StellardR600/SI: Remove assertion in SIInstrInfo::areLoadsFromS...
2014-10-07 Saleem AbdulrasoolMC: add support for -aligncomm GNU extension
2014-10-07 Marcello MaggioniTwo case switch to select optimization
2014-10-07 David BlaikieDebugInfo+DeadArgElimination: Ensure llvm::Function...
2014-10-07 Suyog SardaRemove Extra lines. NFC.
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-10-07 Daniel Sanders[mips] Return {f128} correctly for N32/N64.
2014-10-07 Craig Topper[X86] Fix a bug where the disassembler was ignoring...
2014-10-07 David MajnemerGlobalDCE: Don't drop any COMDAT members
2014-10-07 Rafael Espindolagold plugin: Handle gold selecting a linkonce GV when...
2014-10-07 Juergen Ributzka[FastISel][AArch64] Teach the address computation code...
2014-10-07 Juergen Ributzka[FastISel][AArch64] Teach the address computation to...
2014-10-07 Juergen Ributzka[FastISel][AArch64] Fix "Fold sign-/zero-extends into...
2014-10-07 Rafael Espindolagold plugin: create internal replacement with original...
2014-10-07 Rafael Espindolagold plugin: Remap function arguments when creating...
next