Thumb2 assembly parsing and encoding for TST.
[oota-llvm.git] / test / CodeGen / ARM /
2011-09-19 Eli FriedmanSome additional tests for Thumb atomic load and store...
2011-09-15 Eli FriedmanSome legalization fixes for atomic load and store.
2011-09-12 Eli FriedmanFix mistake in test runline.
2011-09-09 Eli FriedmanMake the SelectionDAG verify that all the operands...
2011-09-08 Devang PatelDirectly point debug info to the stack slot of the...
2011-09-07 Eli FriedmanRelax the MemOperands on atomics a bit. Fixes -verify...
2011-09-06 Nick LewyckyDisable these tests harder. They're XFAIL'd, but that...
2011-09-06 Evan ChengFix fall outs from my recent change on how carry bit...
2011-09-06 Jakob Stoklund OlesenAtomic pseudos don't use (as in read) CPSR. They clobbe...
2011-09-02 Eli FriedmanDon't fast-isel for atomic load/store; some cases requi...
2011-09-01 Dan GohmanRevert r131152, r129796, r129761. This code is currentl...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-09-01 Jakob Stoklund OlesenPermit remat of partial register defs when it is safe.
2011-09-01 Jakob Stoklund OlesenPrevent remat of partial register redefinitions.
2011-08-31 Eli FriedmanGeneric expansion for atomic load/store into cmpxchg...
2011-08-31 Eli Friedman64-bit atomic cmpxchg for ARM.
2011-08-31 Eli FriedmanSome minor cleanups for r138845.
2011-08-31 Eli FriedmanSome 64-bit atomic operations on ARM. 64-bit cmpxchg...
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-08-29 Owen AndersonAdd testcase for r138746.
2011-08-26 Eli FriedmanAtomic load/store on ARM/Thumb.
2011-08-25 Andrew TrickARM fix for missing implicit operands on ldmia_ret.
2011-08-20 Chad RosierWith the fix in r138164: "Add <imp-def> operands to...
2011-08-20 Chad RosierVMOVQQQQs pseudo instructions are only created by ARMBa...
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-19 Jim GrosbachUse regex to remove false dependencies on register...
2011-08-19 Jim GrosbachUpdate tests.
2011-08-18 Ivan KrasinFastISel: avoid function calls between the materializat...
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ADR.
2011-08-15 Eric ChristopherFix this test to avoid leaving a temporary file behind.
2011-08-13 Bob WilsonExpand VMOVQQQQ pseudo instructions.
2011-08-11 Jim GrosbachARM push of a single register encodes as pre-indexed...
2011-08-11 Jim GrosbachARM pop of a single register encodes as post-indexed...
2011-08-10 Devang PatelWhile extending definition range of a debug variable...
2011-08-10 Rafael EspindolaAdd support for the R and Q constraints.
2011-08-09 Jakob Stoklund OlesenInflate register classes after coalescing.
2011-08-04 Rafael Espindolaprint st_shndx with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_other with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_type with the correct number of bits.
2011-08-04 Rafael EspindolaPrint st_bind with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_sym with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_type with the correct number of bits.
2011-08-04 Rafael EspindolaChange anther counter to decimal.
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...
next