aboutsummaryrefslogtreecommitdiffstats
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-292-1/+252
* Fix PR2112: don't run loop aligner if target doesn't have a TargetLowering ob...Evan Cheng2008-02-291-3/+5
* fix a bug Anders ran into where scalarrepl would crash when promotingChris Lattner2008-02-292-57/+84
* Refactor some code out of ConvertUsesToScalar into their own methods, noChris Lattner2008-02-291-148/+190
* Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp...Chris Lattner2008-02-292-1/+18
* No need for coalescer to update kills. Only copies are coalesced and those in...Evan Cheng2008-02-292-69/+3
* Remove redundant #include.Evan Cheng2008-02-291-1/+0
* also pass -compatibility_version when linking shared object for DarwinNick Kledzik2008-02-291-1/+3
* More APInt-ification.Dan Gohman2008-02-291-107/+42
* Use the new convertFromAPInt instead of convertFromZeroExtendedInteger,Dan Gohman2008-02-291-5/+3
* Use the new convertFromAPInt instead of convertFromZeroExtendedInteger.Dan Gohman2008-02-291-6/+3
* Use the new APInt-enabled form of getConstant instead of convertingDan Gohman2008-02-291-1/+1
* Add support to APInt for shift and rotate operations with APIntDan Gohman2008-02-292-0/+49
* Use the correct instruction encodings for the 64-bit MMX movd.Anders Carlsson2008-02-291-2/+2
* Simplify code using convertFromZeroExtendedInteger with an APIntDan Gohman2008-02-291-6/+6
* Add a method to APFloat to convert directly from APInt.Dan Gohman2008-02-292-0/+19
* Added option -align-loops=<true/false> to disable loop aligner pass.Evan Cheng2008-02-284-8/+7
* Update testcase.Lauro Ramos Venancio2008-02-281-1/+1
* Interface of getByValTypeAlignment differed betweenDale Johannesen2008-02-284-3/+21
* Make llvm-ar behave like ar, if you create an empty archive, ar creates an em...Andrew Lenharth2008-02-282-1/+2
* Initialize TextAlignFillValue. Fix revision 47703.Lauro Ramos Venancio2008-02-281-0/+1
* Avoid collisions in value names.Lauro Ramos Venancio2008-02-281-3/+5
* Run 'svn info' in the C locale. Also appropriately escape spaces and ? for ga...Gabor Greif2008-02-281-3/+3
* Fix an assertion message.Dale Johannesen2008-02-281-1/+1
* add a noteChris Lattner2008-02-281-0/+19
* Document that the shuffle mask may contain undefDuncan Sands2008-02-281-7/+7
* Simplify and clean up "update" target. AlsoGabor Greif2008-02-281-5/+6
* Now that targets are serialized, introduceGabor Greif2008-02-281-1/+13
* Treat all targets serially at the toplevel. This allowsGabor Greif2008-02-281-1/+6
* Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w...Gabor Greif2008-02-282-6/+13
* Set to default: x86 no longer fold and into test if it has more than one use.Evan Cheng2008-02-282-2/+1
* Keep track how many commutes are performed by the scheduler.Evan Cheng2008-02-281-0/+4
* Sparc backend doesn't support debug info yet, mark the nodes as expand. This...Chris Lattner2008-02-281-2/+6
* implement expand for ISD::DECLARE by just deleting it.Chris Lattner2008-02-281-0/+3
* Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105Chris Lattner2008-02-281-1/+2
* fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on sparc, PR2105Chris Lattner2008-02-282-0/+4
* target-indep codegen memcpy lowering issue.Chris Lattner2008-02-281-0/+44
* Add a random not very important noteChris Lattner2008-02-281-0/+38
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-2825-50/+173
* A few more small things I've run into.Eli Friedman2008-02-281-3/+86
* EHPreferredDataFormat hook for PPC targets. Looks like DarwinAnton Korobeynikov2008-02-272-1/+30
* Remove dead code.Devang Patel2008-02-272-18/+0
* Preparation step for some cleanup/generalization in EH information emission:Anton Korobeynikov2008-02-274-1/+80
* New test for misaligned Altivec laod/store.Dale Johannesen2008-02-271-0/+37
* Assert on invalid PHINode::addIncoming() arguments. Patch by Erick Tryzelaar!Anton Korobeynikov2008-02-271-0/+2
* Handle load/store of misaligned vectors that are the Dale Johannesen2008-02-271-19/+30
* fixes from review of first commitNick Kledzik2008-02-276-202/+184
* use PROJ_SRC_DIR so this builds with Apple style buildsNick Kledzik2008-02-271-1/+1
* Don't hard-code the mask size to be 32, which is incorrect on ppc64Dan Gohman2008-02-272-3/+32