An empty global constant (one of size 0) may have a section immediately
[oota-llvm.git] / test / CodeGen / X86 /
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-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 Evan ChengAllow more tailcall optimization: calls with inputs...
2010-01-29 Evan ChengCatch more trivial tail call opportunities: no inputs...
2010-01-28 Evan ChengFix a bug introduced by r94490 where it created a X86IS...
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 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-26 Evan ChengImplement cond ? -1 : 0 with sbb.
2010-01-25 Chris Lattnerwe removed support for darwin8 tools.
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 Lattneremit .ascii and .asciz through MCStreamer.
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 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 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 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-18 Evan ChengCanonicalize -1 - x to ~x.
2010-01-17 Chris Lattnerreduce this test and convert to filecheck, hopefully...
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-15 David GreeneFix PR6019. A load has more than one use if it feeds...
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 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...
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-12 Evan ChengAdd nounwind.
2010-01-12 Duncan SandsRevert commit 93204, since it causes the assembler...
2010-01-12 Dan GohmanMake several tests less fragile.
2010-01-12 Dan GohmanReapply the MOV64r0 patch, with a fix: MOV64r0 clobbers...
2010-01-11 Evan ChengAdd manual ISD::OR fastisel selection routines. TableGe...
2010-01-11 Evan ChengExtend r93152 to work on OR r, r. If the source set...
2010-01-11 Chris Lattnerreduce this to a sensible testcase.
2010-01-11 David GreeneShorten up this testcase.
2010-01-11 Evan ChengRevert 93158. It's breaking quite a few x86_64 tests.
2010-01-11 Jakob Stoklund OlesenAvoid adding PHI arguments for a predecessor that has...
2010-01-11 Dan GohmanUse a 32-bit and with implicit zero-extension instead...
2010-01-11 Dan GohmanRe-instate MOV64r0 and MOV16r0, with adjustments to...
2010-01-11 Dan GohmanGeneralize this check to avoid depending on a specific...
2010-01-11 Dan GohmanMake this test less trivial, to avoid spurious failures.
2010-01-11 Evan ChengSelect an OR with immediate as an ADD if the input...
2010-01-11 David GreeneImplement a feature (-vector-unaligned-mem) to allow...
2010-01-09 Jeffrey YasskinFix llvm.org/PR5729: x86-64 tail calls were putting...
2010-01-09 Dan GohmanRevert an earlier change to SIGN_EXTEND_INREG for vecto...
2010-01-08 Evan ChengFix a critical bug in 64-bit atomic operation lowering...
2010-01-08 Evan ChengReplaceAllUsesOfValueWith may delete other nodes that...
2010-01-07 Chris LattnerFix rdar://7517201, a regression introduced by r92849.
2010-01-07 Evan ChengFix a minor regression from my dag combiner changes...
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-05 Dan GohmanMove this test from test/Transforms/IndVarSimplify to
2010-01-05 Bill WendlingDon't assign the shift the same type as the variable...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2010-01-04 Dan GohmanMake this test more portable.
2010-01-04 Dan GohmanAdd some tests and update an existing test to reflect...
2010-01-03 Chris Lattnerfix PR5930, allowing the asmprinter to emit difference...
2010-01-03 Chris Lattneradd PR#
2010-01-03 Chris Lattnerdifferences between two blockaddress's don't cause a
2010-01-02 Chris Lattnerallow this to work on linux hosts.
2010-01-02 Chris LattnerTeach codegen to handle:
2010-01-01 Chris Lattnerrename file.
2010-01-01 Chris LattnerTeach codegen to lower llvm.powi to an efficient (but...
2009-12-24 Chris Lattnerhandle equality memcmp of 8 bytes on x86-64 with two...
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-22 Evan ChengRemove target attribute break-sse-dep. Instead, do...
2009-12-18 Evan ChengIncrease opportunities to optimize (brcond (srl (and...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-18 Dan GohmanTidy up this testcase and add test for tailcall optimiz...
2009-12-18 Dan GohmanRemove "tail" keywords. These calls are not intended...
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
next