Alias analysis of TRUNCSTORE.
[oota-llvm.git] / test /
2006-10-11 Chris Lattneradd test for mdef in a let
2006-10-11 Jim LaskeyExplict processor.
2006-10-11 Jim LaskeyMake sure combiner alias analysis does it's thing.
2006-10-11 Evan ChengTest case for the recently fixed FindModifiedNodeSlot...
2006-10-11 Chris Lattnernew testcase, this should turn into zap
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris LattnerBoth of these functions should turn into cmpbge instruc...
2006-10-11 Chris Lattnernew testcase for zap generation, from the alpha readme
2006-10-10 Rafael Espindolauint <-> double conversion
2006-10-10 Rafael Espindolaadd fp sub
2006-10-10 Rafael Espindolaadd double <-> int conversion
2006-10-10 Rafael Espindolacompare doubles
2006-10-10 Rafael Espindolaadd some tests for floating point compare
2006-10-10 Evan ChengAdd test case from PR940.
2006-10-09 Evan Chengshufps with load folding is better than movaps; movsd.
2006-10-09 Rafael Espindolaadd some tests for floating point arithmetic
2006-10-09 Rafael Espindolaadd float -> double and double -> float conversion
2006-10-09 Chris Lattnerxfail this until andrew has a chance to implement the...
2006-10-09 Rafael Espindolaadd a test for adds adcs
2006-10-08 Chris Lattnernew testcase for PR892
2006-10-08 Chris Lattnernew testcase for SROA for stuff like "union { int*...
2006-10-07 Chris Lattnernew testcase we miscompile
2006-10-07 Rafael Espindolaimplement FUITOS and FUITOD
2006-10-07 Rafael Espindolaimplement FLDD
2006-10-06 Rafael Espindolaadd support for calling functions that return double
2006-10-06 Rafael Espindolafix some bugs affecting functions with no arguments
2006-10-06 Rafael Espindolaadd support for calling functions that have double...
2006-10-05 Rafael Espindolaimplement a ArgumentLayout class to factor code common...
2006-10-05 Chris Lattnernew testcase
2006-10-05 Andrew LenharthCheck that jump tables wind up in the rodata section
2006-10-05 Chris LattnerVerify that jump tables are emitted to the same section...
2006-10-04 Chris Lattnerpattern match min/max nodes
2006-10-03 Rafael EspindolaImplement floating point constants
2006-10-03 Chris Lattnertestcase for PR933
2006-10-03 Nick LewyckyMove break-crit-edges before the predicate simplifier...
2006-10-03 Chris LattnerNew testcase for PR932
2006-10-02 Rafael Espindolafix the names of the 64bit fp register
2006-10-01 Chris LattnerNew testcase
2006-10-01 Chris Lattnernew testcase, malloc should be promoted to [2 x double].
2006-09-29 Rafael Espindolaadd floating point registers
2006-09-29 Chris LattnerAdjust this to the wonky syntax that GCC expects.
2006-09-28 Reid SpencerUse the -emit-llvm switch to generate LLVM assembly...
2006-09-28 Reid SpencerAdd a test case for PR902.
2006-09-28 Chris Lattnernew testcase
2006-09-28 Chris LattnerTestcase for PR924
2006-09-27 Jim LaskeyMake sure C++ protection shows up in debug info
2006-09-27 Devang PatelAdd llvm.org/bugs/show_bug.cgi?id=923 test case.
2006-09-26 Chris Lattnertest that the no_dead_strip directive is emitted on...
2006-09-25 John CriswellRegression test for PR#922.
2006-09-25 Andrew LenharthFix
2006-09-24 Andrew Lenharthbasic jump table test
2006-09-22 Bill WendlingUse "%llvmgxx" instead of "llvm-g++".
2006-09-22 Nate BegemanTestcase for better rotate left and mask support
2006-09-22 Bill WendlingRegression testcase for PR855.
2006-09-21 Rafael Espindolamore condition codes
2006-09-21 Rafael Espindolaif a constant can't be an immediate, add it to the...
2006-09-21 Chris Lattnernew testcase
2006-09-20 Nick LewyckyOnce we're down to "setcc type constant1, constant2...
2006-09-20 Nick LewyckyUse a total ordering to compare instructions.
2006-09-20 Andrew Lenharthcatch another constant
2006-09-20 Chris Lattnernew testcase
2006-09-19 Andrew LenharthInspired by the linux kernel, the more we keep adds...
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
2006-09-19 Chris Lattnernumber test right
2006-09-19 Chris Lattnermake this harder
2006-09-19 Chris Lattnernew testcases
2006-09-19 Nick LewyckyEnable dejagnu tests for predicate simplifier.
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris LattnerNew testcase, can be an srl instead of sra
2006-09-16 Chris LattnerTestcase for PR913
2006-09-15 Chris Lattnerxfail this for now
2006-09-15 Chris LattnerThe inliner strips dead allocas now. Add a use to...
2006-09-14 Chris LattnerNew testcase
2006-09-13 Chris Lattnernew testcase
2006-09-13 Chris LattnerThe sense of this branch was backwards
2006-09-13 Chris Lattnernew testcase
2006-09-13 Chris LattnerNew testcase
2006-09-13 Chris Lattnernew testcase
2006-09-12 Chris Lattnertestcase for PR908
2006-09-12 Chris LattnerTestcase that crashes the C++ FE.
2006-09-11 Chris Lattnernew testcase for PR906
2006-09-11 Chris Lattnernew testcase for PR905
2006-09-11 Evan ChengRename a test-not-cmp.ll to cmp-test.ll; add a test.
2006-09-10 Chris Lattneradd a testcase for this commit: lists.cs.uiuc.edu/piper...
2006-09-10 Nick LewyckyReplace EquivalenceClasses with a custom-built data...
2006-09-09 Chris Lattnernew testcase
2006-09-09 Chris Lattnernew testcase
2006-09-09 Chris Lattner(indirect) test for the __builtin_powi builtin which...
2006-09-08 Rafael Espindolaimplement shl and sra
2006-09-08 Rafael Espindolafix select.ll to always test a select node
2006-09-08 Rafael Espindolaimplement unconditional branches
2006-09-08 Evan ChengNew test case.
2006-09-08 Evan ChengAdd a new test case for 'undef' shuffles.
2006-09-07 Chris Lattnernew testcase
2006-09-07 Chris LattnerThis fails
2006-09-07 Chris LattnerNew testcase for a switch lowering bug.
2006-09-06 Chris Lattnertestcase, ensure this never breaks.
next