Added operator methods to the Statistic class; some LLVM projects depend
[oota-llvm.git] / test /
2006-12-19 Reid SpencerUpdate this test because constant integers are always...
2006-12-19 Reid SpencerFor PR950:
2006-12-19 Reid SpencerThis test needs to be upgraded for the forthcoming...
2006-12-19 Reid SpencerThis test needs to be upgraded for the FCmpInst patch.
2006-12-19 Reid SpencerMake sure linker output is overwritten so this test...
2006-12-19 Chris Lattnertestcase for pr1061
2006-12-19 Reid SpencerBack out last revision, a bit premature, its not an...
2006-12-19 Reid SpencerFor PR950:
2006-12-19 Reid SpencerFor PR950:
2006-12-19 Reid SpencerThis test needs to be upgraded in preparation for the...
2006-12-19 Reid SpencerThis test needs to be upgraded.
2006-12-18 Reid SpencerAdd a couple little tests for SExt/ZExt of constants...
2006-12-16 Chris Lattnertestcase for pr1049
2006-12-16 Chris LattnerFix one more broken testcase
2006-12-16 Chris LattnerFix borken testcase
2006-12-16 Chris Lattnerfix buggy testcase
2006-12-16 Chris Lattnertestcases for PR1042
2006-12-15 Andrew Lenharthextern_weak link test
2006-12-15 Chris Lattnerreenable these
2006-12-15 Chris LattnerNew testcase for llvm-gcc bugfix
2006-12-14 Rafael Espindolaavoid using a constant table when a constant can be...
2006-12-14 Rafael EspindolaAvoid creating invalid sub/add instructions on the...
2006-12-13 John CriswellRemove DSA tests.
2006-12-13 John CriswellRemove DSA tests.
2006-12-13 Chris Lattnerxfail these until I recommit the scalarrepl patch
2006-12-13 John CriswellRemove DSA tests.
2006-12-13 Chris LattnerNew testcase for PR1047
2006-12-12 Rafael Espindolamore general matching of the MVN instruction
2006-12-12 Rafael Espindoladon't use "ordinary" addressing mode 1 when mvn is...
2006-12-12 Chris Lattnernew testcase for pr1045
2006-12-12 Chris LattnerThis should check for darwin literal sections as well.
2006-12-12 Rafael Espindolause MVN to handle small negative constants
2006-12-12 Reid SpencerDon't bother upgrading this.
2006-12-12 Rafael Espindolaadd mvn
2006-12-11 Reid SpencerTest case for ensuring correct reading back of cast...
2006-12-11 Reid SpencerAdd a test for constant folding of bitcast to/from...
2006-12-11 Reid SpencerProvide a test for int<->float and long<->double bitcasts.
2006-12-11 Chris Lattnerconstant folding of bitcast is broken.
2006-12-11 Chris Lattnerthe xform is done by scalarrepl not the code generator.
2006-12-11 Chris Lattnernew testcase
2006-12-11 Chris Lattnertestcase for a regression introduced by the recent...
2006-12-10 Chris Lattnernew testcase
2006-12-10 Rafael Espindola.align is in bits
2006-12-09 Rafael Espindolafix test/Regression/CodeGen/X86/weak.ll
2006-12-09 Rafael Espindolause a . instead of a % in the grep expression
2006-12-09 Reid SpencerFix the run line and make this test more specific.
2006-12-09 Reid SpencerAdd a check to catch an incorrect upgrade.
2006-12-09 Reid SpencerToo soon to commit, revert.
2006-12-09 Reid SpencerNew test cases for regressions in the SetCC -> ICmp...
2006-12-08 Rafael Espindola%progbits not @progbits
2006-12-08 Rafael Espindolaadd missing &&
2006-12-08 Rafael Espindolaadd \"aw\",@progbits" to ctors and dtors
2006-12-08 Andrew Lenharthtest packed struct codegen on x86
2006-12-08 Andrew Lenharthpacked initializers too in the test
2006-12-08 Andrew Lenharthfeature test for packed structs
2006-12-08 Reid SpencerThis test needs to be upgraded.
2006-12-08 Reid SpencerFor PR950:
2006-12-07 Rafael Espindolafix alignment
2006-12-07 Chris Lattnernew testcase
2006-12-07 Chris Lattnernew testcase
2006-12-07 Rafael Espindolamake sure that we don't use a common symbol if a sectio...
2006-12-07 Andrew LenharthCopy ARM's weak symbol test
2006-12-07 Reid SpencerThis now passes on Linux/x86
2006-12-07 Reid SpencerManually convert this to new assembly.
2006-12-06 Jim LaskeyFailing linux.
2006-12-06 Rafael Espindolaprint weak references
2006-12-06 Chris Lattnerthis is a subset of Codegen/X86/bitcast.ll, remove it.
2006-12-05 Chris LattnerInstcombine shouldn't fold these casts.
2006-12-05 Chris Lattnernew testcase
2006-12-05 Rafael Espindolaexpand memmove and memcpy
2006-12-05 Rafael Espindolaadd support for the "r" asm constraint
2006-12-05 Rafael Espindolaadd support for weak linkage
2006-12-05 Reid SpencerIgnore the Output directory.
2006-12-05 Chris Lattnernew testcase
2006-12-04 Devang PatelSCCP does not handle Packed Type properly. Disable...
2006-12-04 Chris LattnerTestcase for PR1029, patch by Rafael \81vila de EspÃ...
2006-12-04 Reid SpencerThese pass on Linux now.
2006-12-04 Reid SpencerFix the intrinsic debug call to make this match current...
2006-12-04 Reid SpencerMake this test succeed on both Darwin and Linux
2006-12-04 Reid SpencerXFAIL until PR1033 is fixed.
2006-12-04 Reid SpencerTest case for PR1033, x86-64 code gen fails on bitcast.
2006-12-04 Evan ChengFix test.
2006-12-04 Jim LaskeyPurpose of test is lost in upgrade.
2006-12-04 Jim LaskeyRemove debug info.
2006-12-04 Jim LaskeyFixed to use current debug info.
2006-12-04 Jim LaskeyMoving to DebugInfo.
2006-12-04 Jim LaskeyDuplicate of Regression/Debugger/funccall.ll.
2006-12-03 Reid SpencerUse weak_import on linux, weak everywhere else. Makes...
2006-12-03 Reid SpencerThese tests need llvm-upgrade. This fixes last night...
2006-12-03 Reid SpencerUpgrade to version 7 bytecode format.
2006-12-02 Reid SpencerMake sure this file gets upgraded with llvm-upgrade
2006-12-02 Reid SpencerUpgrade intrinsic function calls manually.
2006-12-02 Reid SpencerThese files need llvm-upgrade.
2006-12-02 Reid SpencerRearrange code so that llvm-upgrade doesn't break the...
2006-12-02 Reid SpencerUpgrade intrinsic function calls
2006-12-02 Reid SpencerRun llvm-upgrade on this test and/or upgrade intrinsic...
2006-12-02 Reid SpencerRemove tests for checking bytecode upgrade. Bytecode...
2006-12-02 Reid SpencerUpgrade old intrinsic function calls manually.
2006-12-02 Reid SpencerUse llvm-upgrade these tests as they all use old assembly.
2006-12-02 Reid SpencerRemove old intrinsic declarations and usage.
next