1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Other
Dan Gohman 5f6f8101d5 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

llvm-svn: 72897
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
2002-03-11-ConstPropCrash.ll
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
2004-08-16-PackedGlobalConstant.ll
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
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
2007-09-10-PassManager.ll
2008-02-14-PassManager.ll
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