aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* DCE'ed this testcase.Bill Wendling2008-02-291-229/+0
* If we reload a virtual register that's already been assigned, we want to markBill Wendling2008-02-291-0/+250
* fix a bug Anders ran into where scalarrepl would crash when promotingChris Lattner2008-02-291-0/+16
* Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp...Chris Lattner2008-02-291-0/+16
* Update testcase.Lauro Ramos Venancio2008-02-281-1/+1
* Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w...Gabor Greif2008-02-281-1/+1
* Set to default: x86 no longer fold and into test if it has more than one use.Evan Cheng2008-02-281-1/+0
* New test for misaligned Altivec laod/store.Dale Johannesen2008-02-271-0/+37
* Don't hard-code the mask size to be 32, which is incorrect on ppc64Dan Gohman2008-02-271-0/+27
* Fix a bug in dead spill slot elimination.Evan Cheng2008-02-271-0/+66
* actually run llc, thanks Dan :)Chris Lattner2008-02-271-1/+3
* Don't track max alignment during stack object allocations since they can be d...Evan Cheng2008-02-271-0/+33
* Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead Chris Lattner2008-02-271-0/+10
* Compile x86-64-and-mask.ll into:Chris Lattner2008-02-271-0/+12
* Spiller now remove unused spill slots.Evan Cheng2008-02-271-0/+1
* Upgrade testcase.Bill Wendling2008-02-261-38/+20
* Add PR number to testcase.Owen Anderson2008-02-261-0/+1
* Fix an issue where GVN had the sizes of the two memcpy's reverse, resultingOwen Anderson2008-02-261-0/+45
* Enable -coalescer-commute-instrs by default.Evan Cheng2008-02-263-3/+3
* Avoid aborting on invalid shift counts.Dan Gohman2008-02-261-0/+30
* Fix for pr2093: direct operands aren't necessarily addresses, so don't Eli Friedman2008-02-261-0/+17
* fix this test so that the fn name doesn't match the regexChris Lattner2008-02-261-1/+1
* Fix PR2096, a regression introduced with my patch last night. ThisChris Lattner2008-02-261-0/+50
* Really feed llvm-as with the testcase, do not let it read from stdin. This fi...Gabor Greif2008-02-262-2/+2
* unbreak check-oneGabor Greif2008-02-261-0/+1
* While hunting for two hanging tests,Gabor Greif2008-02-262-1/+6
* This is possible:Evan Cheng2008-02-261-0/+55
* Fix isNegatibleForFree to not return true for ConstantFP nodes Chris Lattner2008-02-261-0/+14
* Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memoryEvan Cheng2008-02-261-0/+33
* Update bitcode reader and writer to handle multiple return values. Devang Patel2008-02-261-1/+1
* Fix an issue where GVN was performing the return slot optimization when it wasOwen Anderson2008-02-251-0/+32
* Temporarily reverting 46959.Evan Cheng2008-02-251-0/+1
* Fix an issue where GVN would try to use an instruction before its definition ...Owen Anderson2008-02-252-1/+26
* Backing out r47521 for now. This has broken a number of tests.Evan Cheng2008-02-231-1/+1
* Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel2008-02-231-3/+2
* Testcase for Revision 47478.Zhou Sheng2008-02-231-0/+9
* Rematerialization logic was overly conservative when it comes to loads from f...Evan Cheng2008-02-231-0/+49
* Update test.Evan Cheng2008-02-231-11/+13
* Remat of pic loads are now on by default.Evan Cheng2008-02-231-1/+1
* Fix a bug that caused opt and other tools to silently ignoreDan Gohman2008-02-231-0/+3
* Properly read and write bitcodes for multiple return values.Devang Patel2008-02-231-1/+1
* Really. Why doesn't every arch support MMX?Evan Cheng2008-02-231-1/+1
* Test case for PR2082.Evan Cheng2008-02-221-0/+55
* Allow re-materialization of pic load (controlled by -remat-pic-load for now).Evan Cheng2008-02-221-0/+45
* copy mmx values from/to memory with GPRs on x86-32 Chris Lattner2008-02-221-2/+3
* Start using GPR's to copy around mmx value instead of mmx regs.Chris Lattner2008-02-221-0/+14
* Treat clobber operands like early clobbers: if we haveChris Lattner2008-02-211-2/+11
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-2190-1460/+1482
* testcase for PR1133Chris Lattner2008-02-211-0/+9
* Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner2008-02-211-0/+15