summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Spiller now remove unused spill slots.Evan Cheng2008-02-278-23/+132
* Teach Legalize how to expand an EXTRACT_ELEMENT.Dan Gohman2008-02-271-0/+6
* Convert the last remaining users of the non-APInt form ofDan Gohman2008-02-274-57/+39
* Add comment.Devang Patel2008-02-272-1/+3
* add a noteChris Lattner2008-02-271-0/+27
* Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt.Dan Gohman2008-02-273-144/+156
* Upgrade testcase.Bill Wendling2008-02-261-38/+20
* regenerate.Devang Patel2008-02-263-272/+272
* Add assert.Devang Patel2008-02-261-2/+2
* 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-262-2/+47
* Add assert to check return type.Devang Patel2008-02-261-5/+5
* Refactor according to Evan's and Anton's suggestions.Arnold Schwaighofer2008-02-262-10/+27
* regenerateDevang Patel2008-02-263-277/+281
* Remove unncessary ReturnInst constructors.Devang Patel2008-02-263-24/+3
* Use a smallvector for inactiveCounts and initialize it lazily Chris Lattner2008-02-261-4/+10
* Rename PrintableName to Name.Bill Wendling2008-02-2618-53/+52
* Update per review. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-02-261-56/+17
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-2628-85/+88
* Enable -coalescer-commute-instrs by default.Evan Cheng2008-02-264-4/+4
* Do not treat Lexer.cpp as a generated file any more, let svn show it with a q...Gabor Greif2008-02-260-0/+0
* 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