fix an off-by-one error.
[oota-llvm.git] / test / CodeGen /
2010-02-22 Evan ChengThese should not have been committed.
2010-02-22 Chris Lattnerno need to run llvm-as here.
2010-02-22 Evan ChengInstcombine constant folding can normalize gep with...
2010-02-22 Dan GohmanCanonicalize ConstantInts to the right operand of commu...
2010-02-22 Dan GohmanActually enable the -enable-unsafe-fp-math tests.
2010-02-22 Arnold SchwaighoferMark the return address stack slot as mutable when...
2010-02-22 Dan GohmanRemove the logic for reasoning about NaNs from the...
2010-02-22 Dan GohmanWhen emitting an instruction which depends on both...
2010-02-21 Chris Lattneradd some no-unwinds, other minor cleanups.
2010-02-21 Chris Lattneradd a triple so that this doesn't fail due to linux...
2010-02-21 Chris Lattnerfilecheckize and add nouwinds.
2010-02-21 Anton KorobeynikovIT turns out that during jumpless setcc lowering eq...
2010-02-21 Chris Lattnerfix and un-xfail X86/vec_ss_load_fold.ll
2010-02-21 Chris Lattnertemporarily disable this.
2010-02-19 Dan GohmanCheck for overflow when scaling up an add or an addrec for
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-19 Evan ChengTransform (xor (setcc), (setcc)) == / != 1 to
2010-02-19 Dan GohmanWhen determining the set of interesting reuse factors...
2010-02-18 Mon P WanggetSplatIndex assumes that the first element of the...
2010-02-18 Jakob Stoklund OlesenAlways normalize spill weights, also for intervals...
2010-02-18 Dan GohmanMake CodePlacementOpt detect special EH control flow by
2010-02-18 Chris Lattnerremove empty file
2010-02-18 Bob WilsonUse NEON vmin/vmax instructions for floating-point...
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-17 Dan GohmanDon't check for comments, which vary between subtargets.
2010-02-17 Dan GohmanDon't attempt to divide INT_MIN by -1; consider such...
2010-02-17 Chris Lattnerroundss is an sse 4 thing, fix the test on non-sse41...
2010-02-16 Dale JohannesenMake g5 target explicit; scheduling affects register...
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
2010-02-16 Dale JohannesenAdjust register numbers in tests to compensate for the
2010-02-16 Chris Lattnerfilecheckize
2010-02-16 Evan ChengLook for SSE and instructions of this form: (and x...
2010-02-16 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-16 Bob WilsonFix pr6111: Avoid using the LR register for the target...
2010-02-16 Dan GohmanSplit the main for-each-use loop again, this time for...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Jakob Stoklund OlesenFix PR6300.
2010-02-15 Bob WilsonLast week we were generating code with duplicate induct...
2010-02-15 Chris Lattnerremove empty file.
2010-02-15 Chris Lattnerrevert r96241. It breaks two regression tests, isn...
2010-02-15 Chris Lattnerfix PR6305 by handling BlockAddress in a helper function
2010-02-15 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-13 Jakob Stoklund OlesenFix PR6283.
2010-02-13 Bob WilsonBesides removing phi cycles that reduce to a single...
2010-02-12 Dale JohannesenWhen save/restoring CR at prolog/epilog, in a large
2010-02-12 Anton KorobeynikovTestcases for recent stdcall / fastcall mangling improv...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-11 Jakob Stoklund OlesenReapply coalescer fix for better cross-class coalescing.
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
2010-02-10 Bob WilsonDelete dead PHI machine instructions. These can be...
2010-02-10 Evan ChengNow that ShrinkDemandedOps() is separated out from...
2010-02-09 Chris Lattnermove tests that depend on the x86 backend out of codege...
2010-02-09 Chris Lattnermake target independent.
2010-02-09 Chris Lattnermerge a target-specific add test into x86 directory.
2010-02-09 Chris Lattnermerge another test in, drop the trivially constant...
2010-02-09 Chris Lattnerconsolidate and filecheckize two tests.
2010-02-09 Chris Lattnermerge two tests, make target independent.
2010-02-08 Chris Lattnerconvert to filecheck.
2010-02-08 Chris Lattneradd an x86 implementation of MCTargetExpr for
2010-02-08 Dan GohmanWhen CodeGen'ing unoptimized code, there may be unfolde...
2010-02-08 Dan GohmanIn guaranteed tailcall mode, don't decline the tailcall...
2010-02-06 Evan ChengRun codegen dce pass for all targets at all optimizatio...
2010-02-06 Evan ChengRemove a large test case that (soon will) no longer...
2010-02-06 Rafael EspindolaFix alignment on ppc linux. This fixes the build of...
2010-02-06 Evan ChengDo not emit callseq instructions around sibcalls. This...
2010-02-06 Bob WilsonHandle AddrMode6 (for NEON load/stores) in Thumb2's...
2010-02-05 Jakob Stoklund OlesenDon't unroll loops containing function calls.
2010-02-05 Bill WendlingMake test more fucused eliminating extraneous bits.
2010-02-05 Evan ChengFix test.
2010-02-05 Evan ChengHandle tail call with byval arguments.
2010-02-05 Evan ChengWhen the scheduler unfold a load folding instruction...
2010-02-05 Bill WendlingAn empty global constant (one of size 0) may have a...
2010-02-04 Jakob Stoklund OlesenFix small bug in handling instructions with more than...
2010-02-04 Evan ChengRe-enable x86 tail call optimization.
2010-02-04 Chris Lattneradd support for the sparcv9-*-* target triple to turn on
2010-02-03 Evan ChengSpeculatively disable x86 automatic tail call optimizat...
2010-02-03 Evan ChengMake test less fragile
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-03 Dale JohannesenReapply 95050 with a tweak to check the register class.
2010-02-03 Chris Lattnermake these less sensitive to asm verbose changes by...
2010-02-02 Dale JohannesenTest revert 95050; there's a good chance it's causing
2010-02-02 Evan ChengPerform sibcall in some cases when arguments are passes...
2010-02-02 Dale JohannesenMake local RA smarter about reusing input register...
2010-02-01 Evan ChengFix PR6196. GV callee may not be a function.
2010-02-01 Dan GohmanUpdate this test for a trivial register allocation...
2010-02-01 Evan ChengUndo r94946 now all the tests are passing again.
2010-01-31 Evan ChengAvoid recursive sibcall's.
2010-01-30 Anton KorobeynikovFix a gross typo: ARMv6+ may or may not support unalign...
2010-01-30 Evan ChengAllow more tailcall optimization: calls with inputs...
2010-01-29 Evan ChengCatch more trivial tail call opportunities: no inputs...
2010-01-28 Chris Lattnerconvert the last 3 targets to use EmitFunctionBody...
2010-01-28 Evan ChengFix a bug introduced by r94490 where it created a X86IS...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris Lattneremit a 0 byte instead of a noop if a function is empty...
2010-01-27 Chandler CarruthQuick fix to a test that is currently failing on every...
2010-01-27 Evan ChengPerform trivial tail call optimization for callees...
next