Only have codegen turn fdiv by a constant into fmul by the reciprocal
[oota-llvm.git] / test / CodeGen /
2012-04-08 Duncan SandsOnly have codegen turn fdiv by a constant into fmul...
2012-04-08 Chandler CarruthTeach LLVM about a PIE option which, when enabled on...
2012-04-08 Nadav RotemAVX2: Build splat vectors by broadcasting a scalar...
2012-04-07 Nadav Rotem1. Remove the part of r153848 which optimizes shuffle...
2012-04-07 Duncan SandsConvert floating point division by a constant into...
2012-04-07 Sean HuntMake the test for r154235 more platform-independent...
2012-04-07 Sean HuntOutput UTF-8-encoded characters as identifier character...
2012-04-06 Akira HatanakaAdd lines in global-address.ll to test N32 and N64...
2012-04-06 Jakob Stoklund OlesenAllow negative immediates in ARM and Thumb2 compares.
2012-04-06 Craig TopperTest case for PR12413
2012-04-06 Craig TopperAllow 256-bit shuffles to be split if a 128-bit lane...
2012-04-05 Akira HatanakaReapply test case in 154038, this time with triple...
2012-04-05 Jakob Stoklund OlesenDon't break the IV update in TLI::SimplifySetCC().
2012-04-05 James MolloyAn oversight when applying the patches for r150956...
2012-04-05 Jakob Stoklund OlesenPass the right sign to TLI->isLegalICmpImmediate.
2012-04-04 Akira HatanakaReapply 154038 without the failing test.
2012-04-04 Owen AndersonRevert r154038. It was causing make check failures.
2012-04-04 Akira HatanakaFix LowerGlobalAddress to produce instructions with...
2012-04-04 Akira HatanakaFix LowerConstantPool to produce instructions with...
2012-04-04 Jakob Stoklund OlesenImplement ARMBaseInstrInfo::commuteInstruction() for...
2012-04-04 Akira HatanakaFix LowerBlockAddress to produce instructions with...
2012-04-03 Pete CooperAdd VSELECT to LegalizeVectorTypes::ScalariseVectorResu...
2012-04-03 Nadav RotemAdd an additional testcase which checks ops with multip...
2012-04-02 Jakob Stoklund OlesenAllocate virtual registers in ascending order.
2012-04-02 Lang HamesDuring two-address lowering, rescheduling an instructio...
2012-04-02 Rafael EspindolaNo need to run llvm-as.
2012-04-02 Nadav RotemOptimizing swizzles of complex shuffles may generate...
2012-04-01 Hal FinkelEnable prefetch generation on PPC64.
2012-04-01 Nadav RotemThis commit contains a few changes that had to go in...
2012-04-01 Hal FinkelAdd instruction itinerary for the PPC64 A2 core.
2012-03-31 Rafael EspindolaAdd a triple to the test.
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2012-03-30 Evan ChengARM target should allow codegenprep to duplicate ret...
2012-03-30 Bill WendlingTestcase for r153710.
2012-03-30 Bill WendlingAdd testcase for r153705
2012-03-29 Lang HamesChange the constant in this testcase so that it results...
2012-03-29 Lang HamesThe shuffle scheduler is only available in asserts...
2012-03-29 Lang HamesMake x86 REP_MOV* and REP_STO instructions use the...
2012-03-29 Akira HatanakaExpand FREM.
2012-03-29 Joel JonesFor X86, change load/dec-or-inc/store into dec-or-inc...
2012-03-29 Joel JonesReverted to revision 153616 to unblock build
2012-03-29 Joel JonesFor X86, change load/dec-or-inc/store into dec-or-inc...
2012-03-28 Jakob Stoklund OlesenDon't kill the base register when expanding strd.
2012-03-28 Jakob Stoklund OlesenSpill DPair registers, not just QPR.
2012-03-28 Akira HatanakaFix test case.
2012-03-27 Eric ChristopherAdd a test for the previous commit. Also, remove two...
2012-03-27 Evan ChengPost-ra LICM should take care not to hoist an instructi...
2012-03-26 Evan ChengARM has a peephole optimization which looks for a def...
2012-03-26 Benjamin KramerRemove stale CBackend tests.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-24 Hal FinkelFix small-integer VAARG on SVR4 ABI PPC64.
2012-03-22 Andrew TrickRemove -enable-lsr-nested in time for 3.1.
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.
next