summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/sub.ll
Commit message (Expand)AuthorAge
* MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648Evan Cheng2012-09-18
* (sub X, imm) gets canonicalized to (add X, -imm)Evan Cheng2012-06-23
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-11
* Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ...Owen Anderson2011-04-06
* Fix test-llvm failures.Johnny Chen2011-04-05
* Improve 64-subtraction of immediates when parts of the immediate can fitJim Grosbach2010-07-14