Don't sign extend the char when expanding char -> int during
[oota-llvm.git] / test /
2009-02-21 Nick LewyckyDon't sign extend the char when expanding char -> int...
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-21 Evan ChengIf two-address def is dead and the instruction does...
2009-02-21 Evan ChengTeach LSR sink to sink the immediate portion of the...
2009-02-21 Chris Lattnerrename a function to indicate that it checks for profit...
2009-02-20 Evan ChengFix strange logic in CollectIVUsers used to determine...
2009-02-20 Evan ChengSupport return of MMX values in 64-bit mode.
2009-02-20 Owen AndersonFix a crash in the pre-alloc splitter exposed by recent...
2009-02-20 Chris Lattnermake these tests pass when run on a G5.
2009-02-20 Dan GohmanImplement "superhero" strength reduction, or full strength
2009-02-19 Bill WendlingTemporarily XFAIL this test.
2009-02-18 Chris Lattneradd proper asmwriter and asmparser support for anonymou...
2009-02-18 Devang PatelThe subprogram die may not exist while creating "defaul...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Owen AndersonAdd a test for r61358, which I forgot to add way back...
2009-02-18 Dan GohmanChange the argument type in this test to something...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...
2009-02-17 Duncan SandsIf an alias is dead and so is its aliasee, then globald...
2009-02-17 Devang PatelAnd now, not so elegant, test case...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-17 Chris Lattnercommit a tweaked version of Daniel's patch for PR3599...
2009-02-17 Evan ChengA couple of places where reused use operands should...
2009-02-17 Devang PatelTestcase for rev. 64704
2009-02-17 Evan ChengStrengthen the "non-constant stride must dominate loop...
2009-02-16 Dan GohmanFix EnforceKnownAlignment so that it doesn't ever reduc...
2009-02-16 Devang PatelTest case for llvm-gcc rev. 64648.
2009-02-16 Dan GohmanRename IndVarsSimplify to IndVarSimplify, to be consist...
2009-02-16 Dan GohmanChange these tests to use regular loads instead of...
2009-02-15 Duncan SandsIf the target of an alias has internal linkage, then the
2009-02-15 Evan ChengFix PR3522. It's not safe to sink into landing pad...
2009-02-15 Evan ChengFix pr3571: If stride is a value defined by an instruct...
2009-02-14 Dan GohmanExtend the IndVarSimplify support for promoting inducti...
2009-02-14 Dale JohannesenTestcase for llvm-gcc 64510.
2009-02-13 Evan ChengTeach x86 target -soft-float.
2009-02-13 Nick LewyckyMark strto* as readonly when the endptr is null.
2009-02-13 Nick LewyckyOn strtod and friends, mark 'endptr' nocapture in the...
2009-02-13 Nick LewyckyReapply r64300:
2009-02-13 Nick LewyckyBasicAA was making the assumption that a local allocati...
2009-02-13 Dan GohmanFix the code that checked if a SCEVAddRecExpr Start...
2009-02-13 Dan GohmanFix LSR's IV sorting function to explicitly sort by...
2009-02-12 Dan GohmanTeach IndVarSimplify to optimize code using the C ...
2009-02-12 Nate BegemanAdd suppport for ConstantExprs of shufflevectors whose...
2009-02-12 Dale JohannesenArrange to print constants that match "n" and "i" const...
2009-02-12 Chris Lattnerfix the X86 backend to just drop llvm.declare nodes...
2009-02-12 Chris Lattneradd PR
2009-02-12 Evan ChengIt's (currently) not safe to keep certain physical...
2009-02-12 Evan ChengReplace one of burr scheduling heuristic with something...
2009-02-12 Chris LattnerFix a nasty bug (PR3550) where the inline pass could...
2009-02-12 Chris Lattnerfix PR3537: if resetting bbi back to the start of a...
2009-02-12 Chris Lattnerrename test to avoid messing with tab completion of...
2009-02-11 Evan ChengRemove a bogus assertion. It's possible a live-in avail...
2009-02-11 Dan GohmanDon't use special heuristics for nodes with no data...
2009-02-11 Daniel DunbarUpdate to match space changes in .ll
2009-02-11 Dale JohannesenMake a transformation added in 63266 a bit less aggressive.
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsMake sure the SCC pass manager initializes any contained
2009-02-11 Evan ChengImplement PR3495: local spiller optimization. The local...
2009-02-11 Devang PatelIf llvm.dbg.region.end is disappearing then remove...
2009-02-10 Devang PatelIgnore dbg intrinsic while folding unconditional branch.
2009-02-10 Evan ChengHandle llvm.x86.sse2.maskmov.dqu in 64-bit.
2009-02-10 Duncan SandsThis is now done using a real i33, rather than
2009-02-10 Evan ChengFix PR3457: Ignore control successors when looking...
2009-02-10 Devang Patel Do not clone llvm.dbg.func.start and corresponding...
2009-02-10 Devang PatelEnable scalar replacement of AllocaInst whose one of...
2009-02-09 Evan ChengImplement FpSET_ST1_*.
2009-02-09 Dale JohannesenFix PR 3471, and some cleanups.
2009-02-09 Evan ChengMake sure constant subscript is truncated to ptr size...
2009-02-09 Duncan SandsTestcase for PR2437.
2009-02-09 Evan ChengRe-enable machine sinking pass now that the coalescer...
2009-02-08 Bill WendlingRename dg.exp to llvmc.exp. This is so I can ignore...
2009-02-08 Mikhail GlushenkovThe 'false.c' test must depend on llvm-g++.
2009-02-08 Evan ChengFix PR3486. Fix a bug in code that manually patch physi...
2009-02-08 Evan Chenggit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2009-02-08 Bill WendlingRevert r63999. It was breaking self-hosting builds.
2009-02-07 Chris Lattnertestcase for r64049 of llvm-gcc.
2009-02-07 Mon P WangInstrcombine should not change load(cast p) to cast...
2009-02-07 Evan ChengEnable machine sinking pass in non-fast mode.
2009-02-06 Devang PatelIgnore DbgInfoIntrinsics.
2009-02-06 Chris Lattnerfix PR3489, use bits instead of bytes.
2009-02-06 Evan ChengFix test. It produces unexpected code if sse4.1 is on.
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-02-05 Evan ChengisAsCheapAsMove instructions can have register src...
2009-02-05 Devang PatelRevert rev. 63876. It is causing llvm-gcc bootstrap...
2009-02-05 Devang PatelRemove dead blocks in the end.
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-02-05 Chris Lattnertestcase for rdar://6551276 and llvm-gcc r63873
2009-02-05 Evan ChengTurn on machine LICM in non-fast mode.
2009-02-05 Chris Lattnerif we have a large GEP offset on a 32-bit or other...
2009-02-05 Devang PatelIgnore dbg intrinsics while folding switch instruction.
2009-02-04 Devang PatelIgnore dbg intrinsics.
2009-02-04 Mon P WangAdd test case for r63760.
2009-02-04 Nate BegemanRemove now-incorrect test.
2009-02-04 Duncan SandsAllow the inverse transform x86_fp80 -> i80 (also
2009-02-04 Duncan SandsFix PR3468: a crash when constant folding a bitcast of
2009-02-04 Owen AndersonFinish making AliasAnalysis aware of the fact that...
2009-02-04 Mon P WangFixes a case where we generate an incorrect mask for...
2009-02-04 Devang PatelWhile folding vallue comparison terminators ignore...
2009-02-04 Devang PatelIgnore dbg intrinsics while hoisting common code in...
2009-02-03 Devang PatelDo not let dbg intrinsic block folding of two entry...
next