aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* If the source and destination pointers in an llvm.memmove are knownDan Gohman2007-08-271-0/+1
* There is an impedance matching problem between LLVM andDuncan Sands2007-08-271-1/+4
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-2710-16/+16
* Revise per review comments.Dale Johannesen2007-08-261-3/+3
* Add APFloat interface to ConstantFPSDNode. ChangeDale Johannesen2007-08-251-3/+22
* rename isOperandValidForConstraint to LowerAsmOperandForConstraint, Chris Lattner2007-08-251-6/+5
* Comment out declaration of operator== (undefined).Dale Johannesen2007-08-251-1/+1
* Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen2007-08-241-6/+6
* Use APFloat internally for ConstantFPSDNode.Dale Johannesen2007-08-241-3/+4
* sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.Chris Lattner2007-08-242-3/+4
* Revised per review feedback from previous patch.Dale Johannesen2007-08-241-0/+5
* Change internal representation of ConstantFP to use APFloat.Dale Johannesen2007-08-242-3/+25
* default this to radix 10 like the toString(Un)Signed methods.Chris Lattner2007-08-231-1/+1
* Avoid hiding issues.Chris Lattner2007-08-231-1/+1
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-232-1/+7
* No need to hardcode SmallVector size.Devang Patel2007-08-211-3/+3
* Doxygenize comments.David Greene2007-08-211-22/+22
* Use SmallVector instead of std::vector.Devang Patel2007-08-211-3/+4
* initial checkin of Neil's APFloat work.Chris Lattner2007-08-202-3/+262
* clarify precedence, no functionality change.Chris Lattner2007-08-201-1/+1
* add reverse iterators to smallvectorChris Lattner2007-08-201-3/+14
* - Use correct header for SCEV inside LoopPass.cppAnton Korobeynikov2007-08-201-11/+2
* Add FilteredPassNameParser along with PassArgFilter to filter passesDavid Greene2007-08-201-2/+40
* Add Type::isIntOrIntVector, like Type::isFPOrFPVector.Dan Gohman2007-08-201-0/+5
* Partial implementation of calling functions with byval arguments:Rafael Espindola2007-08-201-1/+2
* Simplify.Nick Lewycky2007-08-181-2/+1
* Compute the argument list as lazily as possible. This ensures that clientsChris Lattner2007-08-181-16/+47
* When one branch of condition is eliminated then head of the otherDevang Patel2007-08-171-0/+20
* improve iplist comments. Switch iplist from allocating its sentinal object (...Chris Lattner2007-08-171-17/+56
* Fix PR1606:Reid Spencer2007-08-171-0/+3
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-163-0/+9
* Cache non-local memory dependence analysis. This is a significant compileOwen Anderson2007-08-161-1/+11
* This adds a bunch of static functions that implement unsignedChris Lattner2007-08-161-0/+126
* Comments.Evan Cheng2007-08-161-3/+7
* Forgot a line.Owen Anderson2007-08-161-0/+1
* Add a copy constructor and an assignment operator to DenseMap.Owen Anderson2007-08-161-1/+32
* Properly use const qualifiersAnton Korobeynikov2007-08-151-2/+2
* No need to use iterator to erase basic block.Devang Patel2007-08-141-3/+5
* Re-implement trivial rematerialization. This allows def MIs whose live interv...Evan Cheng2007-08-132-10/+31
* Add methods to erase basic block entry.Devang Patel2007-08-131-0/+12
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-1211-32/+36
* Code to maintain kill information during register coalescing.Evan Cheng2007-08-111-16/+123
* Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub...Christopher Lamb2007-08-101-0/+11
* Do not overuse std::string. Pass around char * directly.Devang Patel2007-08-101-3/+2
* Add utility to clone loops.Devang Patel2007-08-101-0/+9
* Add #ifndef guard.Devang Patel2007-08-101-0/+6
* add #ifndef guardsChris Lattner2007-08-101-0/+5
* add Value::getNameStart/getNameLen() accessors.Chris Lattner2007-08-101-1/+15
* propagate struct size and alignment of byval arguments to the DAGRafael Espindola2007-08-102-0/+12
* memcpy with zero length is hugely expensive, so avoid it. This speeds up coa...Chris Lattner2007-08-101-1/+5