Add SplitKit::isOriginalEndpoint and use it to force live range splitting to terminate.
[oota-llvm.git] / test / CodeGen / X86 /
2011-02-21 NAKAMURA TakumiTarget/X86/X86FastISel: [PR6275] Fix Win32's dllimport...
2011-02-21 Cameron ZwarichThe signed version of our "magic number" computation...
2011-02-20 Nick LewyckyMake RecursivelyDeleteDeadPHINode delete a phi node...
2011-02-20 Nadav RotemFix 9267; Add vector zext support.
2011-02-19 Devang PatelDIE numbers do not add any value in this test.
2011-02-18 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-18 Bill WendlingReapply r114997 now that the buildbots have been updated.
2011-02-18 Cameron ZwarichRoll out r125794 to help diagnose the llvm-gcc-i386...
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-16 Eric ChristopherThe change for PR9190 wasn't quite right. We need to...
2011-02-16 Eric ChristopherAdd testcase for PR9190.
2011-02-15 Devang PatelIgnore DBG_VALUE machine instructions while constructin...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-14 Chris Lattnerfix PR9210 by implementing some type legalization logic for
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2011-02-13 Chris Lattnerwhen legalizing extremely wide shifts, make sure that
2011-02-10 Evan ChengAfter 3-addressifying a two-address instruction, update...
2011-02-07 Devang PatelReduce test case, smaller is better.
2011-02-05 NAKAMURA TakumiTarget/X86: Tweak allocating shadow area (aka home...
2011-02-04 Devang PatelMerge .debug_loc entries whenever possible to reduce...
2011-02-04 Nick LewyckyMark that the return is using EAX so that we don't...
2011-02-04 Devang PatelDebugLoc associated with a machine instruction is used...
2011-02-03 Rafael EspindolaAdd -march to fix the bots.
2011-02-03 Rafael EspindolaFix PR9127 by reversing the operands even if they have...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-30 Benjamin KramerTeach DAGCombine to fold fold (sra (trunc (sr x, c1...
2011-01-29 Evan ChengRe-apply r124518 with fix. Watch out for invalidated...
2011-01-29 Evan ChengRevert r124518. It broke Linux self-host.
2011-01-29 Evan ChengRe-commit r124462 with fixes. Tail recursion elim will...
2011-01-28 Evan ChengRevert r124462. There are a few big regressions that...
2011-01-28 Rafael EspindolaAdd a triple.
2011-01-28 Rafael EspindolaPrint the visibility of declarations.
2011-01-28 Evan Cheng- Stop simplifycfg from duplicating "ret" instructions...
2011-01-26 NAKAMURA TakumiTarget/X86: Tweak win64's tailcall.
2011-01-26 NAKAMURA TakumiFix whitespace.
2011-01-25 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-24 Devang PatelSpeculatively revert r124138.
2011-01-24 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-24 Chris Lattnerfix a missing shuffle pattern, PR9009. Patch by Artiom...
2011-01-20 Eric ChristopherExpand invalid return values for umulo and smulo. Handl...
2011-01-17 Benjamin KramerFix an off-by-one error in ctpop combining.
2011-01-17 Benjamin KramerAdd a DAGCombine to turn (ctpop x) u< 2 into (x & x...
2011-01-16 Rafael EspindolaUpdate tests.
2011-01-16 Chris Lattnerfix PR8514, a bug where the "heroic" transformation...
2011-01-16 Chris Lattnerfix PR8981, a crash trying to form a conditional inc...
2011-01-16 Chris Lattnerreapply my fix for PR8961 with a tweak to properly...
2011-01-14 Chris Lattnerrevert my fastisel patch again which apparently still...
2011-01-14 Chris Lattnerreapply r123414 now that the botz are calmed down and...
2011-01-14 Chris Lattnerr123414 broke llvm-gcc bootstrap apparently, revert
2011-01-14 Chris Lattnerfix PR8961 - a fast isel miscompilation where we'd...
2011-01-13 Eric ChristopherExperiment with changing the default 32-bit linux stack...
2011-01-12 Jakob Stoklund OlesenTry again enabling LiveDebugVariables.
2011-01-11 Jakob Stoklund OlesenThe world is not ready for LiveDebugVariables yet.
2011-01-11 Jakob Stoklund OlesenEnable LiveDebugVariables by default.
2011-01-10 Dale JohannesenFix PR 8916 (qv for analysis), at least the immediate...
2011-01-08 Evan ChengRecognize inline asm 'rev /bin/bash, ' as a bswap intri...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Devang PatelSpeculatively revert r123032.
2011-01-07 Devang PatelAppropriately truncate debug info range in dwarf output.
2011-01-07 Evan ChengRevert r122955. It seems using movups to lower memcpy...
2011-01-07 Benjamin KramerTry to unbreak the arm buildbot.
2011-01-06 Duncan SandsFix the other problem reported in PR8582. Testcase...
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2011-01-06 Evan ChengRevert r122936. I'll re-implement the change.
2011-01-06 Bill WendlingFix test to coincide with r122934 change from PR8919.
2011-01-06 Evan Chengr105228 reduced the memcpy / memset inline limit to...
2011-01-06 Evan ChengAvoid zero extend bit test operands to pointer type...
2011-01-05 Evan ChengOptimize:
2011-01-05 Chris Lattnerfix PR8900, a shuffle miscompilation. Patch by Nadav...
2011-01-03 Evan ChengUse pushq / popq instead of subq $8, %rsp / addq $8...
2011-01-02 Benjamin KramerTry to reuse the value when lowering memset.
2011-01-02 Benjamin KramerLower the i8 extension in memset to a multiply instead...
2011-01-01 Rafael EspindolaFix darwin bots.
2011-01-01 Rafael EspindolaAdd support for the 'H' modifier.
2010-12-29 NAKAMURA Takumitest/CodeGen/X86/negative-sin.ll: FileCheck-ize.
2010-12-29 NAKAMURA Takumitest/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize.
2010-12-22 Benjamin KramerDAGCombine add (sext i1), X into sub X, (zext i1) if...
2010-12-22 Benjamin KramerX86: Lower a select directly to a setcc_carry if possible.
2010-12-22 Chris LattnerFix a bug in ReduceLoadWidth that wasn't handling extending
2010-12-21 Dale JohannesenReapply 122353-122355 with fixes. 122354 was wrong;
2010-12-21 Benjamin KramerAdd some x86 specific dagcombines for conditional incre...
2010-12-21 Dale JohannesenRevert 122353-122355 for the moment, they broke stuff.
2010-12-21 Dale JohannesenAdd a new transform to DAGCombiner.
2010-12-21 Dale JohannesenGet the type of a shift from the shift, not from its...
2010-12-20 Dale JohannesenCosmetic changes.
2010-12-20 Chris Lattnernow that addc/adde are gone, "ADDC" in the X86 backend...
2010-12-20 Chris LattnerWe lower setb to sbb with the hope that the and will...
2010-12-20 Mon P WangAdd comment for testcase for 122206
2010-12-19 Mon P WangPrevents PerformShuffleCombine from creating a node...
2010-12-19 Chris Lattnerimprove the setcc -> setcc_carry optimization to happen...
2010-12-19 Chris Lattnernow that generic vector types aren't selected onto...
2010-12-19 Chris Lattnerfix PR8642: if a critical edge has a PHI value that...
2010-12-18 Benjamin KramerJust rename the functions, relying on matching a instru...
2010-12-18 Benjamin KramerTest more than just label names and make test work...
2010-12-17 Nate BegemanAdd support for matching psign & plendvb to the x86...
2010-12-17 Dale JohannesenAdd a transform to DAG Combiner. This improves the
2010-12-15 Evan ChengTeach machine cse to commute instructions.
2010-12-15 Chris Lattnertake care of some todos, transforming [us]mul_lohi...
next