summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/div.ll
Commit message (Expand)AuthorAge
* Cortex-R5 can issue Thumb2 integer division instructions.Evan Cheng2013-06-04
* Add LLVM support for Swift.Bob Wilson2012-09-29
* These tests are looking for library function names thatDale Johannesen2010-11-17
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-11
* fix copy/paste oops.Jim Grosbach2010-05-05
* Add tests for ARMV7M divide instruction useJim Grosbach2010-05-05
* remove unneeded underscores.Jim Grosbach2010-05-05
* Convert to filecheckJim Grosbach2010-05-05
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Remove llvm-upgrade.Tanya Lattner2008-02-17
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREMRafael Espindola2006-10-17