This test needs -aggressive-remat enabled.
[oota-llvm.git] / test /
2008-07-25 Dan GohmanThis test needs -aggressive-remat enabled.
2008-07-25 Evan ChengTeach ARM isLegalAddressingMode to handle unknown type...
2008-07-25 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-07-24 Dan GohmanPut the LICM of constant GlobalVariables, introduced...
2008-07-24 Dan GohmanAdd target triples so these tests behave as expected...
2008-07-24 Evan ChengFix a catastrophic PPC64 ABI bug: i32 operands which...
2008-07-24 Evan ChengNew test case.
2008-07-23 Chris Lattner"Allow LICM to sink or lift loads from constant memory...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-23 Evan ChengFix PR2485: do all 4-element SSE shuffles in max. of...
2008-07-22 Duncan SandsLegalizeTypes support for VSETCC. Fixes PR2575.
2008-07-22 Evan ChengFix pr2566: incorrect assumption about bit_convert...
2008-07-22 Evan ChengFix PR2574: implement v2f32 scalar_to_vector.
2008-07-21 Dan GohmanAdd the PR number to the test.
2008-07-21 Dan GohmanFix a bug in LSR's dead-PHI cleanup. If a PHI has a...
2008-07-20 Wojciech MatyjewiczFix PR2088. Use modulo linear equation solver to comput...
2008-07-20 Bill WendlingFix for first part of PR2562. Generate the "pinsrw...
2008-07-19 Nick LewyckyXFAIL this test.
2008-07-19 Wojciech MatyjewiczWhile testing particular algorithms to compute loop...
2008-07-19 Anton KorobeynikovTestcase for PR2549
2008-07-18 Duncan SandsSoftfloat support for FDIV. Patch by
2008-07-18 Dan GohmanIn the CBackend, use casts to force integer add, subtra...
2008-07-17 Evan ChengSubreg live interval valno may not have a corresponding...
2008-07-17 Evan ChengAdd nounwind.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-17 Duncan SandsLegalizeTypes support for what seems to be the
2008-07-17 Duncan SandsTurn LegalizeTypes back off again for the moment:
2008-07-17 Matthijs KooijmanMake GlobalOpt preserve address spaces when scalar...
2008-07-17 Chris LattnerFix PR2553
2008-07-16 Duncan SandsAdd support for promoting and expanding AssertZext
2008-07-16 Duncan SandsTest passing of integer parameters for integers
2008-07-16 Duncan SandsTest codegen of loads and stores of all integer
2008-07-16 Matthijs KooijmanAdd a few cases to instcombine's extractvalue testcase.
2008-07-16 Matthijs KooijmanUn-XFAIL multdeadretval, since instcombine now properly...
2008-07-16 Duncan SandsTurn on LegalizeTypes by default.
2008-07-16 Duncan SandsThe atomic.cmp.swap promotion logic is wrong: it
2008-07-16 Evan ChengFix PR2296. Do not transform x86_sse2_storel_dq into...
2008-07-15 Matthijs KooijmanXFAIL the multdeadretval test for now, I will be fixing...
2008-07-15 Duncan SandsLegalizeTypes support for fabs on ppc long double.
2008-07-15 Matthijs KooijmanRemove a few tests which no longer hold for deadargelim...
2008-07-15 Matthijs KooijmanAdd a testcase for the canonicalizations now performed...
2008-07-15 Matthijs KooijmanMake deadargelim a bit less smart, so it doesn't choke...
2008-07-15 Matthijs KooijmanFix typo.
2008-07-15 Duncan SandsLegalizeTypes support for promotion of bswap.
2008-07-15 Duncan SandsLegalizeTypes support for promotion of SIGN_EXTEND_INREG.
2008-07-14 Chris LattnerReimplement LinkFunctionProtos in terms of GetLinkageRe...
2008-07-14 Chris Lattnerimplement linking of globals to functions, in one direction
2008-07-14 Chris LattnerFix a bunch of bugs handling vector compare constant...
2008-07-14 Chris LattnerFix PR2506 by being a bit more careful about reverse...
2008-07-13 Chris LattnerFix mishandling of the infinite loop case when merging...
2008-07-12 Nick LewyckyStop creating extraneous smax/umax in SCEV. This remove...
2008-07-12 Nick LewyckyEnhance analysis of srem.
2008-07-12 Evan ChengFix PR2536: a nasty spiller bug. If a two-address instr...
2008-07-11 Duncan SandsPort a shift-by-1 optimization from LegalizeDAG: it
2008-07-11 Nick LewyckyAdd another optimization from PR2330. Also catch some...
2008-07-11 Bill WendlingThe frame address on an x86-64 box needs to be offset...
2008-07-11 Chris LattnerFix folding of icmp's of i1 where the comparison is...
2008-07-11 Chris LattnerFix a bogus optimization: folding (slt (zext i1 A to...
2008-07-11 Chris Lattnermake this condition more precise.
2008-07-11 Chris LattnerImplement PR2538
2008-07-10 Bill WendlingPut CPPBackend tests into their own directory and run...
2008-07-10 Chris LattnerFix an altivec constant miscompilation that Duncan...
2008-07-10 Matthijs KooijmanRestructure dead argument elimination, try #3 :-)
2008-07-10 Nick LewyckyFix overzealous optimization. Thanks to Duncan Sands...
2008-07-10 Evan ChengFix for PR2472. Use movss to set lower 32-bits of a...
2008-07-10 Chris LattnerFix a case where vector comparison constant folding...
2008-07-10 Chris Lattnerelementwise comparison of vector constants was complete...
2008-07-09 Anton KorobeynikovTestcase for PR2024
2008-07-09 Nick LewyckyFold (a < 8) && (b < 8) into (a|b) < 8 for unsigned...
2008-07-09 Nick LewyckyFold ((1 << a) & 1) to (a == 0).
2008-07-09 Chris LattnerFix a broken test. Neither load is eliminable without...
2008-07-09 Nick LewyckyReduce x - y to -y when we know the 'x' part will get...
2008-07-09 Devang PatelIf loop induction variable's start value is less then...
2008-07-08 Dale JohannesenTestcase for debug info from data-only files.
2008-07-08 Chris Lattner'Optimize' test
2008-07-08 Chris Lattnernew testcase for PR2496
2008-07-08 Duncan SandsTestcase for PR2520.
2008-07-08 Chris LattnerFix three bugs:
2008-07-07 Dan GohmanRefactor the tablegen DAGISelEmitter code for outputing...
2008-07-07 Evan ChengFix two serious LSR bugs.
2008-07-05 Anton KorobeynikovTestcase for PR2463
2008-07-05 Anton KorobeynikovTestcase for PR2146
2008-07-05 Nick LewyckyFix missed optimization opportunity when analyzing...
2008-07-03 Owen AndersonRemove the ability for ADCE to remove unreachable block...
2008-07-02 Owen AndersonAdd support to ADCE for pruning unreachable blocks...
2008-07-02 Owen AndersonA better fix for PR2503 that doesn't pessimize GVN...
2008-07-01 Dale JohannesenConsidering predecessors of exit blocks gets
2008-06-30 Chris LattnerImplement split and scalarize for SELECT_CC, fixing...
2008-06-27 Duncan SandsRegression test for PR2443.
2008-06-27 Duncan SandsUse the c modifier to tell llvm-ar not to issue a
2008-06-27 Chris Lattnertest doesn't need eh info
2008-06-27 Chris Lattnerwhen linking globals, make sure to preserve the address...
2008-06-26 Evan ChengXFAIL for now.
2008-06-26 Owen AndersonUse the -enable-pre flag so this test doesn't fail.
2008-06-26 Matthijs KooijmanMake LLVM compile on DragonFly BSD (PR2499).
2008-06-26 Dale JohannesenAllow for rounding up of stack frame.
2008-06-26 Chris Lattnerwhen we know the signbit of an input to uint_to_fp...
2008-06-25 Evan Cheng- Fix a x86 vector isel bug: illegal transformation...
2008-06-25 Chris Lattnersimplify shell syntax to work better on solaris, patch by
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
next