SDDbgValues are apparently not being legalized. Fix a symptom of the problem,
[oota-llvm.git] / test / CodeGen / X86 /
2010-05-07 Dale JohannesenFix PR 7087, and probably other things, by extending
2010-05-07 Duncan SandsCorrect some bogus target triples.
2010-05-07 Nick LewyckyRevert r103133 and add testcase from PR7066.
2010-05-07 Dan GohmanDisable the new unknown-location code for now. It cause...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Dan GohmanAdd a testcase for r103135, explicitly representing...
2010-05-06 Chris LattnerFix PR7054 - Assertion `Symbol->isUndefined() && "Canno...
2010-05-05 Jakob Stoklund OlesenFix PR6520. An earlyclobber physreg must not be allocat...
2010-05-03 Jakob Stoklund OlesenCheck that subregisters don't have independent values...
2010-05-03 Dan GohmanFix tests to use fadd, fsub, and fmul, instead of add...
2010-05-03 Dan GohmanFix a bug which prevented tail merging of return instru...
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-05-01 Bill WendlingTest failing too much on too many platforms.
2010-04-30 Bill WendlingMaybe it needs sse2?
2010-04-30 Bill WendlingForce 64-bit.
2010-04-30 Bill WendlingEXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have...
2010-04-30 Jakob Stoklund OlesenThe local register allocator has to spill dirty callee...
2010-04-30 Evan ChengFix test.
2010-04-30 Evan ChengAnother sibcall bug. If caller and callee calling conve...
2010-04-29 Jakob Stoklund OlesenReject really weird coalescer case when trying to merge...
2010-04-29 Evan ChengLoad folding tail call should not use ebp / rbp after...
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Evan ChengEnable i16 to i32 promotion by default.
2010-04-28 Evan ChengUpdate tests.
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-27 Evan ChengDo not count kill, implicit_def instructions as printed...
2010-04-27 Chris Lattnerround zero-byte .zerofill directives up to 1 byte....
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
2010-04-26 Dan GohmanWhen checking whether the special handling for an addre...
2010-04-26 Chris Lattnerfix PR6921 a different way. Intead of increasing the
2010-04-26 Chris LattnerRevert r102300/102301, which serious broke objc apps.
2010-04-25 Chris LattnerFix PR6921: globals were not getting correctly rounded...
2010-04-24 Dan GohmanGeneralize LSR's OptimizeMax to handle the new kinds...
2010-04-23 Stuart HastingsPer Chris, fuse four trivial tests using grep (r102199...
2010-04-23 Dan GohmanChange TargetData's algorithm for computing defualt...
2010-04-23 Stuart HastingsAdd some missing x86 patterns for movdq2q. Fixes two...
2010-04-23 Dan GohmanFix LSR to tolerate cases where ScalarEvolution initially
2010-04-21 Evan ChengDo not try to optimize a copy that has already been...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-21 Evan Cheng- Clean up some crappy code which deals with coalescing...
2010-04-21 Dan GohmanAdd another variant of this test which found a place...
2010-04-20 Chris Lattnerteach the x86 address matching stuff to handle
2010-04-20 Bill WendlingMove CodeGen/X86/2010-04-19-DAGCombineCrash.ll into...
2010-04-20 Bill WendlingThe visitXOR method can return the same SDNode. If...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-17 Evan ChengAdd nounwind.
2010-04-15 Jakob Stoklund OlesenAdd test case for machine-sink on critical edges
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Chris Lattnerfurther tweak this to do something useful.
2010-04-15 Chris Lattnerremove undef control flow.
2010-04-14 Jakob Stoklund OlesenRemove unneeded types from test.
2010-04-13 Evan ChengAdd test for post-ra machine licm.
2010-04-13 Evan ChengFix test on non-x86 hosts.
2010-04-13 Evan ChengRe-apply 101075 and fix it properly. Just reuse the...
2010-04-13 Eric ChristopherTemporarily revert r101075, it's causing invalid iterat...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-12 Evan ChengUse .set expression for x86 pic jump table reference...
2010-04-12 Bill WendlingThird time's a charm...
2010-04-12 Bill WendlingGenericize the label test.
2010-04-12 Bill WendlingCorrect test to test what I mean it to test.
2010-04-12 Bill WendlingMicro-optimization:
2010-04-12 Evan ChengEnable post regalloc machine licm by default.
2010-04-09 Dan GohmanMerge a few fast-isel tests.
2010-04-08 Evan ChengCoalescer should not delete copy instructions whose...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-08 Dan GohmanWhen expanding expressions which are using post-inc...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-04-07 Chris Lattnerthis has a pr!
2010-04-07 Chris Lattnerfix a latent bug my inline asm stuff exposed:
2010-04-06 Jakob Stoklund OlesenDon't try to collapse DomainValues onto an incompatible...
2010-04-05 Evan ChengAdd nounwind.
2010-04-05 Dan GohmanDon't do code sinking on unreachable blocks. It's unpro...
2010-04-04 Chris Lattnerresolve a fixme.
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Dan GohmanRevert the recent alignment changes. They're broken...
2010-04-02 Dan GohmanRemove this initializer so that the optimizer doesn...
2010-04-02 Dan GohmanUpdate this test for the new preferred alignment heuris...
2010-04-01 Evan ChengIn 64-bit mode, use i64 to lower memcpy / memset instea...
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Evan ChengAdd -mcpu to memcpy / memset tests to ensure they behav...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-03-31 Jakob Stoklund OlesenReplace V_SET0 with variants for each SSE execution...
2010-03-31 Jakob Stoklund OlesenFix typo. Thank you, valgrind.
2010-03-30 Jakob Stoklund OlesenNot all platforms start symbols with _
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. Now with tests!
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2010-03-28 Chris Lattnerteach tblgen to allow patterns like (add (i32 (bitconve...
2010-03-26 Evan ChengDo not sibcall if stack needs to be dynamically aligned.
2010-03-26 Evan ChengAllow trivial sibcall of vararg callee when no argument...
2010-03-26 Evan ChengTry trivial remat before the coalescer gives up on...
2010-03-25 Evan ChengAdd nounwind.
2010-03-25 Chris LattnerMake the NDEBUG assertion stronger and more clear what is
2010-03-24 Nate BegemanBUILD_VECTOR was missing out on some prime opportunitie...
2010-03-20 Evan ChengStupid svn. Add back to the lost sibcall tests.
2010-03-19 Kevin EnderbyFixed the encoding problems of the crc32 instructions...
2010-03-19 Mon P WangFixed a widening bug where we were not using the correc...
next