| Commit message (Expand) | Author | Age | Files | Lines |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 3 | -47/+106 |
* | Express this in the canonical way. | Nick Lewycky | 2009-09-07 | 1 | -2/+2 |
* | Homogenize whitespace. | Nick Lewycky | 2009-09-07 | 1 | -20/+16 |
* | Disable MDNode uniquing. | Daniel Dunbar | 2009-09-07 | 1 | -1/+21 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 3 | -12/+12 |
* | Remove some unused variables and methods warned about by | Duncan Sands | 2009-09-06 | 1 | -2/+0 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 3 | -106/+47 |
* | While replacing an MDNode elment, properly update MDNode's operand list. | Devang Patel | 2009-09-04 | 2 | -3/+28 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 3 | -47/+106 |
* | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman | 2009-09-03 | 3 | -1/+60 |
* | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman | 2009-09-03 | 3 | -60/+1 |
* | Use WeakVH to hold dead mdnodes. Check use_empty() before deleting a node. | Devang Patel | 2009-09-03 | 1 | -5/+7 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -7/+20 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 3 | -17/+9 |
* | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel | 2009-09-03 | 5 | -35/+113 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 3 | -9/+17 |
* | Revert 80839 for now. It causes test failures. | Devang Patel | 2009-09-02 | 5 | -113/+35 |
* | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel | 2009-09-02 | 5 | -35/+113 |
* | Opaque types didn't work if llvm_is_multithreaded(). | Torok Edwin | 2009-09-02 | 1 | -1/+1 |
* | Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in | Torok Edwin | 2009-09-02 | 1 | -8/+2 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 2 | -5/+6 |
* | For now disable MDNode uniquing. This fixes llvm-gcc bootstrap failure on cer... | Devang Patel | 2009-09-01 | 3 | -19/+8 |
* | Free the constants that have no uses in ~LLVMContext. | Torok Edwin | 2009-08-31 | 4 | -4/+31 |
* | Cleanup whitespace and indentation. | Dan Gohman | 2009-08-29 | 1 | -29/+28 |
* | Remove some unused fields. | Dan Gohman | 2009-08-29 | 1 | -8/+5 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 2 | -2/+73 |
* | Teach getUnderlyingObject and skipPointerCasts about GlobalAliases. | Dan Gohman | 2009-08-27 | 1 | -0/+8 |
* | Remove an entry from ValueMap before removing elements. | Devang Patel | 2009-08-27 | 1 | -1/+1 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 3 | -74/+3 |
* | Add an 'inline hint' attribute to represent source | Dale Johannesen | 2009-08-26 | 1 | -0/+2 |
* | Fix the InsertAtEnd form of ShuffleVectorInst constructor to use | Dan Gohman | 2009-08-25 | 1 | -4/+6 |
* | Eliminate the unused Context argument on one of the ICmpInst and FCmpInst | Dan Gohman | 2009-08-25 | 1 | -5/+5 |
* | Use covariant return types for Instruction::clone, and eliminate | Dan Gohman | 2009-08-25 | 1 | -12/+12 |
* | This should use isIndenticalToWhenDefined. | Dan Gohman | 2009-08-25 | 1 | -2/+2 |
* | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman | 2009-08-25 | 2 | -65/+140 |
* | Allocate the basic types inside the LLVMContextImpl instance, | Dan Gohman | 2009-08-25 | 2 | -65/+42 |
* | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 3 | -3/+74 |
* | Kill off more cerr/cout uses and prune includes a bit. | Benjamin Kramer | 2009-08-23 | 5 | -25/+22 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 2 | -8/+7 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 3 | -40/+25 |
* | remove the std::ostream version of module and type printing. | Chris Lattner | 2009-08-23 | 2 | -22/+0 |
* | remove some DOUTs | Chris Lattner | 2009-08-23 | 4 | -33/+34 |
* | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -1/+2 |
* | Use standard LLVM-style headers. | Owen Anderson | 2009-08-23 | 3 | -3/+3 |
* | switch a couple things off std::ostream | Chris Lattner | 2009-08-23 | 2 | -28/+28 |
* | switch from std::ostream to raw ostream, fix file header. | Chris Lattner | 2009-08-23 | 1 | -9/+8 |
* | Reduce contention on the Attributes lock by using atomic operations for refer... | Owen Anderson | 2009-08-20 | 1 | -7/+7 |
* | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman | 2009-08-20 | 2 | -3/+3 |
* | Add a fast path for setName("") on an unnamed value. | Daniel Dunbar | 2009-08-19 | 1 | -0/+4 |
* | AttrListPtr operations need to be atomic. | Owen Anderson | 2009-08-19 | 1 | -0/+4 |