Fix comment.
[oota-llvm.git] / test /
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...
2008-04-14 Dan GohmanUpgrade these tests for the current intrinsic prototypes.
2008-04-14 Dale JohannesenRemove -unwind-tables-optional everywhere, since
2008-04-13 Owen AndersonThe functionality being tested was removed because...
2008-04-12 Arnold SchwaighoferThis patch corrects the handling of byval arguments...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-12 Dan GohmanFix a bug that prevented x86-64 from using rep.movsq for
2008-04-11 Evan ChengIf a PHI node has a single implicit_def source, replace...
2008-04-11 Owen AndersonAdd testcase for PR2213.
2008-04-10 Evan ChengNew test.
2008-04-10 Dan GohmanTeach InstCombine's ComputeMaskedBits to handle pointer...
2008-04-10 Evan ChengA copy instruction may use a register multiple times...
2008-04-10 Chris LattnerFix the x86-64 side of PR2108 by adding a v2f64 version of
2008-04-10 Evan ChengTeach branch folding pass about implicit_def instructio...
2008-04-09 Evan Cheng- More aggressively coalescing away copies whose source...
2008-04-09 Chris LattnerGeneralize getUnaryFloatFunction to handle any FP unary...
2008-04-09 Chris Lattnerremove capital letter from test name.
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-04-09 Evan ChengMissed a hasInterval check.
2008-04-09 Chris Lattnermany cleanups to the pow optimizer. Allow it to handle...
2008-04-08 Duncan SandsCheck that bodies and calls but not declarations
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to -unwind-table...
2008-04-08 Gabor Greifmerge r48768 from branches/ggreif/parallelized-test
2008-04-08 Dale JohannesenMissed one.
2008-04-08 Dale JohannesenAdd -disable-required-unwind-tables to tests
2008-04-07 Duncan SandsTestcase for pr2169.
2008-04-07 Evan ChengFix test.
2008-04-06 Chris Lattnerfix this testcase to pass and remove a duplicate instan...
2008-04-06 Torok EdwinPrefer to expand mask for xor to -1, so we have a chanc...
2008-04-05 Evan Cheng1. IMPLICIT_DEF can *re-define* any register.
2008-04-05 Evan ChengFavors pshufd over shufps when shuffling elements from...
2008-04-03 Evan ChengNew test case.
2008-04-02 Dale JohannesenTestcase for EH with functions whose names are stripped.
2008-04-01 Dan GohmanSpeculatively micro-optimize memory-zeroing calls on...
2008-04-01 Evan ChengMore soft fp fixes.
2008-04-01 Evan ChengUnbreak ARM / Thumb soft FP support.
2008-03-31 Dale JohannesenMark functions in some tests as 'nounwind'. Generating
2008-03-31 Evan ChengIt's not safe to fold a load from GV stub or constantpo...
2008-03-31 Dan GohmanFix a DAGCombiner optimization to respect volatile...
2008-03-29 Chris Lattneradd a testcase for forming memset from noncontiguous...
2008-03-28 Dan GohmanFix a tokenfactor node to use the load chain rather...
2008-03-27 Devang Pateladd another testcase
2008-03-27 Devang PatelNew test case.
2008-03-27 Evan ChengFix a memory bug: increment an iterator of a deleted...
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2008-03-26 Evan ChengOne more coalescer fix wrt deadness propagation.
2008-03-26 Evan ChengAvoid commuting a def MI in order to coalesce a copy...
2008-03-25 Dale JohannesenUse ## for comment delimiter on darwin x86-32, so
2008-03-25 Evan ChengHandle a special case xor undef, undef -> 0. Technicall...
2008-03-25 Evan ChengHandle a special case xor undef, undef -> 0. Technicall...
2008-03-25 Dan GohmanAdd CMP32mr and friends to the load-unfolding table...
2008-03-25 Gordon HenriksenTests for the instruction iterator bindings.
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2008-03-25 Evan ChenglastRegisterUse() should ignore identity copies. Those...
2008-03-25 Devang Patelcheck struct layout
2008-03-24 Bill WendlingUse the bit size of the operand instead of the hard...
2008-03-24 Evan Cheng- SSE4.1 extractfps extracts a f32 into a gr32 register...
2008-03-24 Devang PatelAdd incoming value from header only if phi node has...
2008-03-24 Devang PatelFix test name.
2008-03-24 Chris Lattnerapparently tclsh doesn't lex like bash. Weird.
2008-03-24 Chris Lattnerpass the option so this test tests the right thing.
2008-03-24 Devang PatelAdd new test.
2008-03-24 Devang PatelRemove incorrect comment.
2008-03-24 Dan GohmanAPIntify SelectionDAG's EXTRACT_ELEMENT code.
2008-03-24 Evan ChengTransform (zext (or (icmp), (icmp))) to (or (zext ...
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-22 Bill WendlingNew testcase.
2008-03-22 Owen AndersonUse normal naming convention for test.
2008-03-22 Anton KorobeynikovAdd testcase for prev. commit. Minor fixes
2008-03-22 Anton KorobeynikovSupport chained aliases for LLVM IR printing. This...
2008-03-22 Chris Lattnerimplement an initial hack at a straight-line store...
2008-03-22 Evan ChengTeach DAG combiner to commute commutable binary nodes...
2008-03-21 Dan GohmanHandle getresult instructions in different basic blocks
2008-03-21 Duncan SandsTestcase for PR2160.
2008-03-21 Chris LattnerAdd support for calls that return two FP values in
2008-03-21 Chris Lattnerdisable a bogus assertion.
2008-03-21 Chris LattnerEnable support for returning two long-double values...
2008-03-21 Chris LattnerTeach masked value is zero about add and sub, and use...
2008-03-21 Evan ChengUndo 48570. Correctly match mmx shift instructions...
2008-03-20 Evan ChengFix this xform: (sra (shl X, m), result_size) -> (sign_...
2008-03-20 Devang PatelKeep track of analysis information inherited from Modul...
2008-03-20 Scott MichelAdd more patterns to match in the integer comparison...
2008-03-19 Evan ChengAdd intrinsics to match mmx shift builtin's with immedi...
2008-03-19 Dan GohmanAdd support for multiple return values for the PPC...
2008-03-19 Christopher LambFix X86's isTruncateFree to not claim that truncate...
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-19 Evan ChengFixed a coalescer bug caused by a typo.
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
next