summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/div.ll
AgeCommit message (Expand)Author
2017-02-09[ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV
2015-08-24[ARM] Use AEABI helpers for i64 div and remScott Douglass
2015-04-09[ARM] support for Cortex-R4/R4FJaved Absar
2013-06-04Cortex-R5 can issue Thumb2 integer division instructions.Evan Cheng
2012-09-29Add LLVM support for Swift.Bob Wilson
2010-11-17These tests are looking for library function names thatDale Johannesen
2010-08-11Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng
2010-05-05fix copy/paste oops.Jim Grosbach
2010-05-05Add tests for ARMV7M divide instruction useJim Grosbach
2010-05-05remove unneeded underscores.Jim Grosbach
2010-05-05Convert to filecheckJim Grosbach
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-02-17Remove llvm-upgrade.Tanya Lattner
2007-04-16For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-17expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREMRafael Espindola