Test (incomplete) for easy muls
[oota-llvm.git] / test /
2009-07-16 Anton KorobeynikovTest (incomplete) for easy muls
2009-07-16 Anton KorobeynikovProvide "wide" muls and divs/rems
2009-07-16 Anton KorobeynikovTests for cmp / br_cc / select_cc
2009-07-16 Anton KorobeynikovEmit callee-saved regs spills / restores
2009-07-16 Anton KorobeynikovSome preliminary call lowering
2009-07-16 Anton KorobeynikovPrologue / epilogue emission
2009-07-16 Anton KorobeynikovAdd simple frame index elimination
2009-07-16 Anton KorobeynikovProvide proper test :)
2009-07-16 Anton KorobeynikovAdd address computation stuff
2009-07-16 Anton KorobeynikovAdd mem-imm stores
2009-07-16 Anton KorobeynikovAdd stores and truncstores
2009-07-16 Anton KorobeynikovAdd patterns for various extloads
2009-07-16 Anton KorobeynikovAdd shifts and reg-imm address matching
2009-07-16 Anton KorobeynikovAdd bunch of 32-bit patterns... Uffff :)
2009-07-16 Rafael EspindolaAdd tests for fixes I committed earlier to the C++ FE.
2009-07-16 Anton KorobeynikovAdd bunch of reg-imm movs
2009-07-16 Anton KorobeynikovProvide masked reg-imm 'or' and 'and'
2009-07-16 Anton KorobeynikovFix test running lines
2009-07-16 Anton KorobeynikovAdd reg-reg and pattern
2009-07-16 Anton KorobeynikovAdd sub reg-reg pattern
2009-07-16 Anton KorobeynikovAdd xor reg-reg pattern
2009-07-16 Anton KorobeynikovAdd or reg-reg pattern.
2009-07-16 Anton KorobeynikovAdd add reg-reg and reg-imm patterns
2009-07-16 Anton KorobeynikovAdd simple reg-reg and reg-imm moves
2009-07-16 Anton KorobeynikovMinimal lowering for formal_arguments / ret
2009-07-16 Anton KorobeynikovAdd testsuite dir for systemz stuff
2009-07-16 Richard OsborneCombine an unaligned store of unaligned load into a...
2009-07-16 Richard OsborneExpand unaligned 32 bit loads from an address which...
2009-07-16 Richard OsborneCustom lower unaligned 32 bit stores and loads into...
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-16 Chris Lattnerimplement .include in the lexer/parser instead of passi...
2009-07-15 Eli FriedmanSwitch invars away from using isTrapping when it really...
2009-07-15 Eli FriedmanDon't restrict the set of instructions where we try...
2009-07-15 Evan ChengShortenDeadCopySrcLiveRange needs to be more conservati...
2009-07-15 Dale JohannesenFix test so it works on systems where wchar_t != int.
2009-07-15 Dale JohannesenTest for llvm-gcc patch 75822.
2009-07-15 Dan GohmanApparently Darwin doesn't have /dev/full :-(.
2009-07-15 Richard OsborneFix pattern for LD16S_3r, add basic tests to check...
2009-07-15 Dan GohmanAdd a testcase for raw_ostream error checking.
2009-07-15 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode to handl...
2009-07-15 Kevin EnderbyAdded llvm-mc support for parsing the .dump and .load...
2009-07-15 Duncan SandsString constants are now output with private linkage.
2009-07-15 Chris Lattnerfix an arm codegen bug (the same as PR4482 on ppc)...
2009-07-15 Chris Lattnerget the PPC stub temporary label from the mangler inste...
2009-07-15 Chris Lattnerconvert this to filecheck style and make it a test...
2009-07-15 Chris Lattnersimplify this test to test the esentials.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .include directive.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .lsym directive.
2009-07-14 Dan GohmanFix the expansion of umax and smax in the case where...
2009-07-14 Chris Lattnerconvert to filecheck style, simplify RUN line, and...
2009-07-14 Chris Lattnerconvert this test to filecheck style
2009-07-14 Torok EdwinIntroduce a pointertracking pass.
2009-07-14 Chris LattnerTestcase for PR4556
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .desc directive.
2009-07-14 Dan GohmanAdd a testcase for a bug fixed by r75634.
2009-07-14 Dale JohannesenRevert 75571; I'm convinced this isn't the right thing...
2009-07-14 Daniel DunbarRevert r75610 (and r75620, which was blocking the rever...
2009-07-14 Chris LattnerChange the X86 asmprinter to use the mangler to apply...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Eli FriedmanFix trivial todo in instcombine.
2009-07-14 Dan GohmanUpdate LoopSimplify and LoopUnswitch to use the new...
2009-07-14 Dan GohmanFix indvars to not assume that a loop with a single...
2009-07-14 David GoodwinFix detection of valid BFC immediates.
2009-07-14 Bill WendlingCheck for the correct unnamed name.
2009-07-14 Dale JohannesenDon't delete asm's just because their inputs are undefined;
2009-07-13 Kevin EnderbyAdded llvm-mc support for parsing the .abort directive.
2009-07-13 Dan GohmanCheck in a reduced version of this testcase.
2009-07-13 Chris LattnerTwo changes:
2009-07-13 Eli FriedmanPR4548: optimize zext+udiv+trunc to udiv.
2009-07-13 Eli FriedmanFix bug in run-line.
2009-07-13 Dan GohmanAdd testcases for PR4538, PR4537, and PR4534.
2009-07-13 Eli FriedmanCanonicalize boolean +/- a constant to a select.
2009-07-13 Dan GohmanReapply 75252, with a fix to avoid the infinite recursi...
2009-07-13 Kevin Enderbyadd llvm-mc support for parsing the .subsections_via_sy...
2009-07-13 Chris LattnerMove the re-sort of invalidated NonLocalPointerDeps...
2009-07-12 Chris Lattnerremove tests for removed intrinsics.
2009-07-12 Chris Lattneradd nounwind
2009-07-11 Nick LewyckyDarwin prepends an _ to internal globals, Linux doesn't.
2009-07-11 Chris Lattnerfix x86-64 static codegen to materialize the address...
2009-07-11 Chris Lattnerthis test was incorrect for x86-64 static. It passed...
2009-07-11 Nick LewyckyRevert r75252 which was causing some crashes at compile...
2009-07-11 Chris LattnerFix PR4533, which is about buggy codegen in x86-64...
2009-07-11 Chris LattnerWe get the P modifier wrong in a lot of cases, just...
2009-07-11 Evan ChengDon't put IT instruction before conditional branches.
2009-07-11 Evan ChengSmarter isel of ldrsb / ldrsh. Only make use of these...
2009-07-11 Evan ChengMajor changes to Thumb (not Thumb2). Many 16-bit instru...
2009-07-10 Chris Lattneradd support for .zerofill, patch by Kevin Enderby!
2009-07-10 Chris Lattnerconvert test to use FileCheck, which is much more preci...
2009-07-10 Dan GohmanGeneralize ScalarEvolution's cast-folding code to suppo...
2009-07-10 Evan ChengAdd a thumb2 pass to insert IT blocks.
2009-07-10 Evan ChengRemove a bogus assertion.
2009-07-09 Bob WilsonHandle 'a' modifier on inline assembly operands.
2009-07-09 Eli FriedmanMake EXTRACT_VECTOR_ELT a bit more flexible in terms...
2009-07-09 Chris Lattneradd llvm-mc support for parsing the .lcomm directive...
2009-07-09 Nick LewyckyThere's no need to consider PHI nodes in the same block...
2009-07-09 Evan ChengTargets sometimes assign fixed stack object to spill...
2009-07-09 Lang HamesImproved tracking of value number kills. VN kills are...
2009-07-09 Chris Lattnerremove eh, convert to FileCheck style
2009-07-09 Chris Lattnerwe have no tests for dllimport/export. Add one.
next