Cleanup IVUsers::addUsersIfInteresting.
[oota-llvm.git] / test / CodeGen /
2012-03-22 Chad Rosier[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1"...
2012-03-21 Andrew Trickmisched: tag a few XFAILs that I plan to fix
2012-03-21 Andrew TrickI meant to disable this test, not XFAIL it
2012-03-21 Andrew Trickmisched: beginning to add unit tests
2012-03-20 Chad RosierFix test case from r153135.
2012-03-20 Chad Rosier[avx] Add patterns for combining vextractf128 + vmovaps...
2012-03-20 Chad Rosier[avx] Move the vextractf128 patterns closer to the...
2012-03-20 Chad RosierFix test.
2012-03-20 Chad Rosier[avx] Adjust the VINSERTF128rm pattern to allow for...
2012-03-20 Bill WendlingIt's possible to have a constant expression who's size...
2012-03-19 Anton KorobeynikovPerform mul combine when multiplying wiht negative...
2012-03-19 Preston GurdThis patch adds X86 instruction itineraries for non...
2012-03-15 Chad Rosier[fast-isel] Address Eli's comments for r152847. Specif...
2012-03-15 Jim GrosbachARM case-insensitive checking for APSR_nzcv.
2012-03-15 Lang HamesUse vmov.f32 to materialize f32 consts on ARM. This...
2012-03-15 Nadav RotemWhen optimizing certain BUILD_VECTOR nodes into other...
2012-03-15 Chad Rosier[avx] Add patterns for VINSERTF128rm.
2012-03-13 Evan ChengDAG combine incorrectly optimize (i32 vextract (v4i16...
2012-03-09 Chad RosierFix a regression from r147481.
2012-03-08 Benjamin KramerRemove the no longer existent psp triple from a test.
2012-03-08 Akira HatanakaTest case for r152280, r152285 and r152290.
2012-03-06 Evan ChengExtend r148086 to check for [r +/- reg] address mode...
2012-03-06 Jakob Stoklund OlesenAdd <imp-def> operands when reloading into physregs.
2012-03-06 Lang HamesSplit fpscr into two registers: FPSCR and FPSCR_NZCV.
2012-03-05 Jakob Stoklund OlesenRemove a test case that no longer makes sense.
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-03-04 Jakob Stoklund OlesenUse <def,undef> operands when spilling NEON bundles.
2012-03-04 Bill WendlingDo trivial CSE of dead BBs during codegen preparation.
2012-03-03 Jakob Stoklund OlesenFix RA-dependent test.
2012-03-02 Chad RosierPrevent obscure and incorrect tail-call optimization.
2012-03-01 Evan ChengNeuter the optimization I implemented with r107852...
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
2012-03-01 Preston GurdTrivial change to make the test use Use –mcpu=generic,
2012-03-01 Chad RosierRevert r151816 as Jim has the appropriate fix.
2012-03-01 Chad RosierFix testcases from r151807.
2012-03-01 Jim GrosbachAdd missing triple for tests.
2012-03-01 James MolloyFix a codegen fault in which log2 or exp2 could be...
2012-03-01 Lang HamesDon't redundantly copy implicit operands when remateria...
2012-02-29 Benjamin KramerLegalizeIntegerTypes: Reorder operations in the "big...
2012-02-28 Benjamin KramerLegalizeIntegerTypes: Reenable the large shift with...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Nadav RotemFix a bug in the code that builds SDNodes from vector...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-28 Akira HatanakaAdd support for floating point base register + offset...
2012-02-28 Jakob Stoklund OlesenHandle regmasks in MachineCSE.
2012-02-28 Jakob Stoklund OlesenEnable ARM base pointer when calling functions with...
2012-02-27 Preston Gurdtest commit.
2012-02-27 Roman DivackyTest the section specification.
2012-02-27 Roman DivackyReapply r151278 with fixes.
2012-02-25 Hal FinkelRevert r151278, breaks static linking.
2012-02-25 NAKAMURA TakumiTarget/X86: Fix assertion failures and warnings caused...
2012-02-25 Akira HatanakaAdd definitions of floating point multiply add/sub...
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-24 Michael J. SpencerAdd WIN_FTOL_* psudo-instructions to model the unique...
2012-02-24 Hal FinkelX11/X2 loads around indirect calls on ppc64 should...
2012-02-24 Hal FinkelDon't crash when a glue node contains an internal CopyToReg
2012-02-24 Kristof Beylstest commit. removing unnecessary whitespace.
2012-02-24 NAKAMURA Takumitest/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup...
2012-02-24 Pete CooperTurn avx insert intrinsic calls into INSERT_SUBVECTOR...
2012-02-24 Jim GrosbachThumb2 size reduction fix for tied operands of tMUL.
2012-02-24 Dan GohmanWhen emitting a cmp with 0 for a lowered select, mask...
2012-02-23 Bill WendlingAllow an integer to be converted into an MMX type when...
2012-02-23 Roman DivackyMCize function entry label emission on PowerPC64 properly.
2012-02-23 Jakob Stoklund OlesenMake tests less sensitive to scheduling changes.
2012-02-23 Anton KorobeynikovFix to make sure that a comdat group gets generated...
2012-02-23 Evan ChengCanonicalize (srl (bswap x), 16) to (rotr (bswap x...
2012-02-23 Evan ChengOptimize a couple of common patterns involving conditio...
2012-02-22 Daniel DunbarMC: Fix the MCNullStreamer which was broken in r147763.
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-22 Michael J. SpencerProperly emit _fltused with FastISel. Refactor to share...
2012-02-22 Aaron BallmanAdding support for Microsoft's thiscall calling convent...
2012-02-21 Jakob Stoklund OlesenRemove a bad PowerPC test.
2012-02-21 Evan ChengProper support for a bastardized darwin-eabi hybird...
2012-02-21 NAKAMURA Takumitest/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on...
2012-02-20 Evan ChengFix machine-cp by having it to check sub-register indic...
2012-02-18 Eric ChristopherTestcase for the previous commit.
2012-02-17 David ChisnallIt turns out that putting an 8-byte symbol in a 4-byte...
2012-02-17 Chad Rosier[fast-isel] Add support for returning non-legal types...
2012-02-16 Bill WendlingUse –mcpu=generic, so that the test will not fail when...
2012-02-16 Benjamin KramerDisable machine copy propagation for now. It's known...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-15 Bill WendlingAdd a test for generating Objective-C metadata from...
2012-02-15 Pete CooperStop custom lowering forr x86 DEC64m from happening...
2012-02-14 Lang HamesTighten physical register invariants: Allocatable physi...
2012-02-14 Nadav RotemFix PR12000. Some vector operations may use scalar...
2012-02-13 Nadav RotemFix a bug in DAGCombine for the optimization of BUILD_V...
2012-02-13 Craig TopperRevert accidental commit of a pruned testcase from...
2012-02-13 Craig TopperUpdate CanXFormVExtractWithShuffleIntoLoad to ensure...
2012-02-13 Pete CooperFixed bug when custom lowering DEC64m on x86.
2012-02-12 Nadav RotemThis patch addresses the problem of poor code generatio...
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-09 NAKAMURA Takumitest/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple...
2012-02-08 Evan ChengCommit Andy Zhang's test for the lea patch.
2012-02-08 Elena DemikhovskyFixed a bug in printing "cmp" pseudo ops.
2012-02-08 Chad Rosier[fast-isel] Add support for SUBs with non-legal types.
2012-02-08 Chad RosierAdd comment to test case.
2012-02-08 Chad Rosier[fast-isel] Add support for ORs with non-legal types.
2012-02-07 Chad Rosier[fast-isel] Add support for indirect branches.
2012-02-07 Craig TopperAdd instruction selection for 256-bit VPSHUFD and 128...
next