Make size computation less brittle.
[oota-llvm.git] / test / CodeGen / ARM /
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-27 Jakob Stoklund OlesenMake room for register allocation to improve.
2011-05-27 Evan ChengDon't use movw / movt for iOS static codegen for now...
2011-05-27 Evan ChengAdd iOS test
2011-05-27 Eli FriedmanAnd fix the test in r132194.
2011-05-27 Eli FriedmanFix a silly mistake (which trips over an assertion...
2011-05-26 Devang PatelDuring branch folding avoid inserting redundant DBG_VAL...
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
2011-05-25 Eric ChristopherImplement the 'm' modifier. Note that it only works...
2011-05-25 Cameron ZwarichMake tTAILJMPr/tTAILJMPrND emit a tBX without a precedi...
2011-05-24 Eric ChristopherImplement the arm 'L' asm modifier.
2011-05-24 Eric ChristopherImplement the immediate part of the 'B' modifier.
2011-05-24 Eric ChristopherAdd support for the arm 'y' asm modifier.
2011-05-23 Cameron ZwarichFix <rdar://problem/9476260> by having tail calls alway...
2011-05-22 Renato GolinRTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif...
2011-05-18 Tanya LattnerHandle perfect shuffle case that generates a vrev for...
2011-05-18 Tanya LattnerIn r131488 I misunderstood how VREV works. It splits...
2011-05-17 Tanya Lattnervrev is incorrectly defined in the perfect shuffle...
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-05-12 Galina KistanovaCorrection. Use explicit target triple in the test.
2011-05-11 Nadav RotemFixes a bug in the DAGCombiner. LoadSDNodes have two...
2011-05-10 Rafael EspindolaProduce a __debug_frame section on darwin ARM when...
2011-05-04 Dan GohmanGive this test an explicit register allocator, so that...
2011-05-04 Bill WendlingSjLj EH could produce a machine basic block that legiti...
2011-05-04 Galina KistanovaThis test fails on ARM. The test shouldn't explicitly...
2011-05-04 Devang PatelDo not emit location expression size twice.
2011-05-03 Jakob Stoklund OlesenFix a bunch of ARM tests to be register allocation...
2011-05-03 Evan ChengMake the test less likely to fail with minor changes.
2011-05-03 Bob WilsonRemove test for iOS divmod function, since that is...
2011-05-03 Bruno Cardoso LopesAdd a few ARM coprocessor intrinsics. Testcases included
2011-05-03 Dan GohmanAdd an unfolded offset field to LSR's Formula record...
2011-04-30 Jakob Stoklund OlesenWeekly fix of register allocation dependent unit tests.
2011-04-29 Eli FriedmanMake FastEmit_ri_ try a bit harder to succeed for suppo...
2011-04-29 Eli FriedmanSwitch to ImmLeaf (which can be used by FastISel) for...
2011-04-29 Eli FriedmanFix run-line, again. :(
2011-04-29 Eli FriedmanRe-committing r130454, which does not in fact break...
2011-04-29 Eric ChristopherAdd trunc->branch support, this won't help with clang...
2011-04-28 Eli FriedmanRevert r130454; apparently this doesn't actually work.
2011-04-28 Eli FriedmanFix runline.
2011-04-28 Eli FriedmanFix a rather obscure crash caused by ARM fast-isel...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-27 Evan ChengIf converter was being too cute. It look for root BBs...
2011-04-27 Jakob Stoklund OlesenAlso add <imp-def> operands for defined and dead super...
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-26 Evan ChengThis test should be in MC. It breaks with changes to...
2011-04-26 Chris Lattnerdon't emit the symbol name twice for local bss and...
2011-04-25 Eric ChristopherMake this test disable fast isel as it's not needed.
2011-04-25 Benjamin KramerMake tests more useful.
2011-04-23 Andrew TrickThumb2 and ARM add/subtract with carry fixes.
2011-04-21 Devang PatelFix DWARF description of Q registers.
2011-04-21 Devang PatelFix DWARF description of S registers.
2011-04-21 Devang PatelTest case for r129922
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-20 Eric ChristopherRewrite the expander for umulo/smulo to remember to...
2011-04-19 Daniel DunbarCodeGen: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Bob WilsonThis patch combines several changes from Evan Cheng...
2011-04-19 Bob WilsonAdd -mcpu=cortex-a9-mp. It's cortex-a9 with MP extensio...
2011-04-19 Bob WilsonAvoid some 's' 16-bit instruction which partially updat...
2011-04-19 Bob WilsonAvoid write-after-write issue hazards for Cortex-A9.
2011-04-19 Jakob Stoklund OlesenTighten test case a bit.
2011-04-19 Jakob Stoklund OlesenMake tests register allocation independent again.
2011-04-19 Evan ChengDo not lose mem_operands while lowering VLD / VST intri...
2011-04-18 Eric ChristopherFix a bug where we were counting the alias sets as...
2011-04-16 Evan ChengFix divmod libcall lowering. Convert to {S|U}DIVREM...
2011-04-15 Cameron ZwarichAdd ORR and EOR to the CMP peephole optimizer. It's...
2011-04-15 Cameron ZwarichThe AND instruction leaves the V flag unmodified, so...
2011-04-15 Cameron ZwarichAdd missing register forms of instructions to the ARM...
2011-04-15 Evan ChengFix another fcopysign lowering bug. If src is f64 and...
2011-04-13 Cameron ZwarichFix a typo in an ARM-specific DAG combine. This fixes...
2011-04-13 Cameron ZwarichFix an obvious problem with an alignment computation...
2011-04-13 Cameron ZwarichIf a global variable has a specified alignment that...
2011-04-13 Andrew TrickRecommit r129383. PreRA scheduler heuristic fixes:...
2011-04-13 Eric ChristopherTemporarily revert r129408 to see if it brings the...
2011-04-12 Eric ChristopherFix a bug where we were counting the alias sets as...
2011-04-12 Andrew TrickRevert 129383. It causes some targets to hit a schedule...
2011-04-12 Andrew TrickPreRA scheduler heuristic fixes: VRegCycle, TokenFactor...
2011-04-12 Cameron ZwarichSplit a store of a VMOVDRR into two integer stores...
2011-04-11 Evan ChengLook pass copies when determining whether hoisting...
2011-04-09 Chris Lattnerremove a bunch of CHECK lines that aren't checking...
2011-04-09 Chris Lattnerdon't test for codegen of 'store undef'
2011-04-08 Evan ChengChange -arm-trap-func= into a non-arm specific option...
2011-04-07 Evan ChengAdd option to emit @llvm.trap as a function call instea...
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-07 Tanya LattnerPrevent ARM DAG Combiner from doing an AND or OR combin...
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2011-04-06 Owen AndersonTeach the ARM peephole optimizer that RSB, RSC, ADC...
2011-04-05 Jakob Stoklund OlesenThese tests no longer require linear scan because reser...
2011-04-05 Johnny ChenFix test-llvm failures.
2011-04-05 Eric ChristopherFix up testcase for previous commit.
2011-04-02 Cameron ZwarichDo some peephole optimizations to remove pointless...
2011-04-01 Jim GrosbachLDRD/STRD instructions should print both Rt and Rt2...
2011-04-01 Evan ChengAdd test case.
2011-04-01 Evan ChengFileCheck'ify test.
2011-03-31 Jakob Stoklund OlesenFix ARM tests to be register allocator independent.
2011-03-31 Evan ChengDistribute (A + B) * C to (A * C) + (B * C) to make...
2011-03-31 Jakob Stoklund OlesenPick a conservative register class when creating a...
2011-03-30 Cameron ZwarichAdd a ARM-specific SD node for VBSL so that forms with...
2011-03-29 Evan ChengAdd intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
2011-03-29 Cameron ZwarichAdd Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16...
2011-03-29 Evan ChengOptimizing (zext A + zext B) * C, to (VMULL A, C) ...
next