change dag isel emitter to only call 'IsProfitableToFold' on nodes
[oota-llvm.git] / test / CodeGen /
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...
2010-01-26 Chris Lattneremit jump table an alias ".set" directives through...
2010-01-26 Rafael EspindolaEmit .comm alignment in bytes but .align in powers...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-26 Evan ChengImplement cond ? -1 : 0 with sbb.
2010-01-25 Rafael EspindolaUpdate test for darwin.
2010-01-25 Chris Lattnerwe removed support for darwin8 tools.
2010-01-25 Rafael EspindolaFix PR6134.
2010-01-25 Daniel DunbarAttempt to unbreak test on Linux. Chris, please check.
2010-01-24 Chris Lattnerjust remove this test, it is not reduced, is not clear...
2010-01-24 Mon P WangIt seems better to scalarize vectors of size 1 instead...
2010-01-24 Mon P WangImproved widening loads by adding support for wider...
2010-01-23 Chris LattnerChange constantexpr global variable initializers to...
2010-01-23 Eric ChristopherDon't lower splat vector load to relative to the esp...
2010-01-23 Chris Lattnerstop testing for invalid output.
2010-01-23 Chris Lattneremit .ascii and .asciz through MCStreamer.
2010-01-23 Chris Lattnerremove this test.
2010-01-23 Evan ChengFix test.
2010-01-23 Evan ChengFix tests.
2010-01-22 Chris Lattnermake this less constrained, we want blank lines between...
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
2010-01-21 Chris Lattnertestcase for r94095
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-20 Chris Lattneremit basic block labels with mcstreamer.
2010-01-20 Chris Lattneremit integer and fp zeros as (e.g.) .byte 0 instead...
2010-01-20 Chris Lattnersignficant cleanups to EmitGlobalConstant (including...
2010-01-19 Dan GohmanFold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to...
2010-01-19 Dan GohmanMake SCEVAddRecExpr's getType return a pointer type...
2010-01-19 Dan GohmanAdd nounwinds.
2010-01-19 Jakob Stoklund OlesenRemove predicates when changing an add into an unpredic...
2010-01-19 Evan ChengDo not extend extension results beyond the use of a...
2010-01-19 Chris Lattnerdon't let asm-verbose break the check-next lines in...
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattnerfix a significant difference between llvm and gcc on...
2010-01-19 Chris Lattnerthere is no need to emit a .section above .comm on...
next