llvm-6502/test/Other
Chandler Carruth 8bc3434e68 Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang
options, to enable easier testing of the innards of LLVM that are
enabled by such optimization strategies.

Note that this doesn't provide the (much needed) function attribute
support for -Oz (as opposed to -Os), but still seems like a positive
step to better test the logic that Clang currently relies on.

Patch by Patrik Hägglund.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156913 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-16 08:32:49 +00:00
..
X86 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu 2012-03-25 09:02:19 +00:00
2002-01-31-CallGraph.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2002-02-24-InlineBrokePHINodes.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2002-03-11-ConstPropCrash.ll
2003-02-19-LoopInfoNestingBug.ll Update these tests to match what Loop::print now prints. 2009-10-24 23:52:07 +00:00
2004-08-16-PackedConstantInlineStore.ll
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 Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
2007-04-24-eliminate-mostly-empty-blocks.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2007-06-05-PassID.ll
2007-06-28-PassManager.ll -disable-output is no longer needed with -analyze. 2010-01-26 19:25:59 +00:00
2007-09-10-PassManager.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2008-02-14-PassManager.ll Delete useless trailing semicolons. 2010-01-05 17:55:26 +00:00
2008-06-04-FieldSizeInPacked.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2008-10-06-RemoveDeadPass.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2008-10-15-MissingSpace.ll Update to new EH scheme. 2011-08-31 21:44:24 +00:00
2009-03-31-CallGraph.ll Update test to new EH model. 2012-01-31 02:04:20 +00:00
2009-06-05-no-implicit-float.ll fix bogus test 2010-01-09 19:24:49 +00:00
2009-09-14-function-elements.ll Forbid arrays of function-type and structures with function-typed fields. 2009-09-15 06:28:26 +00:00
2010-05-06-Printer.ll Don't write a file named "&1". 2010-06-18 01:49:17 +00:00
close-stderr.ll test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable on Win32 but it is executable on MSYS-bash. 2010-12-07 02:43:58 +00:00
constant-fold-gep.ll Reapply r155682, making constant folding more consistent, with a fix to work 2012-04-27 17:50:22 +00:00
extract.ll Fix llvm-extract so that it changes the linkage of all GlobalValues to 2010-09-23 17:25:06 +00:00
invalid-commandline-option.ll Test this differently: I saw this test fail 2008-07-28 19:09:01 +00:00
lint.ll Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic. 2011-11-27 06:54:59 +00:00
lit.local.cfg Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. 2012-02-16 06:28:33 +00:00
optimize-options.ll Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang 2012-05-16 08:32:49 +00:00