aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik2008-02-268-0/+1477
* Use SmallVector while constructing ReturnInst.Devang Patel2008-02-263-2/+25
* Avoid const_castsDevang Patel2008-02-262-6/+6
* fix http://llvm.org/bugs/show_bug.cgi?id=2097Gabor Greif2008-02-261-1/+1
* Remove unnecessary getOperand/setOperand overriders.Devang Patel2008-02-262-27/+3
* Avoid aborting on invalid shift counts.Dan Gohman2008-02-262-4/+48
* Unify to ReturnInst::init() member functions.Devang Patel2008-02-262-24/+18
* Fix for pr2093: direct operands aren't necessarily addresses, so don't Eli Friedman2008-02-262-1/+19
* fix this test so that the fn name doesn't match the regexChris Lattner2008-02-261-1/+1
* Optimize most common case by using single RetVal in ReturnInst.Devang Patel2008-02-262-20/+52
* Correct function comments.Arnold Schwaighofer2008-02-261-19/+23
* Fix PR2096, a regression introduced with my patch last night. ThisChris Lattner2008-02-262-1/+51
* 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
* Fix a nasty bug in LegalizeTypes (spotted inDuncan Sands2008-02-266-60/+70
* De-tabifyBill Wendling2008-02-263-6/+4
* De-tabify.Bill Wendling2008-02-262-24/+24
* De-tabify.Bill Wendling2008-02-262-9/+9
* DetabifyBill Wendling2008-02-264-25/+25
* Detabify.Bill Wendling2008-02-265-56/+55
* De-tabify.Bill Wendling2008-02-262-19/+19
* Add support for intermodule tail calls on x86/32bit withArnold Schwaighofer2008-02-261-12/+24
* Change the lowering of arguments for tail call optimizedArnold Schwaighofer2008-02-262-42/+84
* This is possible:Evan Cheng2008-02-262-2/+63
* Fix isNegatibleForFree to not return true for ConstantFP nodes Chris Lattner2008-02-262-33/+61
* Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memoryEvan Cheng2008-02-262-0/+88
* Refactor inline asm constraint matching code out of SDIsel into TargetLowering.Evan Cheng2008-02-263-94/+107
* Remove debugging help.Devang Patel2008-02-261-1/+0
* test svn commit capabilityNick Kledzik2008-02-261-0/+1
* Update bitcode reader and writer to handle multiple return values. Devang Patel2008-02-263-19/+35
* Pass const vectors by reference.Devang Patel2008-02-262-8/+8
* Add missing include (for ptrdiff_t).Eli Friedman2008-02-251-0/+1
* Revert the assert for MUL_LOHI with an unused high result; ChrisDan Gohman2008-02-251-3/+0
* when making bytecode modules, link as libraryAndrew Lenharth2008-02-251-1/+1
* Revise previous patch per review.Dale Johannesen2008-02-251-4/+3
* Factor the assert for indexed loads/stores out of LoadSDNodeDan Gohman2008-02-251-8/+4
* Add an assert to verify that we don't see anDan Gohman2008-02-251-0/+3
* Remove the hack that turned an {S,U}MUL_LOHI with an unused highDan Gohman2008-02-251-9/+0
* Make some static variables const.Dan Gohman2008-02-251-3/+3
* add an assertion to catch a null PATypeHolder, patch by Erick TryzelaarChris Lattner2008-02-251-1/+2
* Convert MaskedValueIsZero and all its users to use APInt. Also addDan Gohman2008-02-2510-71/+106
* add LSBaseSDNode::getOffset at Dan's request.Chris Lattner2008-02-251-0/+3
* All remat'ed loads cannot be folded into two-address code. Not just argument ...Evan Cheng2008-02-251-4/+4
* prune #includes, fit in 80 cols.Chris Lattner2008-02-252-6/+7
* make this self contained.Chris Lattner2008-02-251-0/+1
* Expand removal of MMX memory copies to allow 1 levelDale Johannesen2008-02-251-39/+75
* Add a new method to SDNode/SDOperand named getValueSizeInBitsDan Gohman2008-02-251-0/+12
* In debug builds check that the key property holds: allDuncan Sands2008-02-251-12/+30
* Correctly determine whether a argument load can be folded into its uses.Evan Cheng2008-02-252-47/+54