Trying that again.
[oota-llvm.git] / test / CodeGen /
2008-01-02 Chris Lattnerfix this to use a valid triple.
2008-01-02 Chris Lattnerverify that aligned common support doesn't break.
2007-12-31 Duncan SandsFix PR1833 - eh.exception and eh.selector return two
2007-12-29 Chris LattnerOne readme entry is done, one is really easy (Evan...
2007-12-29 Chris Lattnerupgrade this test
2007-12-29 Chris LattnerFold comparisons against a constant nan, and optimize...
2007-12-29 Chris Lattnerthis xform is implemented.
2007-12-29 Chris LattnerCodegen:
2007-12-29 Chris Lattneravoid going through a stack slot to convert from fpstac...
2007-12-26 Chris Lattnerone fewer uncond branch with my codegenprepare hack...
2007-12-26 Gordon HenriksenTests for changes made in r45356, where IPO optimizatio...
2007-12-25 Gordon HenriksenGC poses hazards to the inliner. Consider:
2007-12-25 Gordon HenriksenNoting and enforcing that GC intrinsics are valid only...
2007-12-25 Gordon HenriksenAdjusting verification of "llvm.gc*" intrinsic prototyp...
2007-12-20 Evan ChengRemove xfail. This is fixed.
2007-12-20 Scott MichelMore working CellSPU tests:
2007-12-19 Scott MichelCellSPU testcase, extract_elt.ll: extract vector element.
2007-12-19 Scott MichelMore working CellSPU test cases:
2007-12-19 Scott MichelTwo more test cases: or_ops.ll (arithmetic or operation...
2007-12-19 Scott MichelAdd new immed16.ll test case, fix CellSPU errata to...
2007-12-18 Evan ChengFix PR1872: SrcValue and SrcValueOffset should not...
2007-12-18 Evan ChengFIX for PR1799: When a load is unfolded from an instruc...
2007-12-17 Scott Micheli32 immediate constant test case for CellSPU
2007-12-17 Scott Michel- Restore some i8 functionality in CellSPU
2007-12-17 Duncan SandsMake invokes of inline asm legal. Teach codegen
2007-12-15 Evan ChengMake better use of instructions that clear high bits...
2007-12-15 Scott MichelStart committing working test cases for CellSPU.
2007-12-14 Evan ChengFix ctlz and cttz. llvm definition requires them to...
2007-12-14 Evan ChengImplement ctlz and cttz with bsr and bsf.
2007-12-13 Evan ChengBe extra careful with extension use optimation. Now...
2007-12-13 Evan ChengFold some and + shift in x86 addressing mode.
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-12-12 Dan GohmanAllow vector integer constants to be created with
2007-12-12 Evan ChengUse shuffles to implement insert_vector_elt for i32...
2007-12-12 Evan ChengAdd a test case for -optimize-ext-uses.
2007-12-12 Evan ChengLower a build_vector with all constants into a constpoo...
2007-12-11 Evan Cheng- Improved v8i16 shuffle lowering. It now uses pshuflw...
2007-12-10 Christopher LambImprove branch folding by recgonizing that explict...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-09 Gordon HenriksenUpgrading this test to 2.0 .ll syntax.
2007-12-08 Chris LattnerFix a significant code quality regression I introduced...
2007-12-08 Chris Lattnerimplement __builtin_return_addr(0) on ppc.
2007-12-07 Evan ChengMuch improved v8i16 shuffles. (Step 1).
2007-12-07 Evan ChengNew test case.
2007-12-06 Evan ChengFix a bogus test case.
2007-12-06 Evan ChengTurning simple splitting on. Start testing new coalesce...
2007-12-06 Chris Lattnerthird time around: instead of disabling this completely,
2007-12-06 Chris LattnerActually, disable this code for now. More analysis...
2007-12-06 Chris Lattnerimplement a readme entry, compiling the code into:
2007-12-06 Chris Lattnerfix this when run on non x86 hosts.
2007-12-06 Evan ChengFix for PR1831: if all defs of an interval are re-mater...
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 Lattnerupgrade this test
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 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-25 Chris LattnerFix a long standing deficiency in the X86 backend:...
2007-11-24 Chris Lattnerupgrade this test
2007-11-21 Duncan SandsFix a bug in which node A is replaced by node B, but...
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-16 Evan ChengTypo.
2007-11-16 Dale JohannesenTestcase from PR 1508 (although its's somewhat
2007-11-15 Evan ChengFix a thinko in post-allocation coalescer.
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-10 Arnold SchwaighoferUpdate tailcall code to include inline attribute operan...
2007-11-09 Evan ChengFix tests.
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-06 Evan ChengAdd pseudo dependency to force two-address instruction...
2007-11-05 Dan GohmanAdd support for vector remainder operations.
2007-11-05 Dale JohannesenMake labels work in asm blocks; allow labels as
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 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 Dale JohannesenTest that expand_vector_elt(v2i64) works in 32-bit...
2007-10-30 Evan ChengIt's not safe to tell SplitCriticalEdge to merge identi...
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...
2007-10-29 Chris LattnerAdd support for the x86-64 'q' regigster modifier,...
2007-10-26 Bill WendlingOn second thought. Remove this as it should never be...
2007-10-26 Bill Wendling- Remove the hacky code that forces a memcpy. Alignment...
next