aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add support to APInt for shift and rotate operations with APIntDan Gohman2008-02-291-0/+22
* Add a method to APFloat to convert directly from APInt.Dan Gohman2008-02-291-0/+2
* Interface of getByValTypeAlignment differed betweenDale Johannesen2008-02-281-1/+2
* Document that the shuffle mask may contain undefDuncan Sands2008-02-281-7/+7
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-286-10/+52
* Remove dead code.Devang Patel2008-02-271-4/+0
* Preparation step for some cleanup/generalization in EH information emission:Anton Korobeynikov2008-02-271-0/+6
* Assert on invalid PHINode::addIncoming() arguments. Patch by Erick Tryzelaar!Anton Korobeynikov2008-02-271-0/+2
* fixes from review of first commitNick Kledzik2008-02-271-3/+4
* Fix a bug in dead spill slot elimination.Evan Cheng2008-02-271-0/+4
* Add -analyze support to postdomtree.Dan Gohman2008-02-272-1/+8
* LegalizeTypes support for INSERT_VECTOR_ELT.Duncan Sands2008-02-271-1/+2
* Don't track max alignment during stack object allocations since they can be d...Evan Cheng2008-02-271-4/+0
* Final de-tabification.Bill Wendling2008-02-271-26/+25
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-271-0/+4
* Spiller now remove unused spill slots.Evan Cheng2008-02-271-1/+21
* Convert the last remaining users of the non-APInt form ofDan Gohman2008-02-271-6/+0
* Add comment.Devang Patel2008-02-271-0/+3
* Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt.Dan Gohman2008-02-271-3/+3
* Remove unncessary ReturnInst constructors.Devang Patel2008-02-261-3/+0
* Rename PrintableName to Name.Bill Wendling2008-02-261-6/+6
* 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-261-5/+5
* first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik2008-02-261-0/+234
* Use SmallVector while constructing ReturnInst.Devang Patel2008-02-261-0/+3
* Avoid const_castsDevang Patel2008-02-261-1/+1
* Remove unnecessary getOperand/setOperand overriders.Devang Patel2008-02-261-16/+3
* Unify to ReturnInst::init() member functions.Devang Patel2008-02-261-2/+1
* Optimize most common case by using single RetVal in ReturnInst.Devang Patel2008-02-261-0/+18
* DetabifyBill Wendling2008-02-264-25/+25
* Refactor inline asm constraint matching code out of SDIsel into TargetLowering.Evan Cheng2008-02-261-1/+90
* Pass const vectors by reference.Devang Patel2008-02-261-4/+4
* Add missing include (for ptrdiff_t).Eli Friedman2008-02-251-0/+1
* Factor the assert for indexed loads/stores out of LoadSDNodeDan Gohman2008-02-251-8/+4
* 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-251-1/+5
* add LSBaseSDNode::getOffset at Dan's request.Chris Lattner2008-02-251-0/+3
* prune #includes, fit in 80 cols.Chris Lattner2008-02-252-6/+7
* make this self contained.Chris Lattner2008-02-251-0/+1
* Add a new method to SDNode/SDOperand named getValueSizeInBitsDan Gohman2008-02-251-0/+12
* Correctly determine whether a argument load can be folded into its uses.Evan Cheng2008-02-251-2/+2
* Some platforms use the same name for 32-bit and 64-bit registers (likeBill Wendling2008-02-241-0/+7
* Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel2008-02-231-2/+13
* Remove unnecessary "inline" keywords.Devang Patel2008-02-231-25/+21
* Use dyn_cast instead of isa + cast.Devang Patel2008-02-231-1/+5
* Forgot this.Evan Cheng2008-02-231-1/+1
* To support multiple return values, now ret instruction supports multiple oper...Devang Patel2008-02-232-14/+9
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-222-204/+229
* Remove an invalid assertion now that there are implicit virtual register oper...Evan Cheng2008-02-221-2/+0
* Add StripDeadPrototypes pass.Devang Patel2008-02-221-0/+1