Reapply r64301. These uses of "inline" can cause strange
[oota-llvm.git] / test /
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...
2009-02-03 Chris Lattnerteach "convert from scalar" to handle loads of fca's.
2009-02-03 Chris Lattnermake scalar conversion handle stores of first class
2009-02-03 Chris LattnerMake SROA produce a vector only when the alloca is...
2009-02-03 Chris Lattnerthis produces an undefined result, just check that...
2009-02-03 Duncan SandsFix PR3411. When replacing values, nodes are analyzed
2009-02-03 Evan ChengAPInt'fy SimplifyDemandedVectorElts so it can analyze...
2009-02-03 Chris Lattneradd another case of undefined behavior without crashing...
2009-02-03 Nick LewyckyRevert r63600. It didn't fix the bug, it just moved...
2009-02-03 Nick LewyckyUpdate the callgraph when replacing InvokeInst with...
2009-02-03 Chris Lattnerfix a bitcode reader bug where it can't handle extracte...
2009-02-03 Chris LattnerTeach ConvertUsesToScalar to handle memset, allowing...
2009-02-03 Dan GohmanDelete these two tests. They are specific to x86-64...
2009-02-03 Chris Lattnerrearrange how SRoA handles promotion of allocas to...
2009-02-03 Chris Lattnerthis test produces an undefined value, we don't care
2009-02-03 Bill WendlingIt fails on Linux. XFAIL that machine.
2009-02-03 Bill WendlingThis is passing for us. Should it have been reenabled?
2009-02-03 Dan GohmanAdd explicit -march=x86 to these tests so that they...
2009-02-02 Dan GohmanFix another test to not use -mcpu=yonah with 64-bit...
2009-02-02 Dan GohmanYonah does not support x86-64. Change the -mcpu value...
2009-02-02 Devang PatelRun dsymutil on darwin, when it is expected, before...
2009-02-02 Chris Lattnerxfail this for now, will fix shortly.
2009-02-02 Chris Lattnerupdate test
2009-02-02 Chris LattnerFix a bug which caused us to miscompile a couple of Ada
2009-02-02 Devang PatelDo not add redundant arguments in a method definition...
2009-02-02 Devang PatelMake this test case smaller.
2009-02-02 Duncan SandsThis passes on x86-32 linux at least.
2009-02-02 Duncan SandsMake the XFAIL line actually match x86-32 targets.
2009-02-02 Evan ChengTeach LowerBRCOND to recognize (xor (setcc x), 1)....
2009-02-02 Chris LattnerFix PR3372
2009-02-02 Chris Lattnerreduce testcase.
2009-02-01 Torok Edwinadd 2 more testcases for -mattr=-sse (r63495).
2009-02-01 Torok EdwinImplement -mno-sse: if SSE is disabled on x86-64, don...
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-01-31 Nick LewyckyReinstate this optimization to fold icmp of xor when...
2009-01-31 Chris LattnerFix PR3452 (an infinite loop bootstrapping) by disablin...
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Chris Lattnernow that all the pieces are in place, teach instcombine's
next