aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01258-7456/+7573
* Fix PR2113 by verifying allocations.Chris Lattner2008-03-012-3/+14
* Fix this test.Chris Lattner2008-03-011-7/+5
* allow specified inline threshold to be negative, as the value is Chris Lattner2008-03-011-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-0140-705/+624
* Disable lto because its broken on tiger.Tanya Lattner2008-03-011-1/+1
* Add MVT::is128BitVector and is64BitVector. ShrinkDale Johannesen2008-03-012-16/+18
* Refactor / clean up code; remove td list scheduler special tie breaker (no re...Evan Cheng2008-03-011-78/+59
* Fix cut-n-pasto.Devang Patel2008-02-291-19/+1
* Add pass to promote sret.Devang Patel2008-02-292-0/+293
* Use enumeration for preffered EH dwarf encoding reasonAnton Korobeynikov2008-02-296-14/+28
* Don't fill eh frames even though these are text sections.Evan Cheng2008-02-293-10/+15
* update to document new lto APINick Kledzik2008-02-291-125/+88
* install new lto dylib. pass down LLVM_SUBMIT_VERSIONNick Kledzik2008-02-291-3/+6
* stop building lto on all platforms. Start building lto2 on DarwinNick Kledzik2008-02-291-3/+6
* fix default RC_ProjectSourceSubversion to be zeroNick Kledzik2008-02-291-1/+1
* 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