Add comments.
[oota-llvm.git] / test / CodeGen / X86 /
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...
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-16 Dale JohannesenDo better with physical reg operands (typically, from...
2009-12-15 Kenneth UildriksFor fastcc on x86, let ECX be used as a return register...
2009-12-15 Evan ChengDisable 91381 for now. It's miscompiling ARMISelDAG2DAG...
2009-12-15 Evan ChengMake 91378 more conservative.
2009-12-15 Evan ChengUse sbb x, x to materialize carry bit in a GPR. The...
2009-12-15 Evan ChengPropagate zest through logical shift.
2009-12-14 Dan GohmanFix integer cast code to handle vector types.
2009-12-12 Evan ChengDisable r91104 for x86. It causes partial register...
2009-12-11 Dan GohmanImplement vector widening, splitting, and scalarizing...
2009-12-11 Dan GohmanChange this to the correct PR number.
2009-12-11 Dan GohmanFix the result type of SELECT nodes lowered from Select...
2009-12-11 Anton KorobeynikovHonour setHasCalls() set from isel.
2009-12-11 Evan ChengTests for 91103 and 91104.
2009-12-10 Evan ChengIt's not safe to coalesce a move where src and dst...
2009-12-09 Evan ChengFix test.
2009-12-09 Evan ChengOptimize splat of a scalar load into a shuffle of a...
2009-12-07 David GreeneUse FileCheck and set nounwind on calls.
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-12-05 Bill WendlingTemporarily revert r90502. It was causing the llvm...
2009-12-04 Jakob Stoklund OlesenAlso attempt trivial coalescing for live intervals...
2009-12-03 Nate BegemanDon't pull vector sext through both hands of a logical...
2009-12-02 Bill WendlingRemove unnecessary check.
2009-12-01 Evan ChengFix PR5391: support early clobber physical register...
2009-12-01 Jakob Stoklund OlesenUse CFG connectedness as a secondary sort key when...
2009-11-30 Jakob Stoklund OlesenNew virtual registers created for spill intervals shoul...
2009-11-30 Mon P WangAdd test case for r90108
2009-11-26 Evan ChengTest for 89905.
2009-11-22 Benjamin KramerTurns out stuff gets allocated to different registers...
2009-11-22 Edward O'CallaghanFix for bad FileCheck converts in revision 89584.
2009-11-22 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-11-20 Evan ChengEnable hoisting load from constant memories.
2009-11-20 Sean CallananRecommitting PALIGNR shift width fixes.
2009-11-20 Sean CallananReverting PALIGNR fix until I figure out how this
2009-11-20 Sean CallananFixed PALIGNR to take 8-bit rotations in all cases.
2009-11-20 Dan GohmanFix fast-isel to avoid selecting the return instruction...
2009-11-19 Bill WendlingTest from Dhrystone to make sure that we're not emittin...
2009-11-18 Jakob Stoklund OlesenFix PR5300.
2009-11-18 Jakob Stoklund OlesenFix inverted test and add testcase from failing self...
2009-11-17 Jakob Stoklund OlesenRemove fragile test.
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default, except when -regall...
2009-11-17 Evan ChengRevert 89021. It's miscompiling llvm-gcc driver driver...
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default
2009-11-17 Evan ChengMOV64rm should be marked isReMaterializable.
2009-11-16 Dan GohmanFix this test - there don't appear to be any actual...
2009-11-16 Dan GohmanRevert r87049, which was the workaround for the regress...
2009-11-16 Evan Cheng- Check memoperand alignment instead of checking stack...
2009-11-16 David GreeneSupport spill comments.
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
2009-11-14 Dan GohmanEnable the tail call optimization when the caller retur...
2009-11-13 Dan GohmanWhen optimizing for size, don't tail-merge unless it...
2009-11-13 Dan GohmanDon't let a noalias difference disrupt the tailcall...
2009-11-13 Daniel DunbarUpdate test.
2009-11-12 Dan GohmanTail merge at any size when there are two potentials...
2009-11-11 Kenneth Uildriksx86 users can now return arbitrary sized structs. ...
2009-11-11 Dan GohmanAdd support for tail duplication to BranchFolding,...
2009-11-11 Evan ChengAdd nounwind.
2009-11-11 Bill WendlingFix test to work on every platform.
2009-11-11 Bill WendlingMake sure that the exception handling data has the...
2009-11-09 Mike StumpAdd testcase for recent checkin.
2009-11-07 Nate Begemanx86 vector shuffle cleanup/fixes:
2009-11-07 Eric ChristopherFix a couple of shuffle patterns to use movhlps instead
2009-11-07 Chris Lattnermerge cmp1 into cmp0 and filecheckize.
2009-11-06 Eric ChristopherFix PR5315, original patch by Nicolas Capens!
2009-11-04 Evan ChengRangeIsDefinedByCopyFromReg() should check for subreg_t...
2009-11-03 Evan ChengRe-apply 85799. It turns out my code isn't buggy.
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-11-02 Evan ChengRevert 85799 for now. It might be breaking llvm-gcc...
2009-11-02 Evan ChengInitilize the machine LICM CSE map upon the first time...
2009-11-01 Chris Lattnerimprove x86 codegen support for blockaddress. We now...
2009-10-31 Dan GohmanAdd a target triple so that this test behaves consisten...
2009-10-30 Dan GohmanFix the -mattr line for this test so that it passes...
2009-10-30 Dan GohmanFix MachineLICM to use the correct virtual register...
2009-10-30 Evan ChengI forgot to commit this test.
2009-10-28 Bob WilsonReimplement BranchFolding change to avoid tail merging...
2009-10-28 Dan GohmanTeach MachineLICM to unfold loads from constant memory...
2009-10-28 Dan GohmanMark dead physregdefs dead immediately. This helps...
2009-10-28 Dan GohmanAllow constants of different types to share constant...
next