Test commit (removed trailing whitespace)
[oota-llvm.git] / test /
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...
2008-03-19 Evan ChengFix live variables issues:
2008-03-18 Evan ChengFix a x86-64 isel lowering bug that's been around forev...
2008-03-18 Bill WendlingIt might be nice to have this run as x86 on non-x86...
2008-03-18 Bill WendlingTemporarily revert r48491. It's breaking test/CodeGen...
2008-03-18 Daniel BerlinFix PR 2160 by making sure arguments to external functi...
2008-03-18 Tanya LattnerDo not pass -g flag when compiling tests, so remove...
2008-03-18 Dale JohannesenMake conversions of i8/i16 to ppcf128 work.
2008-03-18 Christopher LambTarget independent DAG transform to use truncate for...
2008-03-18 Evan ChengRewrite code that propagate isDead information after...
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-17 Chris Lattnerensure we continue matching x86-64 rotates.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for the TargetData class.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for several scalar transf...
2008-03-16 Nick LewyckyAll of these tests had out of date syntax and were...
2008-03-16 Nick LewyckyFunctions are allowed to return structures. (Note that...
2008-03-16 Nick LewyckyRegressions/ is long gone.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for PassManagers.
2008-03-14 Evan ChengFix PR2138. Apparently any modification to a std::multi...
2008-03-14 Bill WendlingThe inst combining of inttoptr into GEP with one index...
2008-03-13 Dan GohmanMore APInt-ification.
2008-03-13 Owen AndersonFix a bug in GVN that Duncan noticed, where we potentia...
2008-03-13 Tanya LattnerFix error in testing for END. notation.
2008-03-13 Evan ChengNew test case.
2008-03-13 Evan ChengA test case I forgot to check in.
2008-03-13 Evan ChengTwoAddressInstructionPass enhancement. After it convert...
2008-03-12 Evan ChengExperimental scheduler change to schedule / coalesce...
2008-03-12 Dan GohmanFix this test on hosts that don't have sse2.
2008-03-12 Chris Lattnerno need to keep around this output.
2008-03-12 Owen AndersonImprove the return slot optimization to be both more...
2008-03-12 Dan GohmanMake this test x86-specific for now; targets that don...
2008-03-12 Devang PatelFix attribute handling.
2008-03-11 Dan GohmanBasic feature test for multiple return values in codegen.
2008-03-11 Anton KorobeynikovTestcase for PR2137
2008-03-11 Devang PatelHandle multiple ret values.
2008-03-11 Dan GohmanCheck to see if a two-entry PHI block can be simplified
2008-03-11 Dan GohmanMake this test more challenging to help it avoid being
2008-03-11 Anton KorobeynikovUpdate testcase for recent aliases change
2008-03-11 Dan GohmanAdd a test to ensure that all-ones vectors are material...
2008-03-11 Dan GohmanUse the correct value for InSignBit.
2008-03-11 Chris LattnerImplement basic support for the 'f' register class...
2008-03-11 Dale JohannesenThe feature this is testing did not work in the general...
2008-03-11 Evan ChengLearn how to xfail a test.
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-03-11 Evan ChengXFAIL due to Dale's change.
2008-03-11 Devang PatelInitial multiple return values support.
2008-03-11 Dan GohmanUpgrade this test.
2008-03-11 Dan GohmanGeneralize ExpandIntToFP to handle the case where the...
2008-03-10 Scott Michel- Style cleanup in IA64ISelLowering.h: add 'virtual...
2008-03-10 Chris LattnerDon't emit FP_REG_KILL into a block that just returns...
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Bill WendlingUpdate llc flags for PPC register scavenger.
2008-03-10 Anton KorobeynikovThis passes now
2008-03-10 Dan GohmanFix mul expansion to check the correct number of bits for
2008-03-10 Dale JohannesenThe __sync primitives only work on x86 and alpha;
next