Don't print a counter in hex.
[oota-llvm.git] / test / CodeGen / ARM /
2011-08-04 Rafael EspindolaDon't print a counter in hex.
2011-08-03 Benjamin KramerRemove underscore that's breaking linux buildbots.
2011-08-03 Jakub StaszakUse MachineBranchProbabilityInfo in If-Conversion inste...
2011-08-03 Devang PatelUse byte offset, instead of element number, to access...
2011-07-29 Eric ChristopherAdd support for the 'Q' constraint.
2011-07-29 Jakob Stoklund OlesenTransfer implicit operands in NEONMoveFixPass.
2011-07-29 Jakob Stoklund OlesenAdd -verify-arm-pseudo-expand.
2011-07-28 Jakob Stoklund OlesenHandle REG_SEQUENCE with implicitly defined operands.
2011-07-26 Jim GrosbachFileCheck'ize test.
2011-07-18 Jakob Stoklund OlesenFix a crash when building 177.mesa for armv6.
2011-07-15 Owen AndersonRemove VMOVDneon and VMOVQ, which are just aliases...
2011-07-14 Eric ChristopherAdd a testcase for r135123.
2011-07-13 Evan ChengImprove codegen for select's:
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-07-11 Cameron ZwarichAdd a missing test for r134882.
2011-07-08 Jakob Stoklund OlesenBe more aggressive about following hints.
2011-07-08 Jim GrosbachUse ARMPseudoExpand for ARM tail calls.
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-07-02 Chandler CarruthFileCheck-ize and simplify RUN lines.
2011-07-01 Eric ChristopherAdd support for the 'j' immediate constraint. This...
2011-07-01 Eric ChristopherAdd support for the ARM 't' register constraint. And...
2011-07-01 Eric ChristopherAdd support for the 'x' constraint.
2011-06-29 Cameron ZwarichIn the ARM global merging pass, allow extraneous alignm...
2011-06-29 Benjamin KramerDon't depend on the optimization reverted in r134067.
2011-06-27 Eric ChristopherAllow lr in the register options here.
2011-06-24 Chad RosierThe Neon VCVT (between floating-point and fixed-point...
2011-06-22 Nick LewyckyNeeds a triple.
2011-06-22 Nick LewyckyEmit trailing padding on constant vectors when TargetDa...
2011-06-22 Devang PatelTest case for r133560.
2011-06-21 Evan ChengTeach dag combine to match halfword byteswap patterns.
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Evan ChengAdd an alternative rev16 pattern. We should figure...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-17 Cameron ZwarichUpdate an insertion point iterator after replacing...
2011-06-16 Eli FriedmanForce a triple here so this test doesn't fail on EABI...
2011-06-16 Chad RosierTypos.
2011-06-16 Chad RosierRevision r128665 added an optimization to make use...
2011-06-15 Rafael EspindolaTestcase for previous commit.
2011-06-15 Evan ChengAnother revsh pattern. rdar://9609059
2011-06-15 Evan ChengPerformBFICombine - (bfi A, (and B, Mask1), Mask2)...
2011-06-14 Tanya LattnerAdd an optimization that looks for a specific pair...
2011-06-14 Bruno Cardoso LopesSince ARM's prefetch implementation predicted the prese...
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-13 Jakob Stoklund OlesenBe less aggressive about hinting in RAFast.
2011-06-09 Cameron ZwarichA CCState was being created without setting whether...
2011-06-03 Eric ChristopherAnother possible bug. Stopgap until we can autogenerate...
2011-06-03 Eric ChristopherFix an off by one error.
2011-06-03 Eric ChristopherMake the Uv constraint a memory operand. This doesn...
2011-06-03 Eli FriedmanAdd ARM fast-isel support for materializing the address...
2011-06-02 Devang PatelDuring post RA scheduling, do not try to chase reg...
2011-06-01 Eric ChristopherAllow bitcasts between valid types of the same size...
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-29 John McCallI didn't mean to commit these residues of a personal...
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-28 Bruno Cardoso LopesAdd support for ARM ldrexd/strexd intrinsics. They...
2011-05-28 Eric ChristopherImplement the 'M' output modifier for arm inline asm...
2011-05-27 Cameron ZwarichFix the remaining atomic intrinsics to use the right...
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...
next