Fix typo.
[oota-llvm.git] / test / CodeGen / X86 /
2010-03-10 Evan ChengFix typo.
2010-03-10 Evan ChengUnbreak test on Linux.
2010-03-10 Evan ChengEnable machine cse pass.
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Evan ChengAdd documentation on sibling call optimization. Rename...
2010-03-05 Charles DavisDon't emit global symbols into the (__TEXT,__ustring...
2010-03-05 Jakob Stoklund OlesenBetter handling of dead super registers in LiveVariable...
2010-03-05 Jakob Stoklund OlesenWe don't really care about correct register liveness...
2010-03-05 Jakob Stoklund OlesenAvoid creating bad PHI instructions when BR is being...
2010-03-05 Evan ChengFix an oops in x86 sibcall optimization. If the ByVal...
2010-03-05 Chris LattnerFix PR6497, a bug where we'd fold a load into an addc
2010-03-05 Chris Lattnercleanup
2010-03-05 Evan ChengRever 96389 and 96990. They are causing some miscompila...
2010-03-05 Bill WendlingRevert r97766. It's deleting a tag.
2010-03-05 Bill WendlingMicro-optimization:
2010-03-04 Jakob Stoklund OlesenFix the remaining MUL8 and DIV8 to define AX instead...
2010-03-04 Dan GohmanFix recognition of 16-bit bswap for C front-ends which...
2010-03-03 Dan GohmanRevert r97580; that's not the right way to fix this.
2010-03-03 Bill WendlingThis test case:
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Dan GohmanWhen expanding an expression such as (A + B + C + D...
2010-03-02 Chris Lattnerclean up some testcases.
2010-03-02 Chris LattnerFix the xfail I added a couple of patches back. The...
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Dan GohmanFix several places to handle vector operands properly.
2010-03-01 Devang PatelRewrite test to test VLA using new debug info encoding...
2010-02-28 Chris Lattneradd some random nounwinds.
2010-02-28 Dan GohmanDon't try to replace physical registers when doing...
2010-02-27 Dan GohmanAdd nounwinds.
2010-02-27 Evan ChengRe-apply 97040 with fix. This survives a ppc self-host...
2010-02-25 Chris Lattnerchange the scope node to include a list of children...
2010-02-25 Dan GohmanRevert r97064. Duncan pointed out that bitcasts are...
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-02-24 Daniel DunbarSpeculatively revert r97011, "Re-apply 96540 and 96556...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-02-24 Evan ChengRe-apply 96540 and 96556 with fixes.
2010-02-24 Jakob Stoklund OlesenDIV8r must define %AX since X86DAGToDAGISel::Select...
2010-02-23 Jakob Stoklund OlesenRemember to handle sub-registers when moving imp-defs...
2010-02-23 Jakob Stoklund OlesenKeep track of phi join registers explicitly in LiveVari...
2010-02-22 Evan ChengThese should not have been committed.
2010-02-22 Evan ChengInstcombine constant folding can normalize gep with...
2010-02-22 Dan GohmanCanonicalize ConstantInts to the right operand of commu...
2010-02-22 Dan GohmanActually enable the -enable-unsafe-fp-math tests.
2010-02-22 Arnold SchwaighoferMark the return address stack slot as mutable when...
2010-02-22 Dan GohmanRemove the logic for reasoning about NaNs from the...
2010-02-21 Chris Lattnerfix and un-xfail X86/vec_ss_load_fold.ll
2010-02-21 Chris Lattnertemporarily disable this.
2010-02-19 Dan GohmanCheck for overflow when scaling up an add or an addrec for
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-19 Evan ChengTransform (xor (setcc), (setcc)) == / != 1 to
2010-02-19 Dan GohmanWhen determining the set of interesting reuse factors...
2010-02-18 Mon P WanggetSplatIndex assumes that the first element of the...
2010-02-18 Jakob Stoklund OlesenAlways normalize spill weights, also for intervals...
2010-02-18 Dan GohmanMake CodePlacementOpt detect special EH control flow by
2010-02-18 Chris Lattnerremove empty file
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-17 Dan GohmanDon't check for comments, which vary between subtargets.
2010-02-17 Dan GohmanDon't attempt to divide INT_MIN by -1; consider such...
2010-02-17 Chris Lattnerroundss is an sse 4 thing, fix the test on non-sse41...
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
2010-02-16 Chris Lattnerfilecheckize
2010-02-16 Evan ChengLook for SSE and instructions of this form: (and x...
2010-02-16 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-16 Dan GohmanSplit the main for-each-use loop again, this time for...
2010-02-15 Jakob Stoklund OlesenFix PR6300.
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 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-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 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-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 Evan ChengDo not emit callseq instructions around sibcalls. This...
2010-02-05 Jakob Stoklund OlesenDon't unroll loops containing function calls.
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-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
next