aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-27remove dead tagChris Lattner
2006-11-27Fix the dag combiner bug corresponding to PR1014.Chris Lattner
2006-11-27this doesn't pass with CVS HEAD.Chris Lattner
2006-11-27Fix PR1014 and InstCombine/2006-11-27-XorBug.ll.Chris Lattner
2006-11-27Add 3 more test cases for ptrtoint, fptoui and fptosiReid Spencer
2006-11-27testcase for PR1014Chris Lattner
2006-11-27When truncating to bool, it is necessary to & with 1 for all casts thatReid Spencer
2006-11-27Protect against null streams.Bill Wendling
2006-11-27Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling
2006-11-27Alter these tests to ensure they match a "test $1, X" X86 instruction thatReid Spencer
2006-11-27Add a test to ensure a bitcast/and/trunc combination eliminates the bitcast.Reid Spencer
2006-11-27For better or worse, load from i1 is assumed to be zero extended. Do notChris Lattner
2006-11-27If a brcond condition is promoted, make sure to zero extend it, even if notChris Lattner
2006-11-27For PR950:Reid Spencer
2006-11-26Don't use bitcast yet!Reid Spencer
2006-11-26Make this test case easier to read. No functional changes.Reid Spencer
2006-11-26Removed #include <iostream> and replace with llvm_* streams.Bill Wendling
2006-11-26Add method that will take a function pointer so that it can handle thingsBill Wendling
2006-11-26Remove #include <iostream> and use llvm_* streams instead.Bill Wendling
2006-11-26Replace #include <iostream> with llvm_* streams.Bill Wendling
2006-11-26Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling
2006-11-26Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling
2006-11-26fix storing bools to mem and unordered FP opsDuraid Madina
2006-11-25Make the absolute/relative tolerance information easier to read/understand.Reid Spencer
2006-11-25Add newline at end of file.Reid Spencer
2006-11-25Only show the first few lines of difference.Reid Spencer
2006-11-24Add an option to enable lli (interpreter mode) testing.Reid Spencer
2006-11-23Fix some typos.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-11-22Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky
2006-11-22Stop early if there is no mis-optimization.Reid Spencer
2006-11-21Documented the --disable-compression option in gccld and gccas.John Criswell
2006-11-21Added the --disable-compression option which controls whether theJohn Criswell
2006-11-21This xform is handled by FoldOpIntoPhi in visitCastInst in a more elegant way.Chris Lattner
2006-11-21Refactored *GVRequiresExtraLoad() to Subtarget method.Anton Korobeynikov
2006-11-20Test for PR1013.Jim Laskey
2006-11-20new testcaseChris Lattner
2006-11-20in ppc64-mode, don't allocate the 32-bit version of r13 either.Chris Lattner
2006-11-20Global label not handled correctly.Jim Laskey
2006-11-20r13 is the thread pointer on darwin/ppc64, don't allocate it.Chris Lattner
2006-11-20Fix PR1005Chris Lattner
2006-11-20Fix PR1001, patch by Nikhil Patil!Chris Lattner
2006-11-20Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bitChris Lattner
2006-11-20Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.llChris Lattner
2006-11-20Testcase for PR1011Chris Lattner
2006-11-20setOperand should not zap the operand list or add implicit operands to anChris Lattner
2006-11-20Testcase for pr1012Chris Lattner
2006-11-20We should perform extra load for dllimported callsAnton Korobeynikov
2006-11-20Fixed typoTanya Lattner
2006-11-20Adding 1.9 release and removing references to cfrontendTanya Lattner