aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* this doesn't pass with CVS HEAD.Chris Lattner2006-11-271-0/+5
* Fix PR1014 and InstCombine/2006-11-27-XorBug.ll.Chris Lattner2006-11-271-10/+8
* Add 3 more test cases for ptrtoint, fptoui and fptosiReid Spencer2006-11-271-1/+28
* testcase for PR1014Chris Lattner2006-11-271-0/+11
* When truncating to bool, it is necessary to & with 1 for all casts thatReid Spencer2006-11-272-6/+20
* Protect against null streams.Bill Wendling2006-11-271-1/+1
* Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling2006-11-272-20/+16
* Alter these tests to ensure they match a "test $1, X" X86 instruction thatReid Spencer2006-11-272-2/+2
* Add a test to ensure a bitcast/and/trunc combination eliminates the bitcast.Reid Spencer2006-11-271-0/+14
* For better or worse, load from i1 is assumed to be zero extended. Do notChris Lattner2006-11-271-1/+6
* If a brcond condition is promoted, make sure to zero extend it, even if notChris Lattner2006-11-271-6/+6
* For PR950:Reid Spencer2006-11-27105-3646/+6683
* Don't use bitcast yet!Reid Spencer2006-11-261-11/+11
* Make this test case easier to read. No functional changes.Reid Spencer2006-11-261-27/+27
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-266-56/+57
* Add method that will take a function pointer so that it can handle thingsBill Wendling2006-11-261-0/+7
* Remove #include <iostream> and use llvm_* streams instead.Bill Wendling2006-11-263-40/+37
* Replace #include <iostream> with llvm_* streams.Bill Wendling2006-11-266-69/+62
* Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling2006-11-2611-115/+100
* Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling2006-11-267-44/+34
* fix storing bools to mem and unordered FP opsDuraid Madina2006-11-262-5/+5
* Make the absolute/relative tolerance information easier to read/understand.Reid Spencer2006-11-251-2/+3
* Add newline at end of file.Reid Spencer2006-11-251-1/+1
* Only show the first few lines of difference.Reid Spencer2006-11-251-1/+1
* Add an option to enable lli (interpreter mode) testing.Reid Spencer2006-11-241-0/+3
* Fix some typos.Reid Spencer2006-11-231-3/+2
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-2362-226/+227
* Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky2006-11-228-576/+1253
* Stop early if there is no mis-optimization.Reid Spencer2006-11-221-0/+9
* Documented the --disable-compression option in gccld and gccas.John Criswell2006-11-212-0/+8
* Added the --disable-compression option which controls whether theJohn Criswell2006-11-211-1/+5
* This xform is handled by FoldOpIntoPhi in visitCastInst in a more elegant way.Chris Lattner2006-11-211-30/+1
* Refactored *GVRequiresExtraLoad() to Subtarget method.Anton Korobeynikov2006-11-212-120/+109
* Test for PR1013.Jim Laskey2006-11-201-0/+11
* new testcaseChris Lattner2006-11-201-0/+9
* in ppc64-mode, don't allocate the 32-bit version of r13 either.Chris Lattner2006-11-201-0/+6
* Global label not handled correctly.Jim Laskey2006-11-201-3/+11
* r13 is the thread pointer on darwin/ppc64, don't allocate it.Chris Lattner2006-11-202-5/+5
* Fix PR1005Chris Lattner2006-11-202-2/+2
* Fix PR1001, patch by Nikhil Patil!Chris Lattner2006-11-201-1/+11
* Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bitChris Lattner2006-11-201-8/+17
* Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.llChris Lattner2006-11-201-2/+2
* Testcase for PR1011Chris Lattner2006-11-201-0/+44
* setOperand should not zap the operand list or add implicit operands to anChris Lattner2006-11-202-40/+1
* Testcase for pr1012Chris Lattner2006-11-201-0/+11
* We should perform extra load for dllimported callsAnton Korobeynikov2006-11-201-12/+26
* Fixed typoTanya Lattner2006-11-201-1/+1
* Adding 1.9 release and removing references to cfrontendTanya Lattner2006-11-201-16/+16
* Changing cfrontend dir to llvm-gcc3.4 as the example.Tanya Lattner2006-11-201-4/+4
* For PR950:Reid Spencer2006-11-209-15/+642