aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-22/+0
* Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen2007-08-241-10/+21
* sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.Chris Lattner2007-08-241-2/+5
* Revised per review feedback from previous patch.Dale Johannesen2007-08-241-20/+9
* Change internal representation of ConstantFP to use APFloat.Dale Johannesen2007-08-241-33/+33
* Fix potentially N^2 behavior handling arrays with many of theChris Lattner2007-08-211-8/+35
* simplify code, improve a comment.Chris Lattner2007-08-211-6/+6
* Add Type::isIntOrIntVector, like Type::isFPOrFPVector.Dan Gohman2007-08-201-0/+11
* When Intrinsic::getName is constructing names for overloaded intrinsics,Dan Gohman2007-08-201-1/+2
* simplify code and print visibility for declarations.Chris Lattner2007-08-191-25/+21
* Compute the argument list as lazily as possible. This ensures that clientsChris Lattner2007-08-181-7/+24
* use a nicer accessor.Chris Lattner2007-08-181-1/+1
* Fix the verification for overloaded intrinsic types. Check that they areDan Gohman2007-08-161-6/+19
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-161-0/+14
* Assert sooner. Fix wordings.Devang Patel2007-08-141-3/+2
* Add methods to erase basic block entry.Devang Patel2007-08-131-0/+24
* Constant fold: getelementptr (i8* inttoptr (i64 1 to i8*), i32 -1)Chris Lattner2007-08-131-1/+23
* Do not overuse std::string. Pass around char * directly.Devang Patel2007-08-101-11/+11
* add Value::getNameStart/getNameLen() accessors.Chris Lattner2007-08-101-0/+15
* minor simplifications.Chris Lattner2007-08-101-10/+8
* avoid copying strings.Chris Lattner2007-08-101-4/+4
* Patch 10 for long double. Doing constants right needs expanding ConstantFPDale Johannesen2007-08-091-4/+15
* Speed up updateDFSNumbers with two observations:Chris Lattner2007-08-081-22/+17
* reimplement dfs number computation to be significantly faster. This speeds upChris Lattner2007-08-081-40/+33
* 1. Random tidiness cleanupsChris Lattner2007-08-061-47/+44
* Fix minor doxygen nits.Reid Spencer2007-08-051-0/+10
* Fix a doxygen directive.Reid Spencer2007-08-051-1/+1
* Fix an iterator invalidation bug I induced.Chris Lattner2007-08-051-3/+3
* Switch some std::sets to SmallPtrSet. This speeds upChris Lattner2007-08-051-3/+3
* Switch DomTreeNode::assignDFSNumber from using a std::set to usingChris Lattner2007-08-051-8/+8
* Switch the internal "Info" map from an std::map to a DenseMap. ThisChris Lattner2007-08-051-7/+5
* switch the DomTreeNodes and IDoms maps in idom/postidom to a Chris Lattner2007-08-041-16/+13
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-042-66/+264
* long double patch 3 of N. Add to MVT.Dale Johannesen2007-08-031-50/+57
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-031-9/+26
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-021-1/+9
* Undo previous check-in.Devang Patel2007-08-011-9/+1
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-011-1/+9
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-6/+7
* After a discussion with Anton, it turns out that the InReg attribute is notReid Spencer2007-07-311-1/+2
* The InReg parameter attribute is valid on function results. The llvm-gcc-4.0Reid Spencer2007-07-311-2/+1
* Fix pastos in comments for doFinalization functions.Dan Gohman2007-07-301-2/+2
* Add facility to dump pass manager structure Devang Patel2007-07-271-0/+12
* Fix edge cases in handling basic block split.Devang Patel2007-07-271-3/+12
* It seems logical that InReg should be incompatibleDuncan Sands2007-07-271-3/+2
* As the number of parameter attributes increases,Duncan Sands2007-07-271-39/+55
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-272-0/+19
* Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDeadDan Gohman2007-07-261-4/+12
* DummyInst's member functions don't need to be virtual.Dan Gohman2007-07-261-2/+2
* Add support for 3 element 32-bit vector ValueTypes.Christopher Lamb2007-07-261-0/+4