Add AsmPrinter support for emitting a directive to declare that
[oota-llvm.git] / test /
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-05-04 Owen AndersonFix PR1098 by correcting the postdominators analysis.
2008-05-04 Evan ChengSelect vector shift with non-immediate i32 shift amount...
2008-05-03 Evan ChengAdd separate intrinsics for MMX / SSE shifts with i32...
2008-05-02 Chris Lattnerverify builtin optimization works like gcc.
2008-05-02 Dan GohmanFix a mistake in the computation of leading zeros for...
2008-05-02 Chris Lattnerstrength reduce exp2 into ldexp, rdar://5852514
2008-05-02 Chris Lattnerspecify an arch for non-x86 hosts.
2008-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
2008-05-01 Dale JohannesenNew test for bug fixed in 50545.
2008-05-01 Dan GohmanFix an overaggressive SimplifyDemandedBits optimization...
2008-05-01 Bill WendlingAdding testcase.
2008-05-01 Chris Lattnerdon't randomly miscompile seto/setuo just because we...
2008-05-01 Chris Lattnerfix typo
2008-05-01 Chris Lattnerinstcombine does memset optzns.
2008-05-01 Chris Lattnersimplifylibcalls doesn't optimize llvm.memmove, instcom...
2008-05-01 Chris Lattnermove some tests from libcall optimizer suite.
2008-04-30 Arnold SchwaighoferReally commit the test checking the argument lowering...
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
2008-04-30 Owen AndersonMove this test to LoopDeletion, where it now passes.
2008-04-30 Chris Lattnermove lowering of llvm.memset -> store from simplify...
2008-04-30 Chris Lattnerno reason for simplifylibcalls to simplify intrinsics...
2008-04-30 Chris Lattnerremove redundant check.
2008-04-29 Owen AndersonFix a bug in memcpyopt where the memcpy-memcpy transfor...
2008-04-29 Chris Lattnerdon't eliminate load from volatile value on paths where...
2008-04-29 Chris Lattnermake this test reduced and *valid*
2008-04-29 Chris Lattnerfix a subtle volatile handling bug.
2008-04-29 Chris Lattnernew testcase for PR2094. The inline asms should not...
2008-04-29 Chris Lattnerdon't delete the last store to an alloca if the store...
2008-04-29 Chris Lattnermake the vector conversion magic handle multiple results.
2008-04-29 Chris Lattneradd support for multiple return values in inline asm...
2008-04-29 Evan ChengAnother extract_subreg coalescing bug.
2008-04-28 Evan ChengAdd -march=x86.
2008-04-28 Dan GohmanUpdate and_ops.ll according to the recent dagcombiner...
2008-04-28 Evan ChengTest case.
2008-04-28 Dan GohmanFix DSE to not eliminate volatile loads with no uses.
2008-04-28 Dan GohmanTeach InstCombine's ComputeMaskedBits what SelectionDAG's
2008-04-28 Chris LattnerFix PR2256, yet another miscompilation in simplifycfg...
2008-04-27 Chris LattnerImplement a signficant optimization for inline asm:
2008-04-26 Chris LattnerWhen SRoA'ing a global variable, make sure the new...
2008-04-25 Nate BegemanFeedback from chris
2008-04-25 Nate BegemanAdd a testcase for the recent "handle variable vector...
2008-04-25 Evan ChengUpdate tests.
2008-04-25 Evan ChengSpecial handling for MMX values being passed in either...
2008-04-25 Dan GohmanRemove the code from CodeGenPrepare that moved getresul...
2008-04-25 Chris Lattnernew testcase
2008-04-25 Anton KorobeynikovUpdate test
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-25 Evan ChengMMX argument passing fixes:
2008-04-25 Chris LattnerLoosen up an assertion to allow intrinsics. I really...
2008-04-25 Chris LattnerDon't infininitely thread branches when a threaded...
2008-04-25 Evan ChengFix bug in x86 memcpy / memset lowering. If there are...
2008-04-24 Evan ChengNew test.
2008-04-24 Devang PatelAdd EXTRA_OPTIONS on the llvmgxx command line.
2008-04-24 Devang PatelAdd EXTRA_OPTIONS on the llvmgcc command line.
2008-04-24 Chris LattnerSplit some code out of the main SimplifyCFG loop into...
2008-04-23 Anton KorobeynikovFix tests due to llvm2cpp move to llc target
2008-04-23 Dan GohmanAdd support to codegen for getresult instructions with...
2008-04-23 Anton KorobeynikovDisable stack realignment for these tests
2008-04-23 Anton KorobeynikovFix test becase ABI stack alignment dropped to 'normal...
2008-04-23 Anton KorobeynikovFix test, instruction count is valid only if stack...
2008-04-23 Chris LattnerRewrite multiple return value handling in SCCP. Before...
2008-04-23 Chris Lattnerremove this testcase. It isn't testing loop rotate...
2008-04-23 Chris Lattnerreturning an empty multiple return list is not valid.
2008-04-23 Chris Lattnermake this test more interesting.
2008-04-23 Chris Lattnerdistill down the essense of this test.
2008-04-23 Dale Johannesennew test
2008-04-23 Evan ChengDon't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if...
2008-04-22 Chris LattnerStart doing the significantly useful part of jump threa...
2008-04-22 Chris LattnerDig through multiple levels of AND to thread jumps...
2008-04-22 Chris LattnerTeach jump threading to thread through blocks like:
2008-04-22 Chris Lattneradd a basic testcase.
2008-04-22 Nick LewyckyStart removing 'unwinds to' support from mainline in...
2008-04-22 Chris Lattneroptimize "p != gep p, ..." better. This allows us...
2008-04-21 Dan GohmanImplement an x86-64 ABI detail of passing structs by...
2008-04-21 Duncan SandsMake these structs larger to ensure that they
2008-04-21 Duncan SandsMake the struct bigger, to ensure it is returned
2008-04-21 Owen AndersonRefactor memcpyopt based on Chris' suggestions. Consol...
2008-04-20 Chris LattnerA better fix for my previous patch, MOVZQI2PQIrr just...
2008-04-20 Chris LattnerNot all x86-64 machines have sse3 apparently.
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-04-19 Chris LattnerImplement PR2206.
2008-04-19 Chris Lattnerrefactor handling of symbolic constant folding, picking up
2008-04-19 Evan Cheng64-bit atomic operations.
2008-04-19 Dan GohmanTeach llvm-as to accept function types with multiple...
2008-04-17 Evan ChengBe more careful with insert_subreg and extract_subreg...
2008-04-17 Owen AndersonMake GVN able to remove unnecessary calls to read-only...
2008-04-17 Evan ChengFix a sub-register indice propagation bug.
2008-04-16 Evan ChengDon't forget about sub-register indices when rematting...
2008-04-16 Evan ChengAfter reading memory that's already freed.
2008-04-16 Evan ChengReally test what's intended.
2008-04-16 Evan ChengRewrite LiveVariable liveness computation. The new...
2008-04-16 Owen AndersonXFAIL this test for the moment. The real solution...
2008-04-16 Dan GohmanAdd support for the form of the SSE41 extractps instruc...
2008-04-16 Dan GohmanRecreate the size SDNode instead of reusing the old...
2008-04-15 Dan GohmanAdd movd instructions to move from MMX registers
2008-04-15 Dale JohannesenDon't assume a tail call can't reference a byval
2008-04-15 Dan GohmanTreat EntryToken nodes as "passive" so that they aren...
next