test commit access
[oota-llvm.git] / test /
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...
2008-06-25 Chris LattnerFix PR2488, a case where we deleted stack restores...
2008-06-25 Evan ChengEnable two-address remat by default.
2008-06-24 Dale Johannesenv2f32 is now a valid (MMX) type which breaks this
2008-06-24 Dan GohmanRevert 52645, the loop unroller changes. It caused...
2008-06-24 Matthijs KooijmanCommit the new DeadArgElim pass again, this time with...
2008-06-24 Evan ChengIf it's determined safe, remat MOV32r0 (i.e. xor r...
2008-06-23 Bill WendlingThis situation can occur:
2008-06-23 Dan GohmanRevamp the loop unroller, extending it to correctly...
2008-06-23 Bill WendlingMake test work on non-x86 machines (like my G4 PPC).
2008-06-22 Dan GohmanImprove LSR's dead-phi detection to handle use-def...
2008-06-22 Chris LattnerFix PR2369 by making scalarrepl more careful about...
2008-06-21 Eli FriedmanFix for PR2479: correctly optimize expressions like...
2008-06-21 Duncan SandsThis file is empty.
2008-06-21 Duncan SandsTurn off llvm-gcc warnings when running "make check".
2008-06-21 Duncan SandsSupport for load/store of expanded float types. I
2008-06-21 Evan ChengUndo spill weight tweak. Need to investigate the perfor...
2008-06-21 Evan ChengBack out Matthijs' DAE patches. It's miscompiling gcc...
2008-06-20 Matthijs KooijmanAdd testcase that checks that DeadArgElim doesn't touch...
2008-06-20 Matthijs KooijmanRecommit r52459, rewriting of the dead argument elimina...
2008-06-20 Chris LattnerFix a warning, closing PR2452
2008-06-20 Chris LattnerFix a warning.
2008-06-20 Chris LattnerFix an error handling redefinition of linkonce function...
2008-06-20 Chris Lattnerfix a warning.
2008-06-20 Chris LattnerFix PR2471, which is a bug involving an invalid promoti...
next