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