Adding ocamldoc-style comments for the Ocaml bindings.
[oota-llvm.git] / test /
2007-12-01 Gordon HenriksenFix a typo noticed by Alain Frisch.
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-30 Evan ChengDo not fold reload into an instruction with multiple...
2007-11-29 Evan ChengUpdate tests.
2007-11-28 Chris LattnerNew testcase for PR1744
2007-11-28 Chris Lattnerupgrade this test
2007-11-28 Chris Lattnermake this test have a deterministic result.
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-28 Duncan SandsRevert previous "fix" - the breakage was due to some
2007-11-28 Duncan SandsThis test somehow got an extra "not" during the
2007-11-28 Chris Lattnerxfail a test
2007-11-28 Chris Lattnerupdate this test after the fmrrd fix
2007-11-28 Tanya LattnerFix bug in regression tests that ignored stderr output...
2007-11-27 Chris Lattnercommit testcase I forgot to svn add.
2007-11-27 Chris LattnerFix a crash on invalid code due to memcpy lowering.
2007-11-27 Andrew Lenharthsomething wrong with this opt
2007-11-27 Anton KorobeynikovAdd testcase for last llvm-gcc tweaks
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-27 Zhou ShengMake this pass for CYGWIN.
2007-11-27 Zhou ShengMake this testcase compatible with CYGWIN.
2007-11-27 Dan GohmanChange &| to |&.
2007-11-27 Dan GohmanChange grep '' to grep {}.
2007-11-27 Dan GohmanDon't redirect llvm-as's stderr to llvm-dis.
2007-11-27 Dan GohmanRemove unnecessary && from the RUN lines of this test.
2007-11-26 Dan GohmanDon't lower srem/urem X%C to X-X/C*C unless the divisio...
2007-11-26 Owen AndersonAllow GVN to eliminate read-only function calls when...
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-25 Chris LattnerImplement PR1822
2007-11-25 Duncan SandsFix PR1816. If a bitcast of a function only exists...
2007-11-25 Chris LattnerFix a long standing deficiency in the X86 backend:...
2007-11-24 Chris Lattnerupgrade this test
2007-11-23 Chris LattnerFix PR1816, by correcting the broken definition of...
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-11-23 Chris LattnerFix a bug where we'd try to find a scev value for a...
2007-11-22 Chris LattnerFix PR1817.
2007-11-22 Duncan SandsTurn invokes of nounwind functions into ordinary calls.
2007-11-22 Duncan SandsTeach alias analysis about readnone/readonly functions.
2007-11-22 Duncan SandsReadonly/readnone functions are allowed to throw
2007-11-22 Nick LewyckyCreate nodes for inline asm so that we don't crash...
2007-11-21 Duncan SandsFix a bug in which node A is replaced by node B, but...
2007-11-20 Nick LewyckyBe more careful when transforming | to +. Patch from...
2007-11-19 Chris LattnerTestcase for PR1811
2007-11-19 Dan GohmanAdd support in SplitVectorOp for remainder operators.
2007-11-18 Chris Lattnerfix bogus test that the more strict lexer is finding.
2007-11-17 Nate BegemanAdd support for vectors to int <-> float casts.
2007-11-16 Evan ChengTypo.
2007-11-16 Dale JohannesenTestcase from PR 1508 (although its's somewhat
2007-11-16 Chris LattnerFix PR1800 by correcting mistaken logic.
2007-11-15 Anton KorobeynikovReverted r44163 per request
2007-11-15 Evan ChengFix a thinko in post-allocation coalescer.
2007-11-15 Nick LewyckyFix handling of overflow in loop calculation by adding...
2007-11-14 Duncan SandsUn XFAIL these tests, now that Bill has backported
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-14 Duncan SandsXFAIL these tests until the fix gets backported
2007-11-14 Chris LattnerImplement PR1796 and Transforms/SimplifyCFG/noreturn...
2007-11-13 Chris Lattnerupgrade test
2007-11-13 Chris LattnerImplement PR1786 by iterating between dead cycle elimin...
2007-11-10 Arnold SchwaighoferUpdate tailcall code to include inline attribute operan...
2007-11-09 Evan ChengFix tests.
2007-11-09 Chris LattnerTighten up a check for folding away loads from (newly...
2007-11-09 Duncan SandsThanks to the XTARGET line, this test should still
2007-11-09 Duncan SandsCheck that the first and third characters, s and u,
2007-11-09 Duncan SandsCheck that accesses to the second short, t, have
2007-11-08 Devang PatelRun this test only on darwin.
2007-11-08 Andrew LenharthBetter check
2007-11-08 Andrew LenharthFix PR1780
2007-11-08 Lauro Ramos Venancio[ARM] Implement __builtin_thread_pointer.
2007-11-08 Evan ChengIf both parts of smul_lohi, etc. are used, don't simpli...
2007-11-07 Bill WendlingAdd testcase
2007-11-06 Tanya LattnerImplement the XTARGET feature for PR1778
2007-11-06 Chris LattnerImplement PR1777 by detecting dependent phis that
2007-11-06 Evan ChengAdd pseudo dependency to force two-address instruction...
2007-11-06 Chris LattnerFix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
2007-11-05 Dan GohmanAdd support for vector remainder operations.
2007-11-05 Dan GohmanFix an abort in instcombine when folding creates a...
2007-11-05 Dale JohannesenMake labels work in asm blocks; allow labels as
2007-11-05 Devang PatelIf a value is incoming from outside the loop then the...
2007-11-05 Lauro Ramos Venancio[ARM] Fix code generation for:
2007-11-05 Evan ChengSkip over deleted val#'s.
2007-11-05 Evan ChengHandle cases where a register and one of its super...
2007-11-05 Evan ChengFix test case. Chris didn't do make check. :-)
2007-11-05 Evan ChengDoh. PR1187 -> PR1766.
2007-11-05 Evan ChengFix PR1187.
2007-11-04 Chris LattnerFix PR1761 by not printing (rip) suffix when in -static...
2007-11-04 Duncan SandsChange uses of getTypeSize to getABITypeSize, getTypeSt...
2007-11-04 Chris LattnerFix PR1763 by allowing the 'q' constraint to work with...
2007-11-03 Evan ChengThere are times when the coalescer would not coalesce...
2007-11-02 Evan ChengAdd run line.
2007-11-02 Evan ChengOne more extract_subreg coalescing bug.
2007-11-02 Evan ChengMissing a getNumOperands check.
2007-11-01 Owen AndersonFix test/Transforms/DeadStoreElimination/PartialStore...
2007-11-01 Dale JohannesenTest that expand_vector_elt(v2i64) works in 32-bit...
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-StringCrash.ll by removing...
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-RangeCrash.ll
2007-10-30 Devang PatelNew test.
2007-10-30 Evan ChengIt's not safe to tell SplitCriticalEdge to merge identi...
2007-10-30 Dan GohmanAdd support for folding binary operators with vector...
2007-10-29 Evan Cheng- Bug fixes.
2007-10-29 Dan GohmanFix a DAGCombiner abort on a bitcast from a scalar...
2007-10-29 Evan ChengEnable more fold (sext (load x)) -> (sext (truncate...
next