aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth2008-03-071-0/+9
* Cleanup some comments in the OCaml bindings.Gordon Henriksen2008-03-071-8/+14
* When setting the "unused" info, take into account something like this:Bill Wendling2008-03-061-1/+1
* fix typosGabor Greif2008-03-061-1/+1
* Treat BBs that use BBs as proper predecessors and successors in the CFG.Nick Lewycky2008-03-061-7/+17
* Clarify that CALLSEQ_START..END may not be nested,Dale Johannesen2008-03-051-0/+1
* Add a target lowering hook to control whether it's worthwhile to compress fp ...Evan Cheng2008-03-051-0/+5
* Codegen support for i128 SINT_TO_FP.Dan Gohman2008-03-051-0/+4
* Refactor code. Remove duplicated functions that basically do the same thing asEvan Cheng2008-03-053-16/+59
* Revert SmallVector ctor variants.Devang Patel2008-03-041-9/+0
* Add FunctionType ctor variant that takes SmallVector params.Devang Patel2008-03-041-0/+9
* Fix 80 column violations.Evan Cheng2008-03-041-8/+13
* Rename isOperand() to isOperandOf() (and other similar methods). It always co...Evan Cheng2008-03-041-10/+10
* This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling2008-03-031-2/+2
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-032-6/+9
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-031-0/+4
* make operand accessors const-correctChris Lattner2008-03-021-1/+5
* Add a new ShuffleVectorInst::getMaskValue method.Chris Lattner2008-03-021-0/+5
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-022-3/+17
* Add MVT::is128BitVector and is64BitVector. ShrinkDale Johannesen2008-03-011-0/+13
* Add pass to promote sret.Devang Patel2008-02-291-0/+1
* Use enumeration for preffered EH dwarf encoding reasonAnton Korobeynikov2008-02-291-1/+11
* Don't fill eh frames even though these are text sections.Evan Cheng2008-02-291-2/+6
* 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