aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2
AgeCommit message (Expand)Author
2009-10-02Fix tests.Evan Cheng
2009-10-01Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin
2009-09-30Forgot this test earlier.Evan Cheng
2009-09-28Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudoEvan Cheng
2009-09-27Enable pre-regalloc load / store multiple pass for Thumb2.Evan Cheng
2009-09-26"Update" tests for -disable-if-conversion removal. I think branch.ll should justDaniel Dunbar
2009-09-11Convert more tests to avoid llvm-as.Dan Gohman
2009-09-09Cast MO.getImm() to unsigned before comparing with an unsigned limit.Evan Cheng
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08update various tests for signedness changes in .s file.Chris Lattner
2009-09-08adjust for signedness change. I'd appreciate it if an ARM flavored personChris Lattner
2009-09-08merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes.Chris Lattner
2009-09-04Run branch folding if if-converter make some transformations.Evan Cheng
2009-08-31Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed.Evan Cheng
2009-08-28Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng
2009-08-27Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...Evan Cheng
2009-08-24Fix a typo. Somehow I thought this had passed before, but I guess not.Bob Wilson
2009-08-24Convert slow test to use FileCheck.Bob Wilson
2009-08-18Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman
2009-08-18Fix revsh pattern.Evan Cheng
2009-08-15Fix tests.Evan Cheng
2009-08-15Turn on if-conversion for thumb2.Evan Cheng
2009-08-14Leaf functions which do not save CSRs can be frameless even with -disable-fp-...Evan Cheng
2009-08-14Also shrink immediate branches; also more assembler workarounds.Evan Cheng
2009-08-14Shrink ADR and LDR from constantpool late during constantpool island pass.Evan Cheng
2009-08-12Remove an Darwin assembler workaround.Evan Cheng
2009-08-12Shrink ADDS, ADC, RSB, and SUBS.Evan Cheng
2009-08-11Shrinkify Thumb2 r = add sp, imm.Evan Cheng
2009-08-11Shrinkify Thumb2 load / store multiple instructions.Evan Cheng
2009-08-11Fix the previous accidental commit. Now shrinking common Thumb2 load / store ...Evan Cheng
2009-08-10Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch ...Evan Cheng
2009-08-10Handle the constantfp created during post-legalization dag combiner phase.Evan Cheng
2009-08-08Simplify RegScavenger::forward a bit more.Jakob Stoklund Olesen
2009-08-07Thumb2 32-bit ldm / stm needs .w suffix if submode is ia.Evan Cheng
2009-08-07Fix support to use NEON for single precision fp math.Evan Cheng
2009-08-07Another coalescer bug. When a dead copy is eliminated, transfer the kill to a...Evan Cheng
2009-08-07It turns out most of the thumb2 instructions are not allowed to touch SP. The...Evan Cheng
2009-08-05Disable stack coloring with register for now. It's not able to set kill markers.Evan Cheng
2009-08-05Another nasty coalescer bug (is there another kind):Evan Cheng
2009-08-05One more. Transfer kill of the larger register when lowering an EXTRACT_SUBREG.Evan Cheng
2009-08-05One more place where subreg lowering forgot to transfer undefness.Evan Cheng
2009-08-05If the insert_subreg source is <undef>, insert an implicit_def instead of a c...Evan Cheng
2009-08-04Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.Evan Cheng
2009-08-04Fix test.Evan Cheng
2009-08-04Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet.Evan Cheng
2009-08-04In thumb mode, r7 is used as frame register. This fixes pr4681.Evan Cheng
2009-08-04Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit. T...Evan Cheng
2009-08-03Fix a coaelescer bug. If a copy val# is extended to eliminate a non-trivially...Evan Cheng
2009-08-03Use the i12 variant of load / store opcodes if offset is zero. Now we pass al...Evan Cheng
2009-08-02Test both darwin and linux.Evan Cheng