Updated the TableGen emitter for the Enhanced
[oota-llvm.git] / test / CodeGen /
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...
2010-01-19 Evan ChengTest case for r93758.
2010-01-18 Evan ChengCanonicalize -1 - x to ~x.
2010-01-17 Chris Lattnerreduce this test and convert to filecheck, hopefully...
2010-01-17 Bob WilsonThe Neon "vtst" instruction takes a suffix that is...
2010-01-16 Kenneth UildriksWhen checking for sret-demotion, it needs to use legal...
2010-01-16 Chris Lattnerthis teestcase takes a long time to crash, remove it...
2010-01-16 Bob WilsonRun the pre-register allocation tail duplication pass...
2010-01-15 David GreeneFix PR6019. A load has more than one use if it feeds...
2010-01-15 Jim Grosbachadd testcase for r93564
2010-01-15 Anton KorobeynikovReenable tests
2010-01-15 Anton KorobeynikovTemporary disable tests
2010-01-14 Anton KorobeynikovAdd variable-width shifts for MSP430
2010-01-14 Dan GohmanFix a codegen abort seen in 483.xalancbmk.
2010-01-13 Chris Lattnerthis test requires SSE, thanks to jyasskin for pointing...
2010-01-13 Evan ChengCommit some changes I had managed to lose last night...
2010-01-13 Evan ChengRe-enable extension optimization pass.
2010-01-13 Chris Lattnerremove uses of deprecated functions, this generates...
2010-01-13 Evan ChengDisable opt-ext pass to unbreak the build for now.
2010-01-13 Jeffrey YasskinTry to fix the ARM and PPC buildbots. The -mattr=vector...
next