Reid Spencer 1628cec4d7 For PR950:
Make necessary changes to support DIV -> [SUF]Div. This changes llvm to
have three division instructions: signed, unsigned, floating point. The
bytecode and assembler are bacwards compatible, however.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31195 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-26 06:15:43 +00:00
..
2006-02-28 19:46:56 +00:00
2006-09-16 03:13:22 +00:00
2006-10-20 18:06:37 +00:00
2006-02-13 23:07:02 +00:00
2006-02-12 08:01:35 +00:00
2006-02-09 07:38:30 +00:00
2006-07-10 20:25:01 +00:00
2005-01-31 04:49:22 +00:00
2006-10-26 06:15:43 +00:00
2005-05-01 04:41:57 +00:00
2006-09-09 22:02:25 +00:00
2005-09-12 23:22:17 +00:00
2006-02-26 19:55:30 +00:00
2006-03-02 06:50:04 +00:00
2006-09-19 06:19:19 +00:00
2006-02-27 02:36:19 +00:00
2006-02-12 01:32:58 +00:00
2006-05-26 19:18:40 +00:00
2006-02-27 01:43:02 +00:00
2006-10-05 06:51:54 +00:00
2006-05-25 23:23:22 +00:00
2006-04-01 08:02:51 +00:00

This directory contains test cases for the instcombine transformation.  The
dated tests are actual bug tests, whereas the named tests are used to test
for features that the this pass should be capable of performing.