llvm-6502/test/Other
Dan Gohman ae3a0be92e Split the Add, Sub, and Mul instruction opcodes into separate
integer and floating-point opcodes, introducing
FAdd, FSub, and FMul.

For now, the AsmParser, BitcodeReader, and IRBuilder all preserve
backwards compatability, and the Core LLVM APIs preserve backwards
compatibility for IR producers. Most front-ends won't need to change
immediately.

This implements the first step of the plan outlined here:
http://nondot.org/sabre/LLVMNotes/IntegerOverflow.txt


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72897 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-04 22:49:04 +00:00
..
2002-01-31-CallGraph.ll Rationalize the names of passes that print information: 2008-09-23 12:47:39 +00:00
2002-02-24-InlineBrokePHINodes.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2002-03-11-ConstPropCrash.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2003-02-19-LoopInfoNestingBug.ll Update another test for the LoopInfo::print changes. 2009-02-27 00:20:19 +00:00
2004-08-16-PackedConstantInlineStore.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-16-PackedGlobalConstant.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-16-PackedSelect.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
2004-08-16-PackedSimple.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
2004-08-20-PackedControlFlow.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
2006-02-05-PassManager.ll Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
2007-04-24-eliminate-mostly-empty-blocks.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2007-06-05-PassID.ll Rationalize the names of passes that print information: 2008-09-23 12:47:39 +00:00
2007-06-28-PassManager.ll Fix PR1539. Add LoopPassPrinter. 2007-07-05 15:32:03 +00:00
2007-09-10-PassManager.ll New test. 2007-09-10 18:12:52 +00:00
2008-02-14-PassManager.ll Fix PR2028 2008-02-15 01:24:49 +00:00
2008-03-19-PassManager.ll Keep track of analysis information inherited from Module pass manager. 2008-03-20 01:09:53 +00:00
2008-06-04-FieldSizeInPacked.ll Change packed struct layout so that field sizes 2008-06-04 08:21:45 +00:00
2008-08-14-PassManager.ll The pass manager is not able to schedule -loop-deletion -loop-index-split. 2008-08-14 23:07:48 +00:00
2008-10-06-RemoveDeadPass.ll Remove interfaces implemented by dead pass from the list of available passes. 2008-10-06 20:36:36 +00:00
2008-10-15-MissingSpace.ll Testcase for PR2894. 2008-10-15 22:34:34 +00:00
2009-03-31-CallGraph.ll Update call graph after inlining invoke. 2009-03-31 17:36:12 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
invalid-commandline-option.ll Test this differently: I saw this test fail 2008-07-28 19:09:01 +00:00